Open
Description
Connection to Nats streaming are always done using durable groups. This is problematic in cases where the client ID of the subscriber is not the same on reconnection (new pod name for example), or when we don't want to have more than one client for a given durable subscription.
It is preferable to connect to non group subscriptions when a unique instance is consuming events from a queue (ex most projectors in the current configuration)
substrate/natsstreaming/nats_streaming.go
Line 248 in 67626b3
Metadata
Assignees
Labels
No labels
Activity