elixir-lang / gen_stage

Producer and consumer actors with back-pressure for Elixir
http://hexdocs.pm/gen_stage
1.48k stars 192 forks source link

A producer or filter stage that buffers all events and can replay them #305

Closed RudolfVonKrugstein closed 4 months ago

josevalim commented 4 months ago

Hello, we don't plan to provide such stage out of the box, but you are welcome to implement your own. If you need help, feel free to reach out to the ElixirForum and other community spaces. There are also examples in our project folder.

RudolfVonKrugstein commented 4 months ago

Hi, sorry I pressed the wrong butten and created an empty issue ..

But I already got a comment (thank you) and will go to the elixir forums :).

But one questions: In #14 it was suggested to add an option to discard all events wihtout error when no consumers are subscribed. The issue is closed but I find nothing of that in the documentation. Am I overseeing something or does it just not exist?