chia7712 commented on code in PR #18134:
URL: https://github.com/apache/kafka/pull/18134#discussion_r1883052905
##########
README.md:
##########
@@ -130,6 +130,16 @@ The `eclipse` task has been configured to use
`${project_dir}/build_eclipse` as
build directory (`${project_dir}/bin`) clashes with Kafka's scripts directory
and we don't use Gradle's build directory
to avoid known issues with this configuration.
+When developing Kafka in IntelliJ, **it is recommended to set the project SDK
to Java 17**. While some modules, such as client
Review Comment:
I find the comments a bit verbose. Let's focus on two key points:
1. Use JDK 17 for Kafka Development:
Please ensure that JDK 17 is used when developing Kafka.
2. IntelliJ Language Level Awareness:
IntelliJ IDEA automatically detects the language level for each module, even
if Structure > Project Settings > Modules is not configured.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]