[
https://issues.apache.org/jira/browse/KAFKA-17745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot updated KAFKA-17745:
--------------------------------
Parent: (was: KAFKA-14048)
Issue Type: Improvement (was: Sub-task)
> Move static request validation from GroupMetadataManager to
> GroupCoordinatorService
> -----------------------------------------------------------------------------------
>
> Key: KAFKA-17745
> URL: https://issues.apache.org/jira/browse/KAFKA-17745
> Project: Kafka
> Issue Type: Improvement
> Reporter: David Jacot
> Assignee: PoAn Yang
> Priority: Major
>
> At the moment, we validate the request in the GroupMetadataManager. It means
> that the validation runs within the group coordinator threads. In case of
> rogue requests, it would unnecessarily use resources from those threads. It
> would be better to do the static validation in the GroupCoordinatorService
> while still running in the request handler threads. I haven't looked into all
> the details but it seems feasible.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)