sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
174 stars 4 forks source link

feat: move Subscriptions into their own namespace, give each one its own DeadLetterQueue and Role #285

Closed sam-goodwin closed 1 year ago

sam-goodwin commented 1 year ago

Depends on https://github.com/functionless/eventual/pull/284

// reference the instantiated subscription by name myService.subscriptions.onUserCreated; myService.subscriptions.onUserCreated.handler; myService.subscriptions.onUserCreated.deadLetterQueue;