pskafka icon indicating copy to clipboard operation
pskafka copied to clipboard

Support for later versions of kafka

Open Stephanevg opened this issue 3 years ago • 1 comments

Hi @clevr-dev

Is there any plan to support higher versions of the kafkacat client? Currently the pskafka ships with version 1.4 (from 2017) of the kafkacat client. Today, the latest version available is version 1.6 as you can see here

Some commands are not supported on that kafkacat client such as -s and -r that are needed to specifiy a schema. If you build a new module version, I could attempt to add these two commands to pskafka

Stephanevg avatar Jun 15 '21 06:06 Stephanevg