Created
April 3, 2025 14:35
-
-
Save Nurlan199206/f10317755aafb9b0b121c05aec1aa7ed to your computer and use it in GitHub Desktop.
Kafka cluster Kraft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) [2024-09-26 18:14:41,186] ERROR Exiting Kafka due to fatal exception (kafka.Kafka$) | |
java.lang.RuntimeException: No readable meta.properties files found. | |
2) cd /tmp | |
mkdir kraft-combined-logs | |
touch kraft-combined-logs/meta.properties | |
3) ./bin/kafka-storage.sh random-uuid | |
output: fWDamvz8T0-dLH0IFQP2Wg | |
4) cluster.id=fWDamvz8T0-dLH0IFQP2Wg | |
node.id=1 | |
version=1 | |
5) add to server.properties | |
[email protected]:9093 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment