systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
955 stars 67 forks source link

feat: ack nats streams as soon as we get them #4635

Closed sprutton1 closed 1 day ago

sprutton1 commented 1 day ago

Make it so we ack messages as soon as we get them and then continue the current ack loop on a timer. This is to ensure we aren't doing duplicate work when under load by accidentally pulling the same message multiple times.