Norbert Heusser
Norbert Heusser
Created a first pull request now, which adds _just_ the required additional async getaddrinfo for the outgoing connections. https://github.com/canonical/raft/pull/301 Right now restricted to static IP address as before. Next steps...
Question on the required contribution agreement: Is this [agreement](https://ubuntu.com/legal/contributors/agreement) the right one and whom do I need to add as the **Please add the Canonical Project Manager or contact** (it's...
I work at the Cedalo GmbH with @ralight at our Mosquitto Premium MQTT broker. We use the raft library for HA of the broker right now.
We have a dedicated thread running the raft engine. And different thread(s) running the broker itself. Communication between our thread and the raft engine thread is performed using small in-memory-queues...
With the bind address option in the listener config entry you may restrict on which ip address of your server the Mosquitto broker will listen for incoming client connections. If...
If the mosquitto broker is started as root it will read it's config file and by default do a priviledges drop by using a setuid call to switch to the...
This "Unknown error" messages will be written to the log file, if a new client connections was created to the broker, but the broken was not able to receive or...
You might as well monitor the number of messages and bytes using subscriptions on the Mosquitto broker $SYS topics regarding message store `$SYS/broker/store/messages/+` So starting a mosquitto_sub should periodically give...
The main reason for usage of rename is to ensure the existence of a valid dynsec config file under all circumstance (as far as this is possble from a pure...
From the error message `Error starting userland proxy: listen tcp4 0.0.0.0:1883: bind: address already in use` it sounds like docker is not even be able to start the container. This...