Arnaud Esteve

Results 49 comments of Arnaud Esteve

I'm sorry I must still be missing something: ``` ❯ cargo +nightly chef --version cargo-chef 0.1.40 ``` => ``` ❯ cargo +nightly chef prepare --recipe-path /tmp/recipe.json Error: Failed to compute...

Everything is on this branch: https://github.com/aesteve/buska/blob/feat/upgrades/Cargo.toml

Faced this issue as well today. According to `@joelq` on slack, the correct page seems to be https://guide.elm-lang.org/interop/ports.html

I think I faced this before yes. In `/tmp/update_run.sh` you might have some random cluster id or something like that? Like the `random-uuid` [here](https://github.com/confluentinc/cp-all-in-one/blob/7.2.1-post/cp-all-in-one-kraft/update_run.sh#L10) When you're using two brokers, you...

I think the problem does not surface when `poetry` is installed but at a later point in time when used. So I agree, all the methods mentioned here do not...

I told myself the exact same thing yesterday :)

I got the exact same error with both 0.5 and 0.6. Windows 7 64 bits. If it's happening to you (dear reader) and you have no idea how to debug...

What you have here @cyhii is what is called a "[Poison Pill](https://www.confluent.io/blog/spring-kafka-can-your-kafka-consumers-handle-a-poison-pill/)" a corrupted (or just invalid) record that is blocking consumption. This would also happen with the default Kafka...

Hello again @cyhii . I was trying to give this issue a try to see how to improve error management and started with a test. It may take a while...

Has anyone managed to reproduce this issue? I tried a few things like `producer.write(...)` in a topic that does not exist together with `auto.create.topics.enable` set to false. All I get...