Thijs Cadier

Results 12 issues of Thijs Cadier

Ecto can preload data using separate tasks. Currently we don't connect those spans to the span above, so this detail is lost. It would be good if these could be...

enhancement

Support getting the position of a consumer, `rd_kafka_position` in librdkafka. Result should be supported in `lag`.

enhancement

It would be useful to see which working directory paths were evaluated before choosing one in the diagnose. Ideally it would also show whether these paths are present and who...

enhancement

Great work on this library so far! Do you have any plans to support automatically load balancing partitions over consumers as described [here](http://www.confluent.io/blog/tutorial-getting-started-with-the-new-apache-kafka-0.9-consumer-client)? If so, anything I could do to...

help wanted
feature

Description =========== We've been chasing a segfault that sometimes occurs in the rdkafka Ruby gem when exiting: ``` /home/semaphore/rdkafka-ruby/lib/rdkafka/native_kafka.rb:44: [BUG] Segmentation fault at 0x00007f4f0dffb9d0 ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]...

There is one more segfault that we sometimes see happening. It can happen when the Ruby process exits, which leads me to believe it has something to do with the...

bug

Work in progress, trying to root out any remaining segfaults.

Following up on #3981 We have been working on various approaches to make the Ruby gem segfault free, but so far have not succeeded. The latest and most successful approach...

@benedikt implemented very cool advanced Postgres metrics on top of the Ruby gem. Can we move this into the gem? https://gist.github.com/benedikt/a9c3f41f6d4177c984e84bd30d1025b1 ## To do - [ ] Check what metrics...

enhancement

We run some services behind Haproxy and Nginx which use [proxy protocol](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt) to preserve the clients ip address. It would be really nice if we could do this using Tokio...