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 IgnoreURIValidation config flag to create consumer and producer without URI validation #18

Merged
merged 5 commits into from
Dec 14, 2021

Conversation

olimpias
Copy link
Contributor

@olimpias olimpias commented Dec 13, 2021

In some cases, the caller side would like to create producers and consumers even though there is a URI validation issue. Because URI could be temporarily unreachable. Instead of not creating producer and consumer, we can continue to redial based on reconnecttimeout value. IgnoreURIValidation is added for this purpose

Also lets the caller validate URI's by making ValidURIs method publicly reachable.

@olimpias olimpias changed the title Create consumer and producer without URI validation Add IgnoreURIValidation config flag to create consumer and producer without URI validation Dec 13, 2021
@prep prep merged commit 5953ad7 into prep:master Dec 14, 2021
@olimpias olimpias deleted the constructors-without-validation branch December 14, 2021 11:37
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.

None yet

2 participants