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
Implement a new eventing backend based on NATS-Jetstream.
The current NATS based backend provides different delivery guarantees compared to other Backends. With Jetstream we will be able to provide similar at-least-once guarantees.
@k15r I cannot find any way to use WorkQueuePolicy for my retention.
I have multiple worker servers and I only want the available to process the message.
Also, I couldn't find any documentation on using pull-consumer rather than push-consumer approach.
Description
Implement a new eventing backend based on NATS-Jetstream.
The current NATS based backend provides different delivery guarantees compared to other Backends. With Jetstream we will be able to provide similar at-least-once guarantees.
Acceptance:
Use Exponential Message Delivery Backoff in JetStream dispatcher #13697Implementation
implement selecting the new controller / dispatcher / EPP using the Eventing BackendThe text was updated successfully, but these errors were encountered: