kafka/share-coordinator/src
Sushant Mahajan 5235e11d4d
KAFKA-18809 Set min in sync replicas for __share_group_state. (#18922)
- The share.coordinator.state.topic.min.isr config defined in ShareCoordinatorConfig was not being used in the AutoTopicCreationManager.
- The AutoTopicCreationManager calls the ShareCoordinatorService.shareGroupStateTopicConfigs to configs for the topic to create.
- The method ShareCoordinatorService.shareGroupStateTopicConfigs was not setting the supplied config value for share.coordinator.state.topic.min.isr to min.insync.replicas.
- In this PR, we remedy the situation by setting the value
- A test has been added to ShareCoordinatorServiceTest so that this is not repeated for any configs.

Reviewers: poorv Mittal <apoorvmittal10@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2025-02-17 04:22:48 +08:00
..
main KAFKA-18809 Set min in sync replicas for __share_group_state. (#18922) 2025-02-17 04:22:48 +08:00
test/java/org/apache/kafka/coordinator/share KAFKA-18809 Set min in sync replicas for __share_group_state. (#18922) 2025-02-17 04:22:48 +08:00