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

Jun Rao commented on KAFKA-18876:
---------------------------------

A few other improvements.

1. bin/kafka-storage.sh format --cluster-id <cluster-id> --standalone --config 
controller.properties

We need to use config/controller.properties

 

2. 

cluster-id=$(bin/kafka-storage.sh random-uuid)
controller-0-uuid=$(bin/kafka-storage.sh random-uuid)
controller-1-uuid=$(bin/kafka-storage.sh random-uuid)
controller-2-uuid=$(bin/kafka-storage.sh random-uuid)

They don't work on mac. We need to add quotes in the command and use 
capitalized letter and underscore for shell variable names.

3. 

bin/kafka-storage.sh format --cluster-id ${cluster-id} \
                     --initial-controllers 
"0@controller-0:1234:${controller-0-uuid},1@controller-1:1234:${controller-1-uuid},2@controller-2:1234:${controller-2-uuid}"
 \
                     --config controller.properties

Missing config/ for controller.properties.

 

4. bin/kafka-storage.sh format --cluster-id <cluster-id> --config 
server.properties --no-initial-controllers

Missing config/ for controller.properties.

> 4.0 documentation improvement
> -----------------------------
>
>                 Key: KAFKA-18876
>                 URL: https://issues.apache.org/jira/browse/KAFKA-18876
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 4.0.0
>            Reporter: Jun Rao
>            Assignee: Mingdao Yang
>            Priority: Major
>
> We need to fix a few things in the 4.0 documentation.
>  
> 6.10 Consumer Rebalance Protocol 
> It's missing from the index on the left.
>  
> ConsumerGroupPartitionAssignor is cut off in 
> org.apache.kafka.coordinator.group.api.assignor.ConsumerGroupPartitionA.
>  
> 6.11 Transaction Protocol
> It's missing from the index on the left.



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

Reply via email to