Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


At the moment, consumer group state is already serialized as a STRING in DescribeGroupsResponse, so serializing it the same way here. ListGroupsResponse is left untouched. If State is not specified or if it's empty, all groups will be returned.

AdminClient API

To expose this feature in the AdminClient API, ListConsumerGroupsOptions will be updated.

...