confluentinc / confluent-kafka-go

Confluent's Apache Kafka Golang client
Apache License 2.0
4.66k stars 658 forks source link

AdminClient AlterOperation DELETE #883

Open speedfl opened 2 years ago

speedfl commented 2 years ago

Description

In java sdk, admin client offers org.apache.kafka.clients.admin.AlterConfigOp.OpType.DELETE

Admin client only offers SET

How to reproduce

https://github.com/confluentinc/confluent-kafka-go/blob/master/kafka/adminapi.go#L230

Checklist

Please provide the following information:

mhowlett commented 2 years ago

yep, it looks like the additional operations aren't implemented. i see that they are in librdkafka - it's just a bit of work to add them to the binding.