Denis Savenko

Results 20 comments of Denis Savenko

> Regarding VSCode, I could consider publishing the plugin as an additional VSCode extension. Please, do! I.e. Grafana Unified Alerting Templates are [currently using Golang Template language](https://grafana.com/docs/grafana/latest/alerting/unified-alerting/message-templating/), and it would...

In fact, you don't need docker version to consume Avro, but you need to build `kafkacat` with `libavro` and `libserdes` support. The `bootstrap.sh` script does this all for you, but...

You can also convert your Java keystore to PKCS#12 format (i.e. with [KeyStore Explorer](https://keystore-explorer.org/)), which is supported by `kafkacat`, and then pass them as needed: ``` ... -X security.protocol=SASL_SSL \...

@psanapal truststore is not supported by `kafkacat`, as far as I know. @edenhill, please correct me if I'm wrong.

Hi there! As far as I understood, `bootstrap.sh` is not a way to get `kafkacat` on Windows. For this, you will have to build it from `win32` directory. And first...

I found out that to have the latest version compiled, you have to specify the version number manually in `win32/win32_config.h`. After re-build: ``` C:\kafkacat\kafkacat-1.6.0\win32\x64\Debug>kafkacat.exe -V kafkacat - Apache Kafka producer...

I got that I had to manually specify version `1.6.0` in `win32\win32_config.h` file. After re-build: ``` C:\kafkacat\kafkacat-1.6.0\win32\x64\Debug>kafkacat.exe -V kafkacat - Apache Kafka producer and consumer tool https://github.com/edenhill/kafkacat Copyright (c) 2014-2019,...

Any update probably? This issue, unfortunately, prevents us from using one connector for several source topics and several target tables. We have to use 1 connector 1 topic now, which...