-
Comments on sections where there may be footguns related to messaging.
Section 5.6 Version Numbers
* If two uow's conflict, what should the loser do? Fail-fast and punt to the client? Refresh its …
xtaje updated
4 years ago
-
Please provide the following information:
- [x] librdkafka version: 1.2.2
- [x] librdkafka client configuration: `enable.idempotence=true`
- [x] Apache Kafka version: 2.2.0
- [x] Operating …
-
Beats come from various sources (log files, packets, etc) and ultimately make their way to Elasticsearch. From a best practice standpoint all source data would some type of unique ID on it so that way…
-
Right now the rolling restart script goes from broker 1, to 2, to 3, etc...
It should isolate the active controller as the last broker to restart
In a worst case scenario, the 1 is active controll…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…
-
If this is a bug report, please fill out the following:
* Version of Ruby: 2.1.0
* Version of Kafka: 2.0.0
* Version of ruby-kafka: 0.7.5.beta1
* framework : Ruby On Rails
* Number of request …
-
I'm using the TimestampRouter to index documents in rolling daily indexes. It is indexing documents correctly, however, I'm seeing a ton of these WARN messages in my connect logs:
```[2017-06-07 20…
-
Plugin NameMinecraft Development
Plugin Version2021.2-1.5.14
OS NameLinux
Java Version11.0.11
Java VM VendorJetBrains s.r.o.
App NameIDEA
App Full NameIntelliJ IDEA
App Version NameIntelliJ IDEA
Is …
-
To produce a `ReactiveKafkaProducerTemplate` I have to explicitly include the `ProducerConfig.TRANSACTIONAL_ID_CONFIG` property as per the following example
```java
@Bean
public ReactiveKafkaProduc…
rycee updated
4 years ago
-
Description
===========
Unable to receive acks after enable.idempotence is set to true. Disabling idempotence can receive acks normally.
How to reproduce
================
**IMPORTANT**: A…