Benjamin Schmitz

Results 5 comments of Benjamin Schmitz

Oops, I actually forgot about that one. Should be fixed now. The NaN documentation states: > Existing handles can be disposed using an argument-less `Nan::PersistentBase::Reset()`

Hmm, I'm trying to investigate this but I'm not sure where exactly the test crashes. If I do the `saveSync()` manually (also reading from a buffer) it does not crash......

I am facing the same issue. As soon as I configure more that 1 listener via `KAFKA_CFG_ADVERTISED_LISTENERS`, e.g. ``` KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://localhost:9092,PLAINTEXT://kafka:9092 ``` Then the container just silently exits with exit code...

I finally got it to work, but only using zookeeper and setting `KAFKA_ENABLE_KRAFT=no`. With "KRAFT" enabled, container always exits on startup. In case it is helpful to anyone, here is...

What is required to provide compatibility with gtk based apps, in general? I would like to start experimenting with this but I am currently lacking some knowledge. I thought that...