As of now, a single console.warn is used in one failure scenario (controller-based broker selector failing the periodically triggered update method). Additional logger invocations could be added in order to make potential debugging more convenient. On top of that, console should be replaced with a user-provided logger conforming to the standard Log4j interface (i.e. pino, winston or log4js).
As of now, a single
console.warn
is used in one failure scenario (controller-based broker selector failing the periodically triggered update method). Additional logger invocations could be added in order to make potential debugging more convenient. On top of that,console
should be replaced with a user-provided logger conforming to the standard Log4j interface (i.e. pino, winston or log4js).