-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KRAFT mode does not work in cluster #106
Comments
I think I faced this before yes. In When you're using two brokers, you can't use a random cluster_id for each of the brokers (that leads to the error you're seeing: "inconsistent cluster id"), in that case, you'd need to use a "fixed" cluster id of your choice for both brokers. Be careful though, that the cluster id must be properly formatted. For example here I used one I picked from the docs iirc. If you want to use your own valid cluster_id, you can try:
and change Works on my machine™ Alternatively, you could refer to an environment variable in |
Checkout the following article. It can help you to run a Kafka Cluster in KRaft mode. |
I think the issue should be closed. |
I've got cluster of 2 nodes:
docker-compose up
gives following error:any thoughts why
INCONSISTENT_CLUSTER_ID in FETCH response
is happening?@aesteve @ybyzek any thoughts?
The text was updated successfully, but these errors were encountered: