strimzi/strimzi-mqtt-bridge

Wrong configuration prefix for the MQTT port and host.

antonio-pedro99 opened this issue · 0 comments

So the configs are defined with keys like below

mqtt.server.host=localhost

But in the MqttConfig class, we are not using the exact keys, which is leading the Bridge to use always the default values for both Port and Host.

public static final String MQTT_HOST = MQTT_CONFIG_PREFIX + "host";