Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
jetstream
package ([ADDED] ObjectStore API in jetstream package #1450)Drain
method forConsumeContext
andMessagesContext
. UnlikeStop()
, in addition to unsubscribing and canceling the existing pull requests it will ensure that all messages already stored in client buffer will be available for processing ([ADDED] Drain for jetstream consume methods #1515)AccountInfo
. NOTE: This is only available since nats-server@v2.10.8 ([ADDED] Return account reservations on AccountInfo #1511)Subjects
onStream.Info()
response whenWithSubjectFilter()
option is used ([ADDED] Paging subjects in stream info #1517)Compression
option onKeyValueConfig
([ADDED] Compression option on KV bucket #1451)ListKeys
method for efficiently iterating over all keys in KV bucket ([ADDED] ListKeys method for listing kv keys #1490)ResumeFromRevision
option for KV watcher ([ADDED] StartRevision option to KV watcher #1489)Fixed
WithRetryAttempts()
andWithRetryWait()
options were ignored inPublishAsync()
([ADDED] Retry PublishAsync on no responders #1464)PullExpiry
validation inConsumer.Messages()
options ([FIXED] Invalid PullExpiry validation #1468)Stop()
method forConsumeContext
andMessagesContext
. ([FIXED] Eliminate race condition in pull subscription stop #1454)Next()
method for ordered consumers (Fix ordered consumer Next timeout #1471, Fix Ordered Consumer for Next #1472)JetStream.Publish()
(Fix for ignoring a private inbox prefix in jetstream publish. #1474)PublishAsync()
(Fix async publish PAF id #1476)checkPending
logic ([FIXED] Invalid checkPending logic #1516)KV_
prefix when listing KeyValue store names (Fix prefix in key value stores #1487)Improved
nkeys
andcompress
dependencies to latest versions (Update nkeys and other deps #1458, Bump nkeys version #1514)jetstream/README.md
(Update README.md #1448)