We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
app.sh
echo "==> START ..."
start_exporter start_canal
echo "==> START SUCCESSFUL ..."
tail -f /dev/null &
waitterm
echo "==> STOP"
stop_canal start_exporter
The text was updated successfully, but these errors were encountered:
fixed issue #3576, stop exporter
3bb49e1
No branches or pull requests
docker镜像 canal/canal-server:v1.1.5 app.sh stop部份里的stop_exporter写成了start_exporter,如下:
app.sh
echo "==> START ..."
start_exporter
start_canal
echo "==> START SUCCESSFUL ..."
tail -f /dev/null &
wait TERM signal
waitterm
echo "==> STOP"
stop_canal
start_exporter
echo "==> STOP SUCCESSFUL ..."
The text was updated successfully, but these errors were encountered: