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

Enable Auto Reconnect In MQTT #45

Open
zzakir opened this issue Feb 4, 2020 · 0 comments
Open

Enable Auto Reconnect In MQTT #45

zzakir opened this issue Feb 4, 2020 · 0 comments

Comments

@zzakir
Copy link

zzakir commented Feb 4, 2020

Description:
MQTT Paho client has the option to enable auto reconnect in its options. It looks like this:

options.setAutomaticReconnect(true);

This is a useful feature and helps when the MQTT broker crashes or restarts. If this is not enabled, the siddhi application will not re connect to the broker unless we restart the siddhi application as well, which is inconvenient.

Suggested Labels:

Suggested Assignees:

Affected Product Version:
3.0.0

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

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

No branches or pull requests

1 participant