-
AT:
* a message can be published with an id to ensure that the message is published only once (idempotent)
* when a message is published with the same id, name and correlation-key then it is rejected
…
saig0 updated
6 years ago
-
I’m a PM at Google, working on the CLI and UI experience for GCP products built on Knative Eventing. The current system has a lot of granular objects that can be combined in very flexible ways. Unfort…
-
Need to fix this edge case
height=176875 get published twice in below log
```
D[11-27|08:42:12.940] Read PacketMsg module=p2p peer=0xb0a230 conn=MConn{172.27.21.61…
-
Description
===========
I have an application that I build for the rhel.6-x64 runtime identifier and upon running I get the following...
Unhandled Exception: System.DllNotFoundException: Failed t…
-
Hi Magnus,
I'm trying to use the librdkafka C++ API in a way that maintains the message ordering within a single topic partition, and I was wondering if it was currently possible to achieve this wit…
-
If the `Processor` is stopped, `BlockingQueueConsumer` should not put record into `Processor` at all.
https://github.com/datanerds-io/verteiler/blob/develop/verteiler/src/main/java/io/datanerds/verte…
-
Description
===========
Apache Kafka version 0.11 has some additional modes:
**the KafkaProducer supports two additional modes: the idempotent producer and the transactional producer. The idempoten…
-
Description
===========
Newer version of Kafka supports adding custom header to each message. This could be used for message routing/filtering or for other purposes. Please confirm when the support …
-
Kafka announced several new features in its 0.11.0.0 release that collectively allow for exactly-once semantics, or "effective-once" depending on your opinions on the subject. Semantics aside, there …
seglo updated
6 years ago
-
Description
===========
I'm working on a software to consume a stream from a Socket.IO source and putting into Kafka.
The messages are about 100bytes each and I receive about 20000 messages per sec…