Hi folks, My team and I are just getting started with Kafka, and I'm looking for information about removing individual items in the log. It led me to this article about implementing GDPR with Kafka <https://www.confluent.io/blog/handling-gdpr-log-forget/>. That article links to KIP-107: Add purgeDataBefore() API in AdminClient <https://cwiki.apache.org/confluence/display/KAFKA/KIP-107%3A+Add+purgeDataBefore%28%29+API+in+AdminClient>.
It looks like the KIP was released in version 0.11 <https://archive.apache.org/dist/kafka/0.11.0.0/RELEASE_NOTES.html> but, I don't see the method in the AdminClient API documentation <https://kafka.apache.org/10/javadoc/index.html?org/apache/kafka/clients/admin/AdminClient.html>. is this feature available? thanks, Jason