NATS Routing
torimcc opened this issue · 0 comments
torimcc commented
High level goal - design a data processing route or really a finite state machine with the following steps using NATS subscriptions:
• receive data
• validate data (optional)
• transform data (optional)
• split data (optional)
• submit data
This will likely require routes to be "modeled"/specified using metadata that is parsed when our application starts.