Open timyates opened 2 years ago
The MQTT guides currently show setting up Mosquitto to handle MQTT connections.
We can use Test Resources instead.
ℹ️ This is currently blocked until a fix is added to the Test Resources plugin to check for both mqtt and mqttv5 in the dependencies.
Once unblocked, we should be able to:
mqtt.client.server-uri
We should manually work through the guide and ensure the paths in it are correct (app and cli directory prefixes)
app
cli
Blocked by https://github.com/micronaut-projects/micronaut-test-resources/issues/90
Once https://github.com/micronaut-projects/micronaut-test-resources/issues/90 is fixed, we will need to wait for the next release containing it before commencing this
The MQTT guides currently show setting up Mosquitto to handle MQTT connections.
We can use Test Resources instead.
Once unblocked, we should be able to:
mqtt.client.server-uri
from the application.ymlWe should manually work through the guide and ensure the paths in it are correct (
app
andcli
directory prefixes)