-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use default ssl config fo HiveMQ client #381
Use default ssl config fo HiveMQ client #381
Conversation
see micronaut-projects#380 TODO: the same for MQTTv3 client
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Myshkouski Thanks for submitting!
I think the code looks fine, but this needs a couple of additions before we can approve and merge it:
-
There needs to be test coverage for this new path.
-
We should also include an update to the documentation that describes this option and the differences to setting the SSL configuration explicitly.
Would you be able to submit these needed updates to the PR? I'm happy to guide you along as needed.
@jeremyg484 Please review the following changes:
Seems SSL configuration for HiveMQ client is not covered at all. I added 2 test suites:
Both are based on existing Now coverage for |
Documentation already provides description for
We could explicitly add what values are allowed for |
@Myshkouski Excellent, thank you! |
@Myshkouski I was more thinking of the SSL Connections section of the docs. Is there anything we should explain differently there? |
See #380.