Jose Ignacio Gil Jaldo
Jose Ignacio Gil Jaldo
When using watermill-kafka's subscriber, only one event can be processed at the time, unless you ACK the event. That, disregard the number of partitions you may have. If you ACK...
I have been investigating a problem that is causing trouble on our test suite and I managed to trace it to `mysql2`. This script allows reproducing it: Reproduction instructions ```js...
Closes https://github.com/ThreeDotsLabs/watermill/issues/374 ## Why? It would be nice to have a simple way to increase the concurrency of message processing. With the current options, it is only possible to consume...
**Describe the bug** When commits are not immediate and/or some events can have a relatively high processing time and topics substain a low traffic, it can lead to lag being...
Closes https://github.com/segmentio/kafka-go/issues/615 Adds a listener to send re-assignments to a listener. After this, it is possible to possible to provide a listener (optional) to have consumers be notified of changes...
I have some code that returns: ``` { someProperty: 1, items: } ``` Randomly, I get things rendered like it follows: ``` { "someProperty": 1, "items": [ {"id": 1}, {"id":...
This is a skeleton PR aiming for discussion related to https://github.com/segmentio/kafka-go/issues/1308 In that issue, I describe how rebalances can lead to a situation where the consumer receiving the partition does...