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
NATS Streaming is problematic in production (relaycorp/cloud-gateway#84) so our background queues should use GCP PubSub in production, whilst continuing to use NATS Streaming in development.
Describe the solution you'd like
A broker-agnostic system to manage background queues, so that we can use different systems in production and development -- like Knative Eventing, which could also up/down scale workers according to load.
Additional context
This isn't the only use of NATS Streaming. See #929
The text was updated successfully, but these errors were encountered:
Describe the problem
NATS Streaming is problematic in production (relaycorp/cloud-gateway#84) so our background queues should use GCP PubSub in production, whilst continuing to use NATS Streaming in development.
Describe the solution you'd like
A broker-agnostic system to manage background queues, so that we can use different systems in production and development -- like Knative Eventing, which could also up/down scale workers according to load.
Additional context
This isn't the only use of NATS Streaming. See #929
The text was updated successfully, but these errors were encountered: