-
I'm have a similar problem, but now with the producers connections.
Always, the first message that I try to send I got the error: `{:connection_down, {:shutdown, :ssl_closed}}`
Any tip how to so…
-
On reading certain topics from our Kafka, I get this exception:
```
WARN Could not write batch of size 500 to BigQuery. (com.wepay.kafka.connect.bigquery.write.batch.TableWriter)
com.google.cloud…
-
## Bug Report
The following implies that calling `producer.createTopics(['x']. false)` blocks the execution until the Kafka's topic is created.
> When async is set to false, this method does not r…
-
## Issue Description
Type: *bug report*
### How to reproduce it (as minimally and precisely as possible)
1. create java web application to produce 1 kafka message per second
2. create k…
-
Description
===========
I am trying to get an exception when the producer isn't able to connect to kafka cluster.
The code outputs the error into the console but I need an error code or exception f…
-
I'm running logstash 8.12.2 docker image with the plugin installed.
this is my config which always used to work
```
output {
kafka {
codec => avro_schema_registry {
end…
-
I have been trying to deploy Kafka and schema registry with Kubernetes locally, but I keep getting TimeOutException in the kafka-schema-registry pod logs.
What could be the cause of this error?
```
…
-
Apache Kafka protocol has gradually been transitioning from using topic names to using topic ids. The current work of
[KAFKA-10551](https://issues.apache.org/jira/browse/KAFKA-10551) and [KAFKA-1…
-
## Bug Report
Running the kafkaClient in a express server as a relay. Kafka is single broker/zookeeper mode.
After running the kafkaClient for some time, i notice the connection drops and the cli…
-
I have a use case I need solved (Kafka) and would like to prove out the Reactive IPC design with it.
If we have a Netty 4 transport implementation and Reactive IPC API for TCP, I'd like to explore cr…