-
One of the goals of this library is to also expose GenStage functionality, batteries-included to load balance across the pool of processes + pages. This functionality is not required and is one of the…
-
Hi guys,
this project is really cool! I started playing with it to visualize GenStage pipelines and I bumped into a weird behaviour. You can find my code here: https://github.com/Arkham/genstaged
…
-
GenEvent has been deprecated as of [Elixir 1.5](https://hexdocs.pm/elixir/GenEvent.html). Suggested replacements are [Supervisor with GenServers](http://blog.plataformatec.com.br/2016/11/replacing-gen…
-
I would like to do a small intro to GenServer and also GenStage to solve a real world problem. Using GenServer I will build a Leaky Bucket API emulator and the use GenStage to optimize the requests ag…
-
For proper working on release built by distillery need to add gen_stage into application deps.
Without it application is failed with :failed_to_start_childern because it can't find GenStage module b…
-
In most of my recent project, I can't use conduit_sqs since it is using gen_stage v0.14+ and conduit forbid it using v0.13.1.
Any plan to upgrade ? Thx !
xward updated
5 years ago
-
In #143 we more or less decided that supporting GenStage would be out of scope for this library. On the other hand, talking with some folks recently now that our consumer group implementation is rele…
-
Long term goal is some sort of command system for users to have arguments for commands parsed and sent to their functions with a lot of the hard work done for them.
This should probably use a simil…
-
I'm still working on a test that can prove this but I believe that there is a potential for losing messages inside of a consumer. Apologies if my understanding of the code is incorrect.
Here's the…
-
Consider #3 instead of GenStage (https://dockyard.com/blog/2019/04/02/three-simple-patterns-for-retrying-jobs-in-elixir)
eidge updated
5 years ago