-
Notifications
You must be signed in to change notification settings - Fork 59
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
base: server-2.11-features
Are you sure you want to change the base?
Added support direct get batch API #680
Conversation
* Added batch get contract
* Added implementation GetBatchDirectAsync
* Added eod parse in headers
* Modify StreamMsgBatchGetRequest
* Added tests for directGetBatch
* Changed tests, set SkipIfNatsServer * Applied dotnet format
|
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 |
(in case the edit above is missed) |
Note
Resolves #636