-
For security reason, we are using Kafka with SASL_PLAIN and we did configure ACLs on topics to allow users to perform (or not) read/write operations.
Currently our users can publish messages to the…
-
Description
===========
It is unsafe to create a new producer within a consumer callback when using SSL protocols.
In our normal operations a message is received analyzed and easily dealt with. …
-
It looks like a while back the Kafka consumer gained the ability to not have a dependency on zookeeper allowing you to only configure the brokers. I'm guessing this is what spring-kafka uses. Are th…
-
Hello,
I am trying to read data from Kafka, do transformations on Spark (Streaming) and write result data to Druid.
I am able to create the dataframe that I want and write it to a text file.
…
-
After having successfully integrated with a kafka cluster, I am migrating to a kerberized one. When installing node-rdkafka I verified the following:
```
checking for libsasl2 (by pkg-config)... o…
-
The REST Proxy has been updated to leverage the new consumer http://docs.confluent.io/3.2.0/kafka-rest/docs/intro.html#produce-and-consume-avro-messages
We need to have Kafka topics UI switch its …
-
I was trying to have a service expose itself outside only through a virtual host. Not through other names or ip addresses.
I set the environment variable: "VAMP_OPERATION_GATEWAY_VIRTUAL_HOSTS_ENA…
-
Hey guys,
super-thanks for creating this, saved me a TON of time!
I just noticed that the instructions in the README may be slightly improved, by using the following (I was having trouble running thi…
-
Currently, the `group.id` is created using `schema-registry--`
It seems that the code proceeds to `assign()` and never commits offsets, so here are the following questions:
1) What is the use of…
-
Right now there are no clear guidelines as to how to intercept and handle logs produced by application containers on the node. For example, if I wanted today to implement or adapt a new solution for e…