dashbitco / broadway_dashboard

Keep track of your Broadway pipelines from Phoenix LiveDashboard
https://elixir-broadway.org/
Apache License 2.0
220 stars 17 forks source link

Q: How to change the topology or pause/resume the producer in realtime #19

Closed moniquelive closed 2 years ago

moniquelive commented 2 years ago

Marlus presentation had a dashboard that could pause/start and change the graph topology in realtime.

How's it done? Broadway.stop followed by Broadway.start_link ?

Thanks!

josevalim commented 2 years ago

That’s how it was done but we decided not to add it because it may be harmful in Kafka. And the dashboard doesn’t have destructive actions as it may run in prod. :)