You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I learned about subject mapping and wondered if it was possible to configure NATS to perform redirection. I was not able to find docs or issues. My challenge is I have a CDC envelope which looks like this:
Within Data the payload field contains a CloudEvent (validated for consistency before CDC emission). What approaches can be used to read and concatenate the aggregatetype and aggregateid fields and then use the resulting value as the subject to redirect to?
Is it possible to create a configuration like the following?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I learned about subject mapping and wondered if it was possible to configure NATS to perform redirection. I was not able to find docs or issues. My challenge is I have a CDC envelope which looks like this:
Within
Data
thepayload
field contains a CloudEvent (validated for consistency before CDC emission). What approaches can be used to read and concatenate theaggregatetype
andaggregateid
fields and then use the resulting value as the subject to redirect to?Is it possible to create a configuration like the following?
I came across Nex, and it seems more advanced than what I think my needs are.
Beta Was this translation helpful? Give feedback.
All reactions