Skip to content

Instantly share code, notes, and snippets.

@andybryant
Created June 8, 2018 12:02
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 andybryant/4a4af0f60a35e17e45e06a5d65dc367a to your computer and use it in GitHub Desktop.
Save andybryant/4a4af0f60a35e17e45e06a5d65dc367a to your computer and use it in GitHub Desktop.
StreamsBuilder builder = new StreamsBuilder();
// ...build your topology here
Topology topology = builder.build();
logger.info("Topology description {}", topology.describe());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment