RedHatInsights / yggdrasil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yggd does not detect new workers automatically

subpop opened this issue · comments

Describe the bug
When a worker starts up, yggd does not automatically discover the worker and update its table of known workers.

To Reproduce
Steps to reproduce the behavior:

  1. Start an MQTT client subscribed to a client's topic set (specifically, control/out)
  2. Start yggd
  3. Start a worker

Expected behavior
When subscribed to a client's topics, an updated "connection-status" message should be published, containing the newly started worker in the "dispatchers" field.

This is duplicated issue of this issue #135. I propose to close this issue and keep only original issue.