Couchbase eventing mechanism instead of queues #1
randytpierce
started this conversation in
General
Replies: 1 comment
-
Should refer to the sequence diagram here (paste it into the online renderer at plantUml.com) |
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
-
It is possible to use Couchbase eventing instead of message queues. Refer to eventing
A possible flow is...
This is pretty simple, really. It requires two rest api functions. In the MATS app the rest service endpoint is easily defined in matsmethods (we already have picker routes set up there). In the calculate service we implement a rest service endpoint in go.
Beta Was this translation helpful? Give feedback.
All reactions