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

Implement consumer flow strategy #280

Open Gsantomaggio opened 1 year ago

Gsantomaggio commented 1 year ago

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

Implement the consumer flow strategy to expose the credits control.

The client (atm) automatically decides when to request a new credit: Before parsing the chunk.

Describe the solution you'd like

We can have a look the Java implementation

Describe alternatives you've considered

No response

Additional context

No response