-
-
Hi,
Need some help.
New to Kafka and read an article about implementing ['Exactly Once' consumer](http://126kr.com/article/6mwmx81h2zq). Can I use kafka-node to achieve the same thing? If yes, w…
-
Very good article on idempotent and transactional exactly once.
But I am hitting the following scenario where checkpoint itself is failing and cause partial writes.
Can you take a look and suggest?
I…
-
Consumer `group.id` should not be set by default.
When you launch a scenario a first with a consumer group set via `group.id` Kafka will register the offset read by this consumer group.
If you laun…
-
-
There are lot of errors in javadocs that need to be fixed, disabling doc generation for now.
```
Error: Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.3.0:jar (attach-javadoc…
-
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…
-
Hi!
Awesome project! Can some information be added about how Kafka 0.11's exactly once functionality will or won't be incorporated into this work? Are they complementary or orthogonal?
-
Cluster unavailable (eg network partition) for 15 minutes or so can put an idempotent producer into a state of excessive CPU usage. It can take several minutes after cluster restart for CPU usage to c…
-
##### SUMMARY
We have a role to create/delete Openshift projects that has been working fine for many Ansible releases. But when attempting to upgrade to Ansible 7, it suddenly fails when atte…