-
Hi,
I'm using Verk in an application, but now I need to consume some RabbitMQ messages and decided to try the [Broadway](https://github.com/plataformatec/broadway) library. The problem is that Verk…
-
-
I'm auditing and updating our dependencies at work and I'm just curious if there's anything specific holding gen_stage back from 1.0. We've been using it in production for quite a while now and it's b…
-
People often consider :stages to be multiple steps. Even the GenStage docs say:
> Stages are data-exchange steps that send and/or receive data from other stages.
/cc @adkron - if you have any ot…
-
-
Seeing this issue on the new FCM update:
`Got GOAWAY, PROTOCOL_ERROR, Last Stream: 47, Rest: invalid_new_stream_id`.
Any ideas?
-
Thanks for this awesome library
-
I have a pipeline with a single batcher (with 1 stage). Batch timeout is 1 second, batch size is 1000 events.
In Broadway v0.3, if I push 10 messages in a test, `handle_batch` is called once with a…
-
[Telemetry](https://www.erlang-solutions.com/blog/introducing-telemetry.html) seems to have emerged as the defacto tool for instrumentation.
Has any thought been given to adding this? Would there b…
-
Hi!
Is it possible to set the "offset_reset_policy" to get the producer to start from offset "latest" and not from 0?