-
### What would you like to be added or enhanced?
查阅目前的emqx_gateway应用,里面的frame_mod在网关初始化时就定义好了,在运行中是无法更换的,希望可以增加update的函数
### Why is this needed?
不同类型的设备在认证通过后,希望加载不同的frame_mod进行报文解析,同一条报文在不同类…
-
### What happened?
Nanomq connected to emqx via quic bridging, emqx fails.
### What did you expect to happen?
Emqx would handle the connection and form a bridge to forward data.
### How ca…
-
### Describe the bug
I started the hummingbot via docker compose from the deploy repository and tested it out little bit. After some time I wanted to try the authorization screen so I changed the ```…
-
### What happened?
Incompatible configuration changes
![image](https://github.com/emqx/emqx/assets/43331641/86a8829a-88c0-43a8-8a1f-a21eb7ffd209)
### What did you expect to happen?
it wo…
-
### What happened?
I am using obuspa as a stomp client to test with emqx stomp gw, and i get a error message:
![image](https://github.com/emqx/emqx/assets/106661626/49e3d4d6-d769-425f-8b09-f5d87b3c5…
-
When i set Device.STOMP.Connection.1.OutgoingHeartbeat to non-0, i will get a error like this
![image](https://github.com/BroadbandForum/obuspa/assets/106661626/30d1aa6c-bbb2-42f0-ad23-42dba3a7a285…
-
### Search before asking
- [x] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question.
- [x] I had googled my question but i didn't get any help.
- …
-
**Describe the bug**
I have deployed emqx operator and tried create a EMQX cluster, and if I set the replicas to 3 the EMQX cluster stays in a `CoreNodesProgressing` state.
```
❯ k get emqx -A
…
-
### What happened?
```
import stomp,time
class SampleListener(object):
def on_message(self, frames):
print('content-type: %s' % frames.headers['content-type'])
def stomp_test…
-
I've used this in the past and it's worked very well. When I seen you had a RC for 3.0 I thought I'd give it a try. Everything was already configured and from the install instructions you just downloa…