Is there a listCounters method for Pulsar function?
#18735
Unanswered
labuladong
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.
I see Pulsar function stateful storage has
incrCounter(key)andgetCounter(key)method. Why there isn't a method likeList<> listCounters()to list all key-value pairs? I want to store many key-value pairs and list all of them if needed, I think this is a common scenario. Or, is there any other way to do this?All reactions