File tree 2 files changed +7
-8
lines changed 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ services:
121
121
KSQL_KSQL_LOGGING_PROCESSING_TOPIC_REPLICATION_FACTOR : ' 1'
122
122
123
123
test-data :
124
- image : gradle:8-jdk11
124
+ image : gradle:8-jdk17
125
125
command : " gradle --no-daemon testInjectData -x installFrontend -x assembleFrontend"
126
126
restart : unless-stopped
127
127
working_dir : /app
Original file line number Diff line number Diff line change @@ -52,15 +52,14 @@ see [Kafka Getting started guide](https://kafka.apache.org/quickstart). In the n
52
52
git clone https://github.com/tchiotludo/akhq.git
53
53
```
54
54
55
- Open the checked out directory in IntelliJ IDEA. The current version (0.25.0) of AKHQ is built with Java 17. If you
55
+ Open the checked out directory in IntelliJ IDEA. The current version of AKHQ is built with Java 17. If you
56
56
don't have OpenJDK 17 installed already, do the following in IntelliJ IDEA:
57
57
* _ File > Project Structure... > Platform Settings >
58
- SDKs > + > Download JDK... >_ select a vendor of your choice (but make sure it's version 11)
59
- * download + install. Make sure
60
- that JDK 11 is set under _ Project Settings > Project SDK_
61
- * language level is Java 11.
62
- * Now tell Gradle to use Java 11
63
- as well: _ File > Settings > Plugins > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVM_ : any JDK 11.
58
+ SDKs > + > Download JDK... >_ select a vendor of your choice (but make sure it's version 17)
59
+ * download + install. Make sure that JDK 17 is set under _ Project Settings > Project SDK_
60
+ * language level is Java 17.
61
+ * Now tell Gradle to use Java 17
62
+ as well: _ File > Settings > Plugins > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVM_ : any JDK 17.
64
63
65
64
To configure AKHQ for using the Kafka server you set up before, edit ` application.yml ` by adding the following under ` akhq ` :
66
65
``` yaml
You can’t perform that action at this time.
0 commit comments