java - How long the messages will be kept stored in topic/partition using kafka 0.9 -
i'm using kafkaconsumer api fetch data topic (one partition per topic), after records has been retrieved poll method , processed, if new instance of kafkaconsumer created , try fetch data same topic/partition i'm able retrieve same data in first time. there way remove records topic/partition after has been consumed ?
Comments
Post a Comment