You can set consumer client.id to be the same as the consumer group.id for all the consumer in your consumer group to accomplish this.
— Peter > On Feb 21, 2019, at 7:56 AM, 洪朝阳 <15316036...@163.com> wrote: > > It’s very great that Apache Kafka get a feature of setting quota since 0.9. > https://kafka.apache.org/documentation/#design_quotas > > But it’s not very perfect that this feature can only limit a specific > client identified by a property “client.id” rather than a consumer group. > > Is there any way to set a quota for a consumer group? >