-
When using kafka-avro-console-consumer with the `--timeout-ms M` switch, it will read messages for up to M milliseconds and then exit. Just before it exits, it logs the following message to `ERROR`:
…
-
Steps to reproduce:
1. Run zookeeper `docker run -d --net=host --name=zookeeper -e ZOOKEEPER_CLIENT_PORT=32181 confluentinc/cp-zookeeper`
2. Run kafka `docker run -d --net=host --name=kafka -e K…
-
find how localhost kafka without docker
-
Using version 2.4.5_0.14.0
There is an issue during creation of Spark Session object. As can be seen [here](https://github.com/holdenk/spark-testing-base/blob/master/core/src/main/2.0/scala/com/holde…
-
Since we moved over the plugins from `backstage/backstage` the migrated plugins maybe do not already have a dev setup.
For a start, we should ensure that all workspaces, and their plugins have the …
-
Looks like the current sync command doesn't work when running from teh host machine
```
rcduar@appleTarts:scribengin $ ../../tools/cluster/clusterCommander.py cluster --sync
Usage: clusterCommander.p…
-
**Describe the bug**
I am trying to build a freshly cloned repository. Unfortunately it fails to build.
**To Reproduce**
Steps to reproduce the behavior, include:
1. git clone git@github.com:con…
-
#### Description
I am developing kafka management tools with sarama, and I don't know that is it possible and how to run a preferred replica election with sarama?
#### Additional context
None
-
**Describe the bug**
Trying to use the wildcard from the JsonPath Syntax with the EXTRACTJSONFIELD UDF. But it return nulls. I've validated the expression on several external JsonPath tools and it wo…
-
Hi,
I can not find how to add a password to the configuration of TLS-certificates.
(My TLS key-file is encrypted with password.)
Will kafkactl ask for it ?
Is there any way to point it to a file…