Yes, and also, you can check the readme in kafka github repo for more
details.
ref: https://github.com/apache/kafka/blob/trunk/README.md
Thanks.
Luke
On Fri, Feb 19, 2021 at 9:51 AM deng ziming
wrote:
> Hello, please use gradlew, for example `./gradlew jar` `./gradlew idea`,
> or you can use th
Hello, please use gradlew, for example `./gradlew jar` `./gradlew idea`, or you
can use the gradle plugin of IDEA.
The `@ nowarn` warn seems to be related to different version of scala and jdk
which you can just ignore.
> On Feb 18, 2021, at 16:38, 韩可 mailto:han...@cvicse.com>>
> wrote:
>
> H
Hello!
Recently, we need to build a compilation and development environment for Kafka
2.7.0 source code. Now the source code can run successfully. However, when we
execute "gradle install" or "gradle build", we will report an error: @ nowarn
annotation does not suppress any warnings. The detai