-
Hi, I am struggling to understand how to set the permissions for a user that should be allowed to send req/rep requests. Also for context: I am using jetstream Publish via the Go client, which under the hood uses req/rep. To get the ACK, you need the subscribe permissions. Took me a bit to figure that out. Thanks 🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey. User does not need to subscsribe to You can configure custom inbox. |
Beta Was this translation helpful? Give feedback.
Yes, it is correct.
However, be careful with using core NATS publish with JetStream, as that can put quite some pressure on the server (as Core NATS is capable of publishing around 10 million messages per second).
Setting the inbox is a one-liner. Should not be a big issue.