Edoardo Comar

Results 13 comments of Edoardo Comar

Hi @alfred-landrum mine looks exactly the same: ``` edos-ibm-mbp:~ ecomar$ clang --version Apple LLVM version 7.3.0 (clang-703.0.31) Target: x86_64-apple-darwin15.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ```

I have this PR that fixes it: https://github.com/alfred-landrum/node-kafka-native/pull/33 cheers

Thanks, but those are the offsets the broker has a for a partition. That's metadata not connected with a consumer. What we're looking after are the COMMITTED offset for a...

@Arthurm1 The issue is not just with resource directories. I had only included a small snippet of the log previously, please find here attached a full metals log after opening...

Thanks @Arthurm1 that does the trick (I also disabled the `-Werror` option) although the result is that the build proceeds where it never arrived before and encounters submodules (`jmh-benchmarks`) where...

Note that the inconsistent DELETE behavior between Topic and Broker resources is present in the KRaft mode and described by https://issues.apache.org/jira/browse/KAFKA-19028

@cmccabe @jsancio may you please take a look ? thanks

@showuon @frankvicky can we get this in 3.9.2 at least ?

@showuon would you like to give this PR a 2nd look ?