rabbitmq / rabbitmq-stream-dotnet-client

RabbitMQ client for the stream protocol
https://rabbitmq.github.io/rabbitmq-stream-dotnet-client/stable/htmlsingle/index.html
Other
122 stars 41 forks source link

Improve the `StreamExists` API #279

Open Gsantomaggio opened 1 year ago

Gsantomaggio commented 1 year ago

Is your feature request related to a problem? Please describe.

Improve the StreamExists API

Describe the solution you'd like

Use the StreamStats to check if a stream exists and metadata when the broker is < 3.11.0. The StreamStats is available starting from 3.11.0

Describe alternatives you've considered

Additional context

See the Java implementation