Replies: 1 comment
-
Service API is just for Core NATS request/reply pattern. |
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
-
I want to create a 'chat' service, and also use the service's subject as a persistant store to pull message history on a per user level.
Dont see a way to make users request to service.chat.user_pk , so i cant filter the stream for the user's messages.
Subject mapping doesnt seem to allow me to pull in the user_pk (which is available via an _INBOX prefix i've set for the user client).
Is there a way to do this other then republishing to a stream?
Beta Was this translation helpful? Give feedback.
All reactions