Is it possible to remove data from Kafka after that data consumed?
I am using Kafka and Zookeeper combined to exchange some data between 2 nodes. I am having trouble with memory of Kafka because I am inserting so many data. In this way I need to clean datas from Kafka after I consumed them. Is it possible?