-
Why do we need this barrier_O? What exactly is it waiting for? For each read of V/K, we have pipeline and producer_commit to control that flow. Also, the placement of barrier_O seems strange—it appear…
-
Description
===========
Producer correctly recognizes that the topic ID has changed, i.e., the topic was re-created (removed and created with the same name).
Unfortunately, the metadata for the jus…
-
Hello! I have a question regarding the expected behavior around `Client.EndTransaction` and `GroupTransactSession.End`. In the event a partition between the kgo client and the broker for this call, ev…
-
Usually one has to either `poll` or `flush` a producer after sending 1 or more messages with a call to `produce`.
I had a look through the source code and I don't seem to be able to find a Julia in…
-
I'd like to create middleware for producers and consumers, to do things like distributed tracing, logging, metrics and so on.
Here is an [example of instrumenting a producer and consumer with a var…
-
There have been a number of times the tap has hit a `429 Too Many Requests` error and the inbuilt back-off strategy has not been able to recover the sync. We should investigate if there is a better wa…
-
For the virtual friendly competition, all the matches need to be simulated in advance. Running the simulation at reasonable speed requires a reasonably powerful computer with a discrete GPU.
Once the…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Read release policy
- [X] I understand that unsupported ver…
-
We have many use cases where we consume a record from topic `A` and forward it unchanged to topic `B` (in some cases even to separate clusters), essentially relaying it.
This means in our handlers …
Nesze updated
3 weeks ago
-
Add support for the consumer and producer datastream in the Kafka Integration.
The corresponding metricsets are present in the [Beats Kafa module](https://github.com/elastic/beats/tree/ec92e0213d00cd5…