The bandwidth of KVStore #1478
Unanswered
shadow3x3x3
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The rate limit option is only for push consumers, we're moving away from those to pull requests in the new APIs and those do not have the Rate limit concept |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am develping an app base on natsKV. BTW, it's awsome.
Is it possible to modify the bandwidth usage of the natKV client? For instance, by utilizing
nats.RateLimit
.I've observed that the
SubOpts
used in the current kvSubscribe
cannot be externally adjusted. Is it possible to offer a way for external control overSubscribe
options within the kv?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions