[
https://issues.apache.org/jira/browse/KAFKA-16515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
José Armando García Sancio updated KAFKA-16515:
-----------------------------------------------
Description:
Looks like because of ZK migration to KRaft the ZK Metadata cache was changed
to read the voter static configuration. This needs to change to use the voter
nodes reported by the raft manager or the kraft client.
The injection code is in KafkaServer where it constructs
MetadataCache.zkMetadata.
was:Looks like because of ZK migration to KRaft the ZK Metadata cache was
changed to read the voter static configuration. This needs to change to use the
voter nodes reported by the raft manager or the kraft client.
> Fix the ZK Metadata cache use of voter static configuration
> -----------------------------------------------------------
>
> Key: KAFKA-16515
> URL: https://issues.apache.org/jira/browse/KAFKA-16515
> Project: Kafka
> Issue Type: Sub-task
> Components: core
> Reporter: José Armando García Sancio
> Assignee: José Armando García Sancio
> Priority: Major
> Fix For: 3.8.0
>
>
> Looks like because of ZK migration to KRaft the ZK Metadata cache was changed
> to read the voter static configuration. This needs to change to use the voter
> nodes reported by the raft manager or the kraft client.
> The injection code is in KafkaServer where it constructs
> MetadataCache.zkMetadata.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)