Files
natsdotnet/tests/NATS.Server.Tests/JetStream/InterestRetentionTests.cs
Joseph Doherty 955d568423 feat(stream): add InterestRetentionPolicy for per-consumer ack tracking
Implements Interest retention policy logic that tracks which consumers
are interested in each message subject and whether they have acknowledged
delivery, retaining messages until all interested consumers have acked.
Go reference: stream.go checkInterestState/noInterest.
2026-02-25 02:25:39 -05:00

2.8 KiB