nats-io / stan.go

NATS Streaming System
https://nats.io
Apache License 2.0
706 stars 117 forks source link

[FIXED] Set internal NATS subscriptions limits to "unlimited" #287

Closed kozlovic closed 5 years ago

kozlovic commented 5 years ago

Obverved with a subscription with very high MaxInflight (100,000) and server on different machine that subscription would miss messages (gap in new messages sequence) which was tracked down to the internal susbcription dropping messages when reaching the 64K default pending limit.

Signed-off-by: Ivan Kozlovic ivan@synadia.com