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

Send back the ha-producer error to the user #392

Open Gsantomaggio opened 2 months ago

Gsantomaggio commented 2 months ago

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

The Reliable Producer catches all the errors during the send because the message is sent back due to a timeout handler.

Describe the solution you'd like

Maybe it makes sense to send back the error to the user to deal with it.

Describe alternatives you've considered

No response

Additional context

No response