Jason,

Thanks for the writeup. Perhaps we can have two new requests:
DescribeConsumerGroup and ListConsumerGroup. The former takes a list of
groups and returns a list of metadata (members, group metadata, member
metadata, etc) for each group. The latter takes nothing and just returns a
list of groups hosted on the broker. Using an empty list to represent "all"
can potentially generate a large response if there are many groups.

Since this is marked as an 0.9.0 blocker, it would be great if other people
can review this KIP soon.

Thanks,

Jun


On Wed, Oct 28, 2015 at 3:37 PM, Ismael Juma <ism...@juma.me.uk> wrote:

> On Wed, Oct 28, 2015 at 10:25 PM, Jason Gustafson <ja...@confluent.io>
> wrote:
>
> > Hey Ashish,
> >
> > Yeah, that's fine with me too. I thought people kind of frowned upon the
> > use of an empty topic list to get all topics, but perhaps it's more of an
> > issue at the user API level.
> >
>
> Yes, empty list to represent "all" is quite error-prone. In fact, we have
> one such bug in the authorization code in trunk right now (there is a PR
> open with a fix though).
>
> Ismael
>

Reply via email to