-
Notifications
You must be signed in to change notification settings - Fork 3
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
MQTT Connector Enhancement - Prefix auto generated Client ID to prevent connection drops #49
Labels
good first issue
Good for newcomers
Comments
this behavior should also be doc in the mqtt connector |
Updated documentation to remove |
add a fluvio issue to guide oss help |
Notes for implementors:
There are several cases to consider:
Edit: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should not use the same client_id for both, because that way mqtt server drops the connection from the older client. When id is not passed, it is randomly generated.
We should prefix auto generated identifier to client_id to prevent connection drop.
MQTT connectors config: only one of them will work, another will be in failed state:
Config Files:
and
When id is not passed, clientId is randomly generated
We should auto generate prefix (probably from connector name) as default unless it is explicit.
The text was updated successfully, but these errors were encountered: