fix: improve readme for replication

This commit is contained in:
2026-01-25 05:20:46 +00:00
parent 0beb588a70
commit 2bb7a8c37c
+2 -1
View File
@@ -91,7 +91,8 @@ Just retention above won't work, I need to roll it over too.
I spend a very long time on this one trying to format the kraft storage correctly. Turns out I don't I spend a very long time on this one trying to format the kraft storage correctly. Turns out I don't
need to. Modern kafka images auto format it. If you did not get a perm error, you may have missed the need to. Modern kafka images auto format it. If you did not get a perm error, you may have missed the
`KAFKA_LOG_DIRS` env var in the docker-compose.yml. I spent too long on this as did not this in my `KAFKA_LOG_DIRS` env var in the docker-compose.yml. I spent too long on this as did not this in my
latest compose. Adding it and giving perms as usual worked perfectly. latest compose. Adding it and giving perms as usual worked perfectly. Note that after this, the meta.properties files
have the smae cluster.id across all brokers.
Too much trouble on this one but finally done. Too much trouble on this one but finally done.