morganstanley/modern-cpp-kafka

Support KIP-107 deleteRecordsBefore API

niyue opened this issue · 1 comments

niyue commented

In KIP-107: Add deleteRecordsBefore() API in AdminClient, a new admin API was added so that users can call it to delete data that is no longer needed.

librdkafka started to support this API since v1.6.0 (confluentinc/librdkafka#1773).

niyue commented

Implemented in PR #65