You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/12/20 06:32:04 UTC

[GitHub] [kafka] showuon commented on a change in pull request #11616: MINOR: update the description in Kraft example properties file

showuon commented on a change in pull request #11616:
URL: https://github.com/apache/kafka/pull/11616#discussion_r772108297



##########
File path: config/kraft/README.md
##########
@@ -35,6 +35,9 @@ Formatting /tmp/kraft-combined-logs
 
 If you are using multiple nodes, then you should run the format command on each node.  Be sure to use the same cluster ID for each one.
 
+In this example, the `server.properties` file is a `broker,controller` combined node. If you want to have a separate `broker` and `controller` node,
+Please find the example properties file [here](https://github.com/apache/kafka/blob/trunk/config/kraft/broker.properties) and [here](https://github.com/apache/kafka/blob/trunk/config/kraft/controller.properties).
+

Review comment:
       Added the last paragraph in `Format Storage Directories` section, to mention that there is also 2 other example properties file for reference.
   
   ![image](https://user-images.githubusercontent.com/43372967/146722140-ab4a48b8-3a08-4e8f-ac81-55af4854e8c6.png)
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org