-
### Current behaviour
1. Upon receiving any shutdown message from the BEAM, `ConnectionServer.terminate/2` immediately closes the connection.
2. RabbitMQ messages are still being processed successfu…
-
Hello, i want to commit an offset for a consumer, but i'm getting an error:
```KafkaJSNonRetriableError: Must provide transactional id for transactional producer```
Also i would like there to be a…
-
Idempotency keys (AKA Idempotent keys) is a pattern used to prevent duplicate requests by allowing the consumer of a service to send a value that represents the uniqueness of a request, so that no req…
-
##### Description
We are encountering an error (once every few weeks) while using the async producer in our Kafka setup. The error message encountered is as follows:
> assertion failed: message …
-
I've had a few discussions lately with folks that have wanted something akin to a broadcasting ChannelWriter, where you could supply multiple channel writers and multiplex across them, with a single w…
-
During the investigation of the parallel-consumer with reactor, we observed the following behaviour:
1. The consumer starts processing an event from a partition.
2. While the event is being proces…
-
Pandaproxy is a work in progress, below is a list of features that we are aware of, and whether they have been implemented.
#### Endpoints
* [x] `GET /topics` - Get a list of topics
* [ ] `GET /…
-
Hi,
Reading the documentation of the method session.recover(), I think the recovery process after a failure causes messages inside within the topology (after spout), are discarded by jms queue and r…
-
**Chapter Ownership** : @iamzin
-
There is regularly a need to replay events through our pipelines and, usually, only to a subset of consumers in a given pipeline.
In telecom, we've implemented this using a field in the envelope "r…