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

Add getProperty to ProducerSettings #1469

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

mdedetrich
Copy link
Contributor

This PR adds the equivalent getProperty from ConsumerSettings (see

/**
* Java API: Get a raw property. `null` if it is not defined.
*/
def getProperty(key: String): String = properties.getOrElse(key, null)
) into ProducerSettings

Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

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

LGTM.

@ennru ennru added this to the 3.0.1 milestone Feb 11, 2022
@ennru ennru merged commit 65f88e9 into akka:master Feb 11, 2022
@ennru
Copy link
Member

ennru commented Feb 11, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants