Open speedfl opened 2 years ago
In java sdk, admin client offers org.apache.kafka.clients.admin.AlterConfigOp.OpType.DELETE
org.apache.kafka.clients.admin.AlterConfigOp.OpType.DELETE
Admin client only offers SET
SET
https://github.com/confluentinc/confluent-kafka-go/blob/master/kafka/adminapi.go#L230
Please provide the following information:
LibraryVersion()
ConfigMap{...}
"debug": ".."
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.
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:
LibraryVersion()
): v1.9.2ConfigMap{...}
: N/A"debug": ".."
as necessary): N/A