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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -