We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do we have support for kafka 3.8.0 ?
i'm getting below errors while building the jar
This JVM does not support getting OS memory, so no OS memory status updates will be broadcast
Task :cruise-control:compileScala Non-compiled module 'compiler-bridge' for Scala 2.12.19. Compiling... Compilation completed in 11.428s. Compiling with Zinc Scala compiler. Prepared Zinc Scala inputs: 0.516 secs compiling 423 Java sources to /home/saikumar.surisetty/cruise-control/cruise-control/build/classes/scala/main ... [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/KafkaTopicConfigProvider.java:9: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/KafkaTopicConfigProvider.java:18: error: package scala.jdk.javaapi does not exist [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:32: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:34: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:46: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:48: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:53: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:55: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:60: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:62: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:81: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:83: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:95: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:97: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:104: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:123: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:125: error: cannot find symbol [Error] /home/saikumar.surisetty/cruise-control/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/ExecutorConfig.java:132: error: cannot find symbol
The text was updated successfully, but these errors were encountered:
#2180 can see the PR is submitted for this
Sorry, something went wrong.
No branches or pull requests
Do we have support for kafka 3.8.0 ?
i'm getting below errors while building the jar
This JVM does not support getting OS memory, so no OS memory status updates will be broadcast
The text was updated successfully, but these errors were encountered: