Johan Eckerström
Johan Eckerström
* Bump `VERSION` * `bundle exec rake release` * Update changelog
Further enhancement once #950 is in, example output here is based on #950. We set correct level/priority for the log row (3 = ERROR): https://github.com/cloudamqp/lavinmq/blob/7f85d321ad2631b719c61703bccfd9b5cd9b2065/src/lavinmq/vhost_store.cr#L94 But then we print out...
### WHAT is this pull request doing? * Add lavinmq_node label, hostname to differentiate nodes in cluster * Fix lavinmq_cluster to be a common cluster name for all nodes, this...
Switched to cdn.openbsd.org as lysator mirror is too slow with updates. * [x] Build VMWare Fusion arm64 * [x] Build Virtualbox amd64
Description: When a queue is bound multiple times to a consistent hash exchange with the same routing key (weight) but different binding arguments, unbinding any one of these bindings removes...
This is a demoe to show how this could work, not expecting this branch to be merged but rather as inspiration for a "real" implementation if we like this. Background:...
### WHAT is this pull request doing? Speed up internal stats collection, a ring buffer should be faster for our use case. While not the most common operation, for a...