Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@confluentgist
Forked from kaiwaehner/start_app.java
Created October 29, 2019 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save confluentgist/143129cb3a563dfbca4287f84a435c8d to your computer and use it in GitHub Desktop.
Save confluentgist/143129cb3a563dfbca4287f84a435c8d to your computer and use it in GitHub Desktop.
final KafkaStreams streams = new TestKafkaStreams(builder.build(), streamsConfiguration);
streams.cleanUp();
streams.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment