-
A Python producer function (producer) publishes orders with statuses OPEN, IN PROGRESS, CLOSED, CANCELLED into a RabbitMQ queue named request-topic.
-
Fission RabbitMQ trigger activates upon message arrival to request-topic and invokes another function (consumer) with message received from producer. If there is an error, the message is dropped in error queue named error-topic.
-
The consumer function (consumer) gets body of message returns a response to response-topic and sort the orders based on status to different queues.
-
Notifications
You must be signed in to change notification settings - Fork 0
sejubar/faas
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published