Jean-Sébastien Pédron
Jean-Sébastien Pédron
The conclusion of the discussion in #10661 is that the Consul peer discovery backend broke in RabbitMQ 3.13.0, following the rewrite of peer discovery in #9797. In this rewrite, the...
Alias: `esl-erlang` Sourcelines (depending on the distribution): ``` deb https://packages.erlang-solutions.com/ubuntu trusty contrib deb https://packages.erlang-solutions.com/ubuntu saucy contrib deb https://packages.erlang-solutions.com/ubuntu precise contrib ``` Key URL: https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc This repository provides up-to-date packages of...
It's possible to use `erpc:call/2` or `erpc:multicall/2` to execute an anonymous function remotely. However, it relies on the fact that the module is available on the remote node. It would...
Release notes: https://github.com/rabbitmq/khepri/releases/tag/v0.14.0 While here, bump khepri_mnesia_migration from 0.4.0 to 0.5.0 as well.
## Why The previous layout followed the flat structure we have in Mnesia: * In Mnesia, we have tables named after each purpose (exchanges, queues, runtime parameters and so on)....
It includes a new `condition` option for leader and local queries that delay the execution of the query until a condition is met. It also improves handling of unknown calls....
Currently, queries suffer several issues or limitations: * They are executed remotely on the leader. This is a problem if the remote node has an incompatible version of Erlang/OTP or...
## Why Using the new tuple isn't compatible with older versions of Ra. This breaks local/leader queries if there are Ra members running an old version. ## How We don't...
## Why So far, the code that selected the node to use as the "entry point" to add the local node to a remote cluster assumed that all cluster members...
## Why Currently, `rabbit_db_*` modules use and export the following kind of functions to return the path to the resources they manage: ```erlang khepri_db_thing:khepri_things_path(), khepri_db_thing:khepri_thing_path(Identifier). ``` Internally, `khepri_db_thing:khepri_thing_path(Identifier)` appends `Identifier`...