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
-
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?Beta Was this translation helpful? Give feedback.
All reactions