Edoardo Comar

Results 7 issues of Edoardo Comar

Adding -std=c++11 to xcpde compiler settings, to avoid this error : In file included from ../src/common.h:6: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/atomic:543:2: error: is not implemented

Mac OS X 10.11.5 Xcode 7.3.1 + CLI tools brew `npm install` fails with: ``` In file included from ../src/common.h:6: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/atomic:543:2: error: is not implemented #error is not implemented ```

The current consumer seems to be lacking the ability retrieve the its position or its list of committed offset before it has started fetching data. I.E. `position()` and `committed(timeout,cb)` seem...

enhancement

Using VSCode with the Scala(Metals) extension on the codebase of Apache Kafka (mixed Java/Scala codebase built with Gradle). Metals doctor shows lots of compilation status errors due to errors like...

bug
gradle
java

### Describe the bug Using VSCode with Scala(Metals) extension on the code of Apache Kafka (mixed Java/Scala built with Gradle). Metals doctor shows lots of compilation status errors due to...

bug
upstream-fix-needed
bloop

This PR - is a backporting of https://github.com/apache/kafka/pull/20485 to Kafka 3.9 and - applies the same 10000 max new partitions limit when running in ZK mode

stale

…aft mode when using AlterConfigOp.OpType.SUBTRACT Modified ZkAdminManager.scala so that on OpType.SUBTRACT the policy receives the modified configs, as happens in KRaft mode. This similarly fixes the OpType.APPEND differences. Note that...