-
Based on the messaging SIG discussion on 2/15/24, we should target stabilizing Kafka and RabbitMQ semconv along with the messaging semconv stability.
While we can always add span attributes, but ad…
-
Hi,
Seems like Parallel Consumer is not handling InvalidPidMappingException correctly in transactional mode with UNORDERED processing. When this exception occurs, Parallel Consumer enters a retry …
-
In Fluvii version 0.2.11, it appears that the producer needs an "epoch refresh" after a timeout exception.
```PID 1 - 2022-11-19 17:17:43,091 - fluvii.consumer.consumer - INFO: Message consumed fro…
-
The purpose of this issue is to list checkpoints related to Kafka usage that should be validated before _releasing_ the POC (both on the external application and DT side).
### Requirements
- [ ]…
-
Follow-up from #128 / #130.
Quoting the PR:
> I found that Kafka Streams uses a unique transactional ID per "task" (topic/partition). Other projects like spring-kafka have followed the same patter…
-
### **Describe the bug**
I wish to count the number of records in a given Kafka topic to set up a monitoring endpoint as a kind of 'sanity check' for data-in vs. data-out. To do this, I set up a `k…
-
Does Pact support Spock framework out of the box to write consumer and provider side tests? If yes then do you have examples/reference documentation.
-
**In what version(s) of Spring for Apache Kafka are you seeing this issue?**
2.8.11
**Describe the bug**
With a `MessageListenerContainer` configured with `FixTxOffsets` set to `true`, when all t…
bgK updated
10 months ago
-
I'm trying to work with transactions so that I can consume a message and publish new messages in response, all in a single tx. I get an error when I try to init the transaction, and an error when I tr…
-
In the docs under manual commits (https://kafka.js.org/docs/1.12.0/consuming#manual-commits) it says:
`Note that you don't have to store consumed offsets in Kafka, but instead store it in a storage…