- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Delete message after consuming it from kafka topic is this possible ?
- Labels:
-
Apache Kafka
Created 08-11-2016 09:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is it possible for after consuming data from kafka topic data is deleted using java api please help me for this..
Created 08-11-2016 10:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I dont think this is possible as Kafka is not a consume-delete semantic framework and multiple consumers might be reading from the same queue.
This http://stackoverflow.com/questions/28586008/delete-message-after-consuming-it-in-kafka has details for your question.
Also refer https://www.quora.com/I-want-to-delete-the-message-from-a-Kafka-broker-after-consuming-it-How-can-I-....
Created 08-11-2016 10:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I dont think this is possible as Kafka is not a consume-delete semantic framework and multiple consumers might be reading from the same queue.
This http://stackoverflow.com/questions/28586008/delete-message-after-consuming-it-in-kafka has details for your question.
Also refer https://www.quora.com/I-want-to-delete-the-message-from-a-Kafka-broker-after-consuming-it-How-can-I-....
