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
The systemd service configuration does not have a ExecStop for kafka service.
When we stop the run the command sudo systemctl stop kafka and the start it back up It recovers from snapshots and is not a clean shutdown.
I think we need to replace/update the service file from:
The systemd service configuration does not have a ExecStop for kafka service.
When we stop the run the command
sudo systemctl stop kafka
and the start it back up It recovers from snapshots and is not a clean shutdown.I think we need to replace/update the service file from:
ExecStart=/bin/bash $KAFKA_RUN $KAFKA_ARGS $KAFKA_CONFIG
to:
I will also test this and update here.
The text was updated successfully, but these errors were encountered: