Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support direct get batch API #680

Draft
wants to merge 6 commits into
base: server-2.11-features
Choose a base branch
from

Conversation

Ivandemidov00
Copy link
Contributor

@Ivandemidov00 Ivandemidov00 commented Nov 23, 2024

Note

Resolves #636

* Added implementation GetBatchDirectAsync
* Modify StreamMsgBatchGetRequest
* Added tests for directGetBatch
* Changed tests, set SkipIfNatsServer
* Applied dotnet format
@mtmk
Copy link
Collaborator

mtmk commented Dec 4, 2024

we need to wait for 2.11 server release before we can make any progress on this one.
edit: we're hoping to merge this into server 2.11 branch before server release #733

@mtmk mtmk self-assigned this Dec 4, 2024
@mtmk mtmk marked this pull request as draft December 4, 2024 08:08
@mtmk mtmk added this to the server 2.11 milestone Jan 27, 2025
@mtmk mtmk changed the base branch from main to server-2.11-features February 3, 2025 09:06
@mtmk
Copy link
Collaborator

mtmk commented Feb 4, 2025

adr https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-31.md should be stable enough now we can move on with the implementation.

also java implementation can be used as reference: nats-io/nats.java#1239 use of MessageBatchGetRequest

@mtmk
Copy link
Collaborator

mtmk commented Feb 4, 2025

(in case the edit above is missed)
we're hoping to merge this into server 2.11 branch before server release (#733)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JetStream Batch Get Client support
2 participants