-
Many thanks for your time and effort with go-dnscollector!
After upgrading the go-dnscollector to version v1.0.0-beta1 and enabling the round-robin partitioner for kafkaproducer, we started encount…
-
I’ve been thinking about how we can simplify the most common use cases.
`KafkaProducerConnection` really represents an untyped Kafka producer - it easily could, and possibly should, have a method `…
-
I run the code "from kafka import KafkaProducer" in my jupyter-notebook, it report an error that "Cannot import name 'KafkaProducer' from 'kafka' (unknown location)"。
But the code work well in …
-
Stack Trace for reference:
```js
throw new KafkaJSError('The producer is disconnected')
^
KafkaJSError: The producer is disconnected
at validateConnectionStatus (/hom…
-
Hi, there is a bug in the [KafkaProducer#sendAwait](https://github.com/nomisRev/kotlin-kafka/blob/main/src/main/kotlin/io/github/nomisRev/kafka/Producer.kt#L85).
It checks whether the returned `Re…
-
What if the caller does not call the function get() defined at https://github.com/resilience4j/resilience4j/blob/aa9063ce4daaed19bb844fc207d9e966180a3446/resilience4j-circuitbreaker/src/main/java/io/g…
-
kafka_producer.py
from kafka import KafkaProducer
producer = KafkaProducer(bootstrap_servers='localhost:9092')
producer.send('example_topic', b'some_message_bytes')
producer.flush()
-
### Describe the bug
##### copy from https://github.com/quarkusio/quarkus/issues/42286
maybe here is a better place :)
Hi,
we use snapstart on our quarkus lambdas. Some of them use smallrye-…
-
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/lang/management/ManagementFactory;
at …
-
I created headers in a local function, and their values were created by dynamically allocating memory in the heap. Then, I store these pointers ( and I‘ve never freed them ):
```cpp
long n1;…