GridGain Developers Hub

Stopping the Apache Ignite Streaming Demo

Former Head of Developer Relations at GridGain
Apache Ignite Committer and PMC Member

I hope you enjoyed the tutorial and found it useful. Don’t hesitate to share feedback with us by using the Documentation Feedback button in the bottom right corner of the page. Also, feel free to reach out to me directly. Help us to fix issues and expand the tutorial. We welcome your suggestions for topics for new chapters.

In the meantime, stop the containers and free up all used resources:

  • Stop the Ignite cluster’s containers:

    docker-compose -f docker/ignite-cluster.yaml stop
  • If you used a local installation of Control Center, terminate its containers:

    docker-compose -f docker/control-center.yaml stop
  • Shut down the application’s container:

    docker-compose -f docker/ignite-streaming-app.yaml stop