We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I guess the client id used by the plugin in the same for every source. So the mqtt broker disconnects the connection constantly.
2022-12-09T01:57:28.872+01:00 WARN [xenqtt] Connection to broker lost; scheduling a reconnect attempt for channel: MqttClientChannel[localAddress:N/A,remoteAddress:N/A] 2022-12-09T01:57:28.872+01:00 DEBUG [ClientListener] Disconnected MQTT client 2022-12-09T01:57:28.924+01:00 WARN [xenqtt] Connection to broker lost; scheduling a reconnect attempt for channel: MqttClientChannel[localAddress:N/A,remoteAddress:N/A] 2022-12-09T01:57:28.924+01:00 DEBUG [ClientListener] Disconnected MQTT client 2022-12-09T01:57:28.975+01:00 WARN [xenqtt] Connection to broker lost; scheduling a reconnect attempt for channel: MqttClientChannel[localAddress:N/A,remoteAddress:N/A] 2022-12-09T01:57:28.975+01:00 DEBUG [ClientListener] Disconnected MQTT client 2022-12-09T01:57:29.027+01:00 WARN [xenqtt] Connection to broker lost; scheduling a reconnect attempt for channel: MqttClientChannel[localAddress:N/A,remoteAddress:N/A] 2022-12-09T01:57:29.027+01:00 DEBUG [ClientListener] Disconnected MQTT client 2022-12-09T01:57:29.079+01:00 WARN [xenqtt] Connection to broker lost; scheduling a reconnect attempt for channel: MqttClientChannel[localAddress:N/A,remoteAddress:N/A] 2022-12-09T01:57:29.079+01:00 DEBUG [ClientListener] Disconnected MQTT client 2022-12-09T01:57:29.130+01:00 WARN [xenqtt] Connection to broker lost; scheduling a reconnect attempt for channel: MqttClientChannel[localAddress:N/A,remoteAddress:N/A] 2022-12-09T01:57:29.130+01:00 DEBUG [ClientListener] Disconnected MQTT client 2022-12-09T01:57:29.182+01:00 WARN [xenqtt] Connection to broker lost; scheduling a reconnect attempt for channel: MqttClientChannel[localAddress:N/A,remoteAddress:N/A] 2022-12-09T01:57:29.182+01:00 DEBUG [ClientListener] Disconnected MQTT client
If I stop one of the sources the problem disappears.
The text was updated successfully, but these errors were encountered:
My guess was true: https://github.com/graylog-labs/graylog-plugin-mqtt/blob/master/src/main/java/org/graylog2/inputs/mqtt/MQTTTransport.java#L67
Sorry, something went wrong.
Make client-ids for mqtt unique. Fixes graylog-labs#10
30e2256
Successfully merging a pull request may close this issue.
I guess the client id used by the plugin in the same for every source. So the mqtt broker disconnects the connection constantly.
If I stop one of the sources the problem disappears.
The text was updated successfully, but these errors were encountered: