nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
15.92k stars 1.41k forks source link

does nats client support message finish notification to control the work balance? thanks. #3916

Closed postgetme closed 7 months ago

Jarema commented 1 year ago

Could you elaborate a little? There are mechanisms in core nats (queue subscriptions) and JetStream (queued Push Consumers and Pull Consumers) to balance work, but I'm not sure if that's what you're asking for.