dashbitco / broadway

Concurrent and multi-stage data ingestion and data processing with Elixir
https://elixir-broadway.org
Apache License 2.0
2.44k stars 161 forks source link

[Question] Creating a Broadway Message struct for testing? #306

Closed mattmartian closed 2 years ago

mattmartian commented 2 years ago

Hi There, apologies if this has been asked and I can't seem to find the documentation for it, but rather than calling the test_message function is there a way to generate a broadway message struct to be used within elixirs built in unit testing?

Thanks!