michelin / ns4kafka

Ns4Kafka brings namespaces on top of Kafka brokers, Kafka Connect and Schema Registry.
Apache License 2.0
73 stars 12 forks source link

kafkactl delete-records broken #191

Closed lapsus63 closed 2 years ago

lapsus63 commented 2 years ago

Hello,

We tried to delete-records from our topics of two apps and tried with versions 1.6.1 and 1.7.0 of kafkactl, but we always facing the same issue :

image

Nevertheless, the delete seems to be performed

loicgreffier commented 2 years ago

Hi @lapsus63, there is some breaking changes on delete-records between 1.6.1 and 1.7.0.

Ns4kafka 1.7.0 is not deployed internally yet, so you're facing a compatibility issue with current version 1.6.1.

You should stay on kafkactl 1.6.1 until 1.7.0 is deployed.

loicgreffier commented 2 years ago

@lapsus63, can you confirm you're facing the issue on kafkactl 1.7.0 ? I'll close the issue if you do

loicgreffier commented 2 years ago

Confirmed, issue can be closed