How to ignore subscription when create topic? #18954
Unanswered
xiaofan-luan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In our use cases, we can not unsubscribe on crash cases.
This will cause serious issue because backlog will be full and no further produce works.
In fact we maintained our own checkpoint in stream and keep the data in pulsar for certain period so backlog is not really helpful for us, is there a way to claim skip the backlog when create a collection? we want data to be expired in 2 days after it is written
All reactions