ieQu1
ieQu1
Hi, in the next version we'll make rocksdb optional.
This will only concern some experimental features.
Hi, Does EMQX print any logs when you try to connect? What error does the client throw when the connection fails?
Hello, Could you please attach logs from the EMQX broker collected around time you configure the exhook; without logs we cannot do anything.
Can you share some logs from the remote side? Since you are using a load-balancer in between, have you enabled proxy protocol? If proxy protocol is enabled in the LB,...
Hello, Maybe the client is anonymous and it doesn't have the username? I am not sure how the template engine handles this case, maybe @savonarola can help?
Hi, This is a rather unexpected error, seems like the system reached the limit on ETS tables. Could you login into EMQX shell (`emqx remote_console`), run `ets:i().` command and post...
Thanks for the logs. Upon reading the code I concluded that `system_limit` error found in the logs is a misnomer, the actual reason for the error is lack of active...
Thanks for the information. This confirms the theory that the table had been created in the past, but every replica was lost: ``` disc_only_copies = [] [] = [emqx_trace] ```...
I see, I'll try to reproduce this problem and see if manually editing mnesia schema can help.