mirror of https://github.com/apache/kafka.git
Adds a new RPC StreamsGroupDescribe that returns, given the group ID, all metadata related to the streams group, such as - The topology metadata of the group. - The topology epoch of the group. - The latest member metadata that each member provided through the StreamsGroupHeartbeat API. - The current target assignment generated by the assignor. - This just adds the JSON as defined in KIP-1071, together with some plumbing. Reviewers: Bill Bejeck <bbejeck@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore |