DNS service discovery and consistent hashing

2021-05-13 Thread Andrew Rodland
At Vimeo we have a custom tool since 2015 that monitors the membership of clusters of servers, templates out a config with servers assigned to backends, and manages reloading haproxy. We're looking into replacing this with something a bit more off-the-shelf, and one of the options is HAProxy's own

Re: [PATCH] DOC: config: Fix configuration example for mqtt

2021-05-13 Thread Willy Tarreau
On Thu, May 13, 2021 at 11:13:29AM -0400, Daniel Corbett wrote: > This patch fixes the example for mqtt_is_valid(), which was missing > curly braces within the ACL. Applied, thanks Daniel! Willy

[PATCH] DOC: config: Fix configuration example for mqtt

2021-05-13 Thread Daniel Corbett
Hello, This patch fixes the example for mqtt_is_valid(), which was missing curly braces within the ACL. Thanks, -- Daniel 0001-DOC-config-Fix-configuration-example-for-mqtt.patch Description: Binary data

HashiCorp

2021-05-13 Thread Judy Jones
Good Day, I would like to know you are interested in HashiCorp Users across a range of industries and geographic regions. If yes we can move forward. Who we are We are a global database providing company . Hope we get positive reply from your team. Thanks Judy Jones Access List

Re: Inconsistent reading of txn vars from Lua script

2021-05-13 Thread Willy Tarreau
On Thu, May 13, 2021 at 12:24:02PM +0200, Tim Düsterhus wrote: > > So what I'm proposing is to simply change vars_get_by_name() to call > > register_name() with alloc=0 in order to fix this mess. We can then > > check during 2.5 how to refine this to also consider the scope with > > the variable's

Re: Inconsistent reading of txn vars from Lua script

2021-05-13 Thread Tim Düsterhus
Willy, On 5/13/21 11:40 AM, Willy Tarreau wrote: Yes, and it's still unclear to me how this storage is currently arranged, (i.e. why only store names?) I should have a look for 2.5 probably. OK now I got a better view of it and there is some misunderstanding in the way the names are being used

Re: Inconsistent reading of txn vars from Lua script

2021-05-13 Thread Willy Tarreau
Hi guys, On Wed, May 12, 2021 at 09:44:28AM +0200, Willy Tarreau wrote: > On Wed, May 12, 2021 at 09:12:25AM +0200, Tim Düsterhus wrote: > > Willy, > > > > On 5/12/21 7:47 AM, Willy Tarreau wrote: > > > Interestingly, the code for variables was initially made for the config, > > > so it doesn't s