[ 
https://issues.apache.org/jira/browse/KAFKA-18824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18080007#comment-18080007
 ] 

Maros Orsak commented on KAFKA-18824:
-------------------------------------

The current issue is that 
{code:java}
/etc/kafka/docker/run{code}
 calls 
{code:java}
KafkaDockerWrapper setup{code}
 and that calls 
{code:java}
StorageTool.main("format", "--cluster-id=...", "-c", "server.properties"){code}
 (i.e., there is no --initial-controllers flag => so storage gets formatted in 
the static mode). So we also need to update *KafkaDockerWrapper* code and not 
just documentation. I am not sure what is the best option how to implement it 
inside KafkaDockerWrapper as I am not SME of that code. 

> Update docs of docker hub to add dynamic voters description
> -----------------------------------------------------------
>
>                 Key: KAFKA-18824
>                 URL: https://issues.apache.org/jira/browse/KAFKA-18824
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: TengYao Chi
>            Assignee: Alex Tran
>            Priority: Major
>             Fix For: 4.4.0
>
>
> Kafka has already supported dynamic quorum in 4.0; we should also update the 
> docs of the docker hub.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to