You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not an urgent issue. The standalone image is just for demo's and local debugging.
The root cause is probably related to this in the kafka-entrypoint.sh file:
if [[ ! -f "${KAFKA_DATA_DIR}/__cluster_metadata-0/quorum-state" ]]; then
kafka-storage.sh format --ignore-formatted --config ${CONFIG_PATH} --cluster-id $(kafka-storage.sh random-uuid)
fi
Not an urgent issue. The standalone image is just for demo's and local debugging.
The root cause is probably related to this in the kafka-entrypoint.sh file:
if [[ ! -f "${KAFKA_DATA_DIR}/__cluster_metadata-0/quorum-state" ]]; then
kafka-storage.sh format --ignore-formatted --config ${CONFIG_PATH} --cluster-id $(kafka-storage.sh random-uuid)
fi
That is correct, we can check how new kafka's docker versions solve this problem, this is an old solution
Screenshots
Working Status
Error Status (After Stopping & Starting)
The text was updated successfully, but these errors were encountered: