Ben Hardill
Ben Hardill
Custom hostnames don't cost us anything, so leaving them running after a downgrade until the next suspend is probably not a huge problem. The teamBroker part is already covered as...
@gstout52 These are a existing feature of the core Node-RED nodes. So this is a regression in capability from the core node. - Birth messages are ones sent as a...
OK, I understand why this is missing from the FF-MQTT nodes. The LWT & Birth messages are both properties of the broker config node in the core MQTT nodes, the...
This should work if the instance is suspended, but not running. Look at adding blocks in the API endpoint for this.
OK, I think I've got this sorted, but there is an extra bit in the project put method I think needs removing. @knolleary can you have a quick look at...
Data Point. One of the popular "public" free access brokers (`test.mosquitto.org`) has a hard limit on the number of connections from a single IP address. The FF Cloud Ingress IP...
We need a clear understanding of what we want to offer here, but with the following assumptions: 1. we want to present a single broker URL (e.g. broker.flowfuse.[com|cloud] ,we've already...
We still have the authentication work to do (and more reason to break that out of the core forge app which has been discussed as part of scaling work) And...
Also if we run multiple brokers we need to run them all on different ports, where as a single broker is one IP address one port (we can't use the...