-
RQTT tests sometimes fail because a topic used in the previous test, which has been marked for deletion, hasn't yet been deleted when the next test tries to create a topic with the same name.
Unfor…
-
What is the post-condition when a producer succeeds in publishing a message? In particular is it guaranteed Kafka got the message ... or could it be lost if the code crashes immediately following the …
-
This is more specific to functions that have been triggered from events (e.g. kafka events), it would be great to specify retries and back-off strategies, and to further the feature, be able to retry …
-
There are approximately 15 steps for a horizon user to do to an edge node, once the OS is installed, to get the node setup, registered with horizon, and verified. These steps can be automated to make …
-
Hi all,
I have created MSK_cluster with custom configuration. I have destroyed the already launched MSK_cluster but still, it shows below error. Can you guys guide me where I am wrong? From AWS end…
-
Contract:
https://kafka.apache.org/10/javadoc/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.html#onPartitionsAssigned-java.util.Collection-
Quote:
>It is guaranteed that all the pro…
-
### Summary
Thought we were out of the woods here. But I just tested migrations from a 2.0.5 to 2.1.4 DB upgrades with our prod keyspace cloned (decided dry runs of this migrations stuff is best wi…
-
I just read this [blog][blog] and enjoyed reading it! The length and the technical detail was just right.
I have a few questions:
In _Stream Oriented Processing_ you mention using kafka to let d…
-
We recently updated the librdkafka version to 1.0.0 but did not update the broker for the tests. This is fine for now since it's backwards compatible, but probably will cause trouble when testing new …
-
Description
===========
On Fedora 27 I try to get confluent-kafka-python running by building librdkafka from source as well as confluent-kafka-python. I chose the installation from source to get lib…