rabbitmq / rabbitmq-stream-go-client

A client library for RabbitMQ streams
MIT License
161 stars 13 forks source link

Improve the ReliableProducer #265

Closed Gsantomaggio closed 4 months ago

Gsantomaggio commented 4 months ago

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

Make the ReliableProducer stable in case of disconnection or broker restart.

Describe the solution you'd like

Make the ReliableProducer stable in case of disconnection or broker restart.

Describe alternatives you've considered

No response

Additional context

No response