You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys! I can try to solve this problem.
But I have some questions.
There is already ValueTask<NatsMsg<T>> GetDirectAsync<T>(StreamMsgGetRequest request,.... do I understand correctly that I will need to create a completely new method, for example IAsyncEnumerable<NatsMsg<T>> GetBatchDirectAsync<T>(StreamMsgBatchRequest request, ..... ?
Do I need to add support for .DIRECT.GET.{}.{} and multi_last in this request?
Proposed change
ADR: https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-31.md
Use case
.
Contribution
No response
The text was updated successfully, but these errors were encountered: