rmqtt
rmqtt
1. This error is due to the incorrect setting of the "raft_peer_addrs" item in the "rmqtt-cluster-raft.toml" configuration. 2. I have not deployed an rmqtt cluster on kubernetes yet, and will...
From the error message, it appears that it is a configuration problem with ‘listener.tls.external.key’. Can you post your complete configuration so I can take a look?
It should be that the '/etc/rmqtt/certificates/RMQTT.key' file format is wrong. I configured the key as 'rmqtt-bin/rmqtt.key' in the project, which is correct. If you must enable the TLS function, it...
You can try using 'https://github.com/rmqtt/rmqtt/blob/master/rmqtt-bin/gen_x509.sh' to generate your own 'key' and 'cert'
I changed "SERVER_RSA_KEY_BIT="rsa:2048"" and "CLIENT_RSA_KEY_BIT="rsa:2048"" in "gen_x509.sh" to 4096 and regenerated the key and cert for testing, which was also successful. Note: Currently only TLSv1.2 is supported ---- Replied Message...
> IoT master is the best fit. rmqtt supports grpc, mqtt and http(s). I am using it on a RPi to control a local network of small IoT devices. The...
对ntex-mqtt的改动太大,基本没法简单同步了,现在主要用到的是ntex-mqtt对mqtt的编解码部分,暂时没有同步到最新的必要了。 ---- 回复的原邮件 ---- | 发件人 | ***@***.***> | | 日期 | 2023年09月05日 15:13 | | 收件人 | ***@***.***> | | 抄送至 | ***@***.***>***@***.***> | | 主题 | Re: [rmqtt/rmqtt]...
rmqtt之后的版本会考虑只使用ntex库和ntex-mqtt中的协议部份。ntex-mqtt的websocket没用过,目前rmqtt中的websocket使用的是tokio-tungstenite。 ---- 回复的原邮件 ---- | 发件人 | ***@***.***> | | 日期 | 2023年09月06日 21:30 | | 收件人 | ***@***.***> | | 抄送至 | ***@***.***>***@***.***> | | 主题 | Re: [rmqtt/rmqtt]...
感谢您对此项目的关注,这是一个非常好的建议,我们将把对 QUIC 的支持加入到开发计划。 ---- 回复的原邮件 ---- | 发件人 | ***@***.***> | | 日期 | 2023年11月08日 09:36 | | 收件人 | ***@***.***> | | 抄送至 | ***@***.***>***@***.***> | | 主题 |...
Hello, I don’t have a mac m3 environment, so I haven’t tried compiling on it. What compilation problems did you encounter? ---- Replied Message ---- | From | Anton ***@***.***>...