Proposed change
How can We set time outs to put and get jetstream calls,
We are running into context deadline exceeded issue.
It seems put/get calls do not support ctx.Context() go struct. How does one configure timeout for these calls? What is the default value, how can we check?
Thanks.
Use case
KeyValue.Get() and KeyValue.Put() should be able to accept ctx
Contribution
No response