-
Notifications
You must be signed in to change notification settings - Fork 901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing DeleteRecords equiv in AdminClient (KIP-107 method) #1513
Comments
Good find. We will add it to our backlog. Thanks. |
Any update here? we are a confluent customer. |
Great find. We are working on the Python Client Delete Records which is the equivalent of the above method. Will update this thread when the feature is merged. |
@mahajanadhitya just checking in if there is any update here? |
@mahajanadhitya is there any timeline? |
I join the question. For my current task, it is required to delete messages in the topic/partition in the python script. |
This is being worked upon and will be added as part of the upcoming release in late April. PR |
The PR is merged and will be available in v2.5.0. |
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:
confluent_kafka.version()
andconfluent_kafka.libversion()
):{...}
'debug': '..'
as necessary)The text was updated successfully, but these errors were encountered: