-
Hi,
Does Brod (or the underlying Kafka protocol) currently support exactly-once delivery for producers and consumers?
ghost updated
5 years ago
-
https://github.com/eventuate-tram-examples/eventuate-tram-examples-nodejs-customers-and-orders/blob/8c19f208439e2dfc9c5a9221efae6cd36a299993/docker-compose.yml#L53-L57
-
**Low priority**
It might be helpful to have some persistence for pipelines.
On error, all pipeline and context should be serialized and stored, for example in Redis (IMO Redis should be implement…
-
Description
===========
Unable to publish message to event hub, got error message:java.io.EOFException: EOF during handshake, handshake status is NEED_UNWRAP.
How to reproduce
================
…
uhdyi updated
1 month ago
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go |
|--------|-------|----|
| Version 1.29.1 | AWS …
-
I'm trying to manually commit each message I consume.
Here's my code..
````
import { Kafka } from 'kafkajs'
const kafka = new Kafka({
clientId: 'my-app',
brokers: ['system76-pc:9094']…
-
-
### Describe the bug
When I am trying to use out_kafka2 and send logs to eventhub which has 200 partitions, I am facing this issue:
```
2023-12-01 22:56:45 +0000 [warn]: #0 [kfk2] Send exception…
-
Hi everyone!
I'm so excited about using transaction management among several services via eventuate. This is my first time doing this ;)
Actually, I was be able to run this project [https://github…
-
**Affects Version(s): 2.3.6.RELASE**
🎁 Enhancement
Scenario (using transactions and non batch listener) - (point 1-4 in attached log in the bottom):
1. Producer (clientId=producer-12) is creat…