Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: handle client-provided connection name #702

Merged

Conversation

ldip
Copy link
Contributor

@ldip ldip commented Mar 3, 2022

integrate client-provided connection name into Fs2RabbitConfig
give client-provided connection name inside acquireConnection

	integrate client-provided connection name into Fs2RabbitConfig
	give client-provided connection name inside acquireConnection
@@ -39,7 +39,8 @@ case class Fs2RabbitConfig(
requeueOnReject: Boolean,
internalQueueSize: Option[Int],
requestedHeartbeat: FiniteDuration,
automaticRecovery: Boolean
automaticRecovery: Boolean,
clientProvidedName: Option[String]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clientProvidedConnectionName instead maybe? That way its easier for users to find the relevant bit of rabbit docs if they don't know what this field does.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I do this, nice idea !

@jbwheatley jbwheatley merged commit 8499f90 into profunktor:master Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants