Github user ScrapCodes commented on the issue:
https://github.com/apache/bahir/pull/13
Yes, I think MQTT's client side persistence can be used. We can move any
message that is consumed once by streaming to persistent store. But streaming
may never request certain offsets, for example those were checkpointed earlier.
We can may be have a configurable timeout as well. Since we store every message
along with timestamp it should not be a problem.
P.S. If the persistence is memory - it may also get exhausted eventually
(since it stores every thing on heap in a hashtable).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---