maz
1
I’ve been using pure GenStage for my REST API and I want to convert it to Broadway.
How do I get the Producer to queue demand onto the Broadway Processor?
How to initiate the producer.ex handle_demand() callback to get called, so I can make a Message() for the processor?