FrankChen021 commented on issue #8715: URL: https://github.com/apache/druid/issues/8715#issuecomment-824614647
I have not dive into Kafka to see which requests from consumer are limited by kafka brokers. As far as I know, poll operation of KafkaComsumer does not send `group.id` to kafka brokers which means that operation could not be restricted. Since kafka-acl allows ACLs to be configured on a specified consumer group, I think it makes sense to make `group.id` configurable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
