confluent-kafka-go icon indicating copy to clipboard operation
confluent-kafka-go copied to clipboard

Added a delete records api

Open PratRanj07 opened this issue 1 year ago • 3 comments

Added a deleted records api and wrote its unit tests and integration tests.

PratRanj07 avatar Feb 23 '24 14:02 PratRanj07

CLA assistant check
All committers have signed the CLA.

cla-assistant[bot] avatar Feb 23 '24 14:02 cla-assistant[bot]

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

cla-assistant[bot] avatar Feb 23 '24 14:02 cla-assistant[bot]

Additional to the comments, make sure to add a CHANGELOG.md entry.

Remove the binary from the pull request (examples/admin_delete_records/admin_delete_records) as we don't want to commit binaries to the repo, and add it to the .gitignore file like it's done for other examples. Finally, add the example to the examples/README.md file as well.

milindl avatar Feb 26 '24 07:02 milindl