ioolkos

Results 20 issues of ioolkos

There's a bug or race condition where Shared subscribers (configured with a `prefer_local` policy) can behave like `local_only` instead of `prefer_local`. This is not easily reproducible, and happens suddenly. It...

need more data
vmq_server

Currently fails, most likely due to rebar3_cuttlefish plugin.

fixes

A user has sometimes seen Retained messages "skipped". The cluster will deliver the message on the normal subscription path, but for that topic, the cluster will still show the second-last...

vmq_server
fixes

I've never seen a use case that couldn't work around the fact that authentication/authorization configs are global and not per listener. But still, it makes so much sense to allow...

enhancement
open to feature sponsoring

The `vmq_reg_trie` module loads subscriptions into ETS tables (memory tables) by folding through the subscriber store. In case a node is stopped, all subscriptions will be loaded back (even the...

vmq_server
refactor

When a Pod running VerneMQ gets a SIGTERM from Kubernetes, it'll stop the VerneMQ node but also make it leave the cluster: https://github.com/vernemq/docker-vernemq/blob/21497c31d02b990a8d0522719b17dc7be08fe78d/bin/vernemq.sh#L160 This is probably not what we want...

help wanted
Kubernetes

The MQTT TLS listeners are currently bound to a specific TLS version. This is per default 'tlsv1.2', as per the following line in the creation of the TLS opts: https://github.com/vernemq/vernemq/blob/a7082c22da64f5251c9eb0ab62eb156a6a9e6960/apps/vmq_server/src/vmq_ssl.erl#L111...

enhancement