confluentinc / kafka-tutorials

Tutorials and Recipes for Apache Kafka
https://developer.confluent.io/tutorials
Apache License 2.0
14 stars 89 forks source link

Delete all the records in a topic without deleting the topic itself #521

Open ybyzek opened 4 years ago

ybyzek commented 4 years ago

Flow: change topic's retention time, allow it to delete records, then restore retention time

bbejeck commented 4 years ago

@ybyzek why close this? Seems like a good issue to discuss. Plus we could add how to use the AdminClient as well to provide different options

ybyzek commented 4 years ago

@bbejeck good question. I closed it after I discovered https://github.com/confluentinc/kafka-tutorials/issues/409 . But if we think these warrant 2 separate KTs, I'll reopen this for now and we can leave it in the queue for discussion