You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a nice addition to support Client-Provided Connection Name to make investigating on AMQP server easier when a lot of connections are done on the same server.
@tyrcho would you have any interest in opening a PR? We have another one open that would warrant a major version bump, and we could put this change in with that :)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It would be a nice addition to support Client-Provided Connection Name to make investigating on AMQP server easier when a lot of connections are done on the same server.
I think this line would need to change : https://github.com/profunktor/fs2-rabbit/blob/master/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Connection.scala#L92
And I would suggest to add an extra argument in https://github.com/profunktor/fs2-rabbit/blob/master/core/src/main/scala/dev/profunktor/fs2rabbit/config/Fs2RabbitConfig.scala
clientProvidedName: Option[String]
The text was updated successfully, but these errors were encountered: