Filip Pytloun

Results 64 comments of Filip Pytloun

Something like this: https://github.com/fpytloun/logtrail/commit/68b3d4bcedf6becf7edabba65bcc4985c8b5cb42

Hm, I am not sure how to fix the tests. Tried following: ``` diff --git a/tests/test_views.py b/tests/test_views.py index 649d366..0dfddbd 100644 --- a/tests/test_views.py +++ b/tests/test_views.py @@ -22,8 +22,8 @@ class TestPageView(TestCase):...

Hello, we are seeing the same issue in Debian when bulding on big endian platforms (failing on mips, ppc, sparc, etc.): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897094 https://buildd.debian.org/status/package.php?p=python-datrie&suite=sid

Here's functional setup for both sink and source: ```toml ## Kafka sink [sinks.out_azure_events] type = "kafka" inputs = ["parse_log_json"] encoding.codec = "json" bootstrap_servers = "myhub.servicebus.windows.net:9093" # [hub_namespace].servicebus.windows.net:90903 topic = "vector"...

Yes, in my opinion there's nothing to do under this issue, no code change needed and it's regular Kafka. Maybe just extend kafka sink documentation with example on how to...

> The absence of this feature prevents the use of the vector in production. We are currently using load balancer and multiple elasticsearch hosts behind it. But it will not...

I would prefer doing this in a proper way (get kalliope into Debian and derivates). I am already maintaining some packages in Debian so I can have a look on...

What's actually causing this issue? We are seeing it in case there are any under-replicated partitions. With disabled rack awareness, it also crashes but with different error: ``` Fatal (Local:...

It also happens on complex versions like: ``` contrail-config (None -> 2.20+0~1440164666.77~1.44a14c7) ``` Unfortunately there's nothing in output of `aptly api serve`