-
Notifications
You must be signed in to change notification settings - Fork 29k
[Minor][streaming][MQTT streaming example] some trivial fixes #3947
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
Conversation
|
Test build #25214 has started for PR 3947 at commit
|
|
I'm not sure about most of these.
|
|
Test build #25214 has finished for PR 3947 at commit
|
|
Test FAILed. |
|
|
Test build #25222 has started for PR 3947 at commit
|
|
@prabeesh my question about |
|
Test build #25223 has started for PR 3947 at commit
|
|
Test build #25222 has finished for PR 3947 at commit
|
|
Test PASSed. |
|
Test build #25223 has finished for PR 3947 at commit
|
|
Test PASSed. |
|
Test build #25236 has started for PR 3947 at commit
|
|
Test build #25236 has finished for PR 3947 at commit
|
|
Test PASSed. |
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.
Its more scala-like to not have the type in case of a val. So
val peristance = new MqttDefaultFi....
Also, peristance --> persistence !!!!
|
I am okay not having a jira about this. But please update the title to have |
|
Test build #25318 has started for PR 3947 at commit
|
|
Test build #25319 has started for PR 3947 at commit
|
|
Test build #25318 has finished for PR 3947 at commit
|
|
Test PASSed. |
|
Test build #25319 has finished for PR 3947 at commit
|
|
Test PASSed. |
modified to adhere to accepted coding standards as pointed by @tdas in PR #3844