Replies: 1 comment
-
Hi @msg2man, the pull no wait option is a parameter for the JetStream API that is not exposed and instead handled internally in the client: Lines 779 to 785 in 7ba29c6 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Like how the java client for nats has the pullNoWait API as shown in the examples here -
https://github.com/nats-io/nats.java/blob/main/src/examples/java/io/nats/examples/jetstream/NatsJsPullSubNoWaitUseCases.java
Does the python client have a equivalent of the same ? I can't seem to find in docs or examples.
Any help appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions