-
Hi,
We recently stumbled upon an occurrence where hono suddenly started to failing to publish messages to our kafka broker. Our kafka broker was working perfectly fine upon discovering this issue b…
-
Akka version:
`2.5.32`
Alpakka version:
`2.0.5`
Scala version:
`2.12.17`
Testcontainers Kafka
`1.19.0`
### Expected Behavior
`Future[Done]` materialized from `Producer.committableSink` is …
-
`delivery_timeout_ms` is missing in producer default config: https://github.com/dpkp/kafka-python/blob/master/kafka/producer/kafka.py#L280
I want to be able to overwrite `delivery.timeout.ms` in [p…
-
I am running a Kafka connector for MirrorMakerCheckpoint connector on confluent 7.0.0. However the checkpoint connector WorkerTask fails. I have tried to set `offset.flush.timeout.ms = 100000` as ment…
-
Where are the steps or guide to publish a message? Is the feature disabled?
When ever I try to select a publish message icon, I always get the below error
Missing required configuration "schema.reg…
-
## By ChatGPT
### Producer.py
```python
from kafka import KafkaProducer
import json
def send_message_to_kafka(message, topic='chatbot_topic'):
producer = KafkaProducer(
bootstrap_…
-
UPDATE:
as mentioned in the comment below, I've now realised why the bootstrap server and the config parameters can't be extracted from the message metadata, but would be great if environment variab…
-
Hello, I have some questions when using lua-resty-lua. I wanted to avoid having to re-connect to kafka client every time a request came into Lua code, so I used something like singleton mode to make a…
-
The consistent region policy defines the custom literals
- `NonTransactional`
- `Transactional`
- `AtLeastOnce`
`AtLeastOnce` is deprecated and is equivalent to `NonTransactional`.
The opposi…
ghost updated
3 years ago
-
Hello,
Nice work on this project - it looks really cool!
My shop is looking at using this as the base for a golang stream processor. We have existing SPs which implement our message format / con…