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

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -