eclipse / kapua

Eclipse Public License 2.0
222 stars 160 forks source link

service authentication client doesn't reconnect to the event broker #4011

Closed riccardomodanese closed 4 months ago

riccardomodanese commented 5 months ago

Describe the bug the telemetry broker service authentication client is not able to reconnect to the service broker once the service broker is replaced or restarted. The source code shown that the reconnect part is missing.

To Reproduce Just restart the event broker. The ServiceEventBus client reconnects without problems to the event broker but the authentication client doesn't do the same to the service broker.

Expected behavior The authentication client should reconnect as soon the service broker restarts.

Screenshots none

Version of Kapua 2.0.0 +

Type of deployment ALL

Main component affected [ ] Console (in case of console please report info on which browser you encountered the problem) [ ] REST API [X] Message Broker [ ] - Others

Additional context none

riccardomodanese commented 4 months ago

pr merged but not properly linked to this issue so I'm manually closing the issue