Closed moniquelive closed 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 ?
Broadway.stop
Broadway.start_link
Thanks!
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. :)
Marlus presentation had a dashboard that could pause/start and change the graph topology in realtime.
How's it done?
Broadway.stop
followed byBroadway.start_link
?Thanks!