ioolkos

Results 776 comments of ioolkos

I noticed this a while back with VerneMQ: https://github.com/vernemq/vernemq/pull/1740#issuecomment-785813380 where from a specific `rebar3` release, it would create `start.boot` instead of `vernemq.boot` in the releases subdirs. I just reverted to...

@HDenied have you set `allowed_protocol_versions` for that SSL listener, in the `vernemq.conf` file?

@HDenied with your example config, you set the protocols for TCP but not for TLS/SSL. It's best to use a named listener here: > listener.ssl.my_listener.cafile = /opt/vernemq/etc/ca-cert.pem listener.ssl.my_listener.certfile = /opt/vernemq/etc/server.pem...

Plans (promises) is a broad word, so... Plans in as we'll go ahead and fix #461 or just work on this without outside help: not immediately. Agreeing that it'd be...

@NikolayVasilyev thanks, that's valuable information. (not that I immediately know what to do with it, but maybe we can research on how others have handled similar porting of 32bit ARM...

@NikolayVasilyev if this still interests you, have some alpha support for building Verne with RocksDB here: https://github.com/ioolkos/vernemq/tree/rocksdb-messagestore/apps/vmq_generic_msg_store This should build on ARM 64. Will continue working on it.

@cranky-coder thanks for asking. I do not currently work on ARM64 support for existing releases, but open to contributions. (my path forward is RocksDB integration to address ARM64) --- Thank...

@cranky-coder there's no Dockerfile for RocksDB+Verne. I meant RocksDB integration as a replacement for LevelDB which creates the compile issues on ARM/Rpi/Windows.

@frederick-isaac Thanks. I cannot look into this for you in due detail but it seems to me that you have a misconfigured system. Are you running 4 clustered nodes or...

Do not deploy VerneMQ on a loadbalancer component. If you join that VerneMQ node to the cluster it will needlessly sychronise all state. --- :point_right: Thank you for supporting VerneMQ:...