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?