-
Continuing the theme https://github.com/dotnet/orleans/issues/844 at the request of @gabikliot, I give feedback.
For starters, I would like to say I could be wrong in my statements because I may not k…
-
This is ok behavior however our operator doesn't differentiate between create or update.
If our operator will fail on the cluster that has existing resources we are almost guaranteed to get banned…
-
Does python binding support exactly once semantics in producer/consumer side in Kafka 0.11.0.0? I don't see any document mentioned it.
hrchu updated
3 years ago
-
I ran into this error when trying to commit a producer transaction with version `0.25.0` of rust-rdkafka:
```
Error: KafkaError (Transaction error: EndTxn commit failed: Broker: Producer attempted a…
-
Are there plans of adding support for Idempotent/Transactional Producers? If yes, what is the expected timeline?
-
**Goal:**
Handle the kafka consumption error failures.
**Issue:**
The docs shared below arent explanatory.
https://docs.confluent.io/5.0.0/clients/confluent-kafka-python/index.html#kafkaerror
…
-
Description
===========
As per the title, when trying to produce to a topic with "enable.idempotence": True, the producer will produce the record but fail to ack. I'd expect the producer to fail or …
-
Hello!
I'm looking at integrating Sentry on-prem for a few of our business customers who have a hard requirement for on-site deployments (we use the Sentry SaaS for the bulk of our customer base), …
-
## Expected Behavior
The documentation for [Spring Cloud Azure Event Hub Stream Binder](https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-stream-binder/spring-cloud-azure…
-
Hi,
I'm trying to produce a batch with a specific key for each message. I would like to produce batch with each message sent to its partition based on the key in the map of the list (Value).
:b…