rabbitmq / rabbitmq-stream-go-client

A client library for RabbitMQ streams
MIT License
170 stars 20 forks source link

change log level when consumer channel is closed #320

Closed gabsferrara closed 5 months ago

gabsferrara commented 5 months ago

This change helps to avoid continuously generating logs in a production environment when we only need a single message and then close the channel.

Gsantomaggio commented 5 months ago

Thank you @gabsferrara I will this close in favour of https://github.com/rabbitmq/rabbitmq-stream-go-client/pull/319