Aleks
Aleks
we use the msjon lib ( https://github.com/cesanta/mjson) for json parsing. there is a funcion [mjson_next](https://github.com/cesanta/mjson#mjson_next) which is able to return JSON Arrays but this is not yet implemented https://github.com/haproxy/haproxy/blob/master/src/sample.c#L4163 ....
@jenspopp how do you handle then the return value in haproxy config? How about to use `$.resource_access.account.roles['offline_access']` and add a second argument for `sample_conv_json_query`
I think that's a good start point, from my point of view. Please take a look into https://github.com/haproxy/haproxy/blob/master/CONTRIBUTING and send a patch to [mailing-list]([email protected]) . Please also mention in the...
@eltorio any chance to work on the fix for the PR ?
> Hey, this will work for sure. But to make a proper fix, we would need to do the following: > > * the variable `HAPROXY_MASTER_CLI` actually returns values separated...
@mjuraga > If we have multiple sockets set, we should use the first one that is valid. As it is good enough for what we need it for. Looks like...
After running a local elastic cluster with 3 instances I have used the following commands to add data into elastic after cloning your repo. ``` curl -v -H 'Content-Type: application/json'...
@Ri0n Any update to this issue? As I don't use the `_xmpp-client._tcp....` because the port 5222 is blocked in some public WiFi's
Any chance to use the latest 2.7 version?
I have played with `tune.bufsize` and with `tune.bufsize 8192` occur the error very often, with `tune.bufsize 32768` not that much. The size value at `500` is near the buffer size...