Alex Simenduev

Results 56 comments of Alex Simenduev

what about [gonsul](https://github.com/miniclip/gonsul) looks like a good alternative, but seems also not maintained. Maybe forking it makes sense...

Is this still planned? Also if I work with multi-machine etcd cluster, how can I specify all of them when creating client?

I'm confused with your answer. First I didn't see any exceptions regarding Ruby can't write to UDP socket. Secondly, even when I enabled `autoflush` mode, which effectively disables batch mode,...

Yes I'm checking `STDERR`. The only error I see there is `Errno::EMSGSIZE`. The problem that I can get thousands duplicate messages. I mean one message can get written thousand times....

I use `0.22.1` version

I'm using `MRI 2.3.3`. And strangely just see the message with the error, no warning like in your output (`WARN -- : [LogStashLogger::Device::UDP] unrecoverable error, aborting write`)

I run it in Docker container (Alpine Linux) on top of Debian distribution. I ran the same test and I see that the message always get retried: ``` E, [2017-05-13T22:49:38.210640...

Here are the configuration I use: ``` config.logstash.max_message_size = 4096 config.logstash.buffer_max_items = 8192 config.logstash.buffer_max_interval = 1 ``` Also, I'm using `lograge`

I don't think this is the right approach, better have this in single place, I would change the `manifests/service.pp` where the service was defined and make it look like: ```puppet...