Skip to content

Missing DeleteRecords equiv in AdminClient (KIP-107 method) #1513

Closed
@michaelandrepearce

Description

@michaelandrepearce

Description

deleteRecords equiv from Java does not seem to be exposed in AdminClient, on checking librdkafka it exists in the underlying C++ lib, just not exposed up in python wrapper. Please can it be exposed/added.

https://github.com/confluentinc/librdkafka/blob/master/examples/delete_records.c

How to reproduce

expecting to see method something like: admin.delete_records , but cannot find.

Checklist

Please provide the following information:

  • [1.9.2 ] confluent-kafka-python and librdkafka version (confluent_kafka.version() and confluent_kafka.libversion()):
  • [NA ] Apache Kafka broker version:
  • [NA ] Client configuration: {...}
  • [Windows/Linux ] Operating system:
  • [ NA] Provide client logs (with 'debug': '..' as necessary)
  • [ NA] Provide broker log excerpts
  • [no ] Critical issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions