Ben Weintraub

Results 24 comments of Ben Weintraub

I'm also seeing this on a Mac (macOS 11.3.1, `jq` version 1.6, local time set to Pacific Daylight Time). A small repro case showing that `fromdateiso8601` / `todateiso8601` don't round-trip...

I've also wanted this recently. Supporting `kustomize` / `apply -k` might be a nice way to achieve this, with the side benefit of allowing folks to avoid templating their K8s...

One other note: we have multiple Kafka clusters, and this issue only seems to affect the largest of them (a few hundred brokers). I'm not sure what that means, but...

Regarding the `kevent` return value, the man page (which might be wrong, but I'd be surprised) for `kevent` has this to say about the return values (emphasis mine): > The...

Huh, upon further investigation with `dtrace`, I'm thinking your theory about `EBADF` might be right. Tracing the return values of `kqueue` and `kevent` (along with a few other calls) for...

Hmm, I'm starting to wonder if `dtrace` is behaving weirdly WRT function call args and return values for `kevent`. Tracing the `syscall::kevent:return` probe instead of `pid$target::kevent:return`, I see a return...

Oof, I think I've figured this out. `dtrace` was leading me astray, after poking around in `lldb` a bit, it looks like `kqueue` was just returning -1 (== 0xffffffff), which...

On second thought, I’m going to re-open this. If kafkacat is able to estimate its FD needs after receiving the metadata response, and can detect that the current ulimit is...

I want this too! I believe this is a limitation of the underlying Kafka connect client library (https://github.com/ricardo-ch/go-kafka-connect), which doesn't currently offer any ways to modify the outbound HTTP requests...

Cool, I'm going to mark this as ready for review given that you've been able to test it @MrLuje!