You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement KIP-202 : DeleteRecords API
When doing stream processing, it is convinient to use "transient" topic
:
* retention time is infinite
* records get deleted when consumed
The java kafka streams client is using the deleteRecords of the admin
client to perform this operation. It is lacking in aiokafka
The KIP reference https://cwiki.apache.org/confluence/display/KAFKA/KIP-204+%3A+Adding+records+deletion+operation+to+the+new+Admin+Client+API
refs #967
* Use common method to get metadata
* Explain the unpacking catch all
* Remove usage of TaggedFields
TaggedFields doesn't seem to work properly at the moment. Maybe they
should be replaced by an implementation closer to the java client with
their "flexibleVersions"
* Fix linting errors (format)
* Add change log
---------
Co-authored-by: Vincent Maurin <[email protected]>
Co-authored-by: Denis Otkidach <[email protected]>
0 commit comments