zmstone

Results 430 comments of zmstone

Hi @akau16 It would be helpful if you can provide the configurations and logs from EMQX. And monitoring data as well, such as CPU and RAM etc.

hi. we need more context Where is this ip observed?

If this is from the logs. Likely because emqx (old version?) tried to resolve configured host name fqdn to ip address

`### Deploy With Centralized Config Service` we are most certainly not going to do this in one go. So please break the proposal down to more manageable small steps.

For `#### Config Specs` I think we'll need to stick with cuttlefish schema for a while. maybe extending the schema file instead ?

Thanks. I have updated README with https://github.com/emqx/emqx/tree/master/apps/emqx_bridge_mqtt

It's likely that EMQX's distribution and RPC library does not support ipv6 that well. We'll investigate it.

Sorry for the late update. Since there is a lack of issue or PR link to this one, and it's quite some time ago, I cannot be very sure, but...

SSO is available in Enterprise edition. https://docs.emqx.com/en/enterprise/latest/dashboard/sso.html#single-sign-on-sso And RBAC with predefined roles: https://docs.emqx.com/en/enterprise/latest/dashboard/system.html#users OIDC is not supported so far. Will bring it up in the next planning.

Hi @cocoaway Thank you for the suggestion. As a workaround, there is a batch kick API. ``` curl -X 'POST' \ 'http://localhost:18083/api/v5/clients/kickout/bulk' \ -H 'accept: */*' \ -H 'Content-Type: application/json'...