Skip to content

Instantly share code, notes, and snippets.

@steinybot
Created July 24, 2024 22:22
Show Gist options
  • Save steinybot/7e0e23337a76ecf01c3c123705b33684 to your computer and use it in GitHub Desktop.
Save steinybot/7e0e23337a76ecf01c3c123705b33684 to your computer and use it in GitHub Desktop.
Debugging pekko streams

Debugging pekko streams

From org.apache.pekko.stream.impl:

 *   * [[org.apache.pekko.stream.impl.PhasedFusingActorMaterializer.Debug]]: if this flag is turned on, the materializer will
 *     log the steps it takes
 *   * [[org.apache.pekko.stream.impl.TraversalBuilder.printTraversal]]: Prints the Traversal in a readable format
 *   * [[org.apache.pekko.stream.impl.TraversalBuilder.printWiring]]: Prints the calculated port assignments. Useful for

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment