Cleaning up kafka-binder-native-app sample
This commit is contained in:
@@ -27,3 +27,8 @@ More details are available at link:spring-cloud-stream-schema-registry-integrati
|
||||
This sample app shows how to write batch consumers and producers using spring Cloud Stream and Apache Kafka.
|
||||
More details are at link:batch-producer-consumer/README.adoc[README].
|
||||
|
||||
==== Kafka Binder Native App
|
||||
|
||||
This sample shows how to run the same Spring Cloud Stream Kafka based application on the normal JVM, AOT-only mode on the JVM and finally, natively on graalvm.
|
||||
For more information, please see link:kafka-binder-native-app/README.adoc[README].
|
||||
|
||||
|
||||
@@ -22,9 +22,9 @@ For example, when running this app, we used the following JVM.
|
||||
```
|
||||
java -version
|
||||
|
||||
openjdk version "19.0.1" 2022-10-18
|
||||
OpenJDK Runtime Environment GraalVM CE 22.3.0 (build 19.0.1+10-jvmci-22.3-b08)
|
||||
OpenJDK 64-Bit Server VM GraalVM CE 22.3.0 (build 19.0.1+10-jvmci-22.3-b08, mixed mode, sharing)
|
||||
openjdk version "20.0.2" 2023-07-18
|
||||
OpenJDK Runtime Environment GraalVM CE 20.0.2+9.1 (build 20.0.2+9-jvmci-23.0-b15)
|
||||
OpenJDK 64-Bit Server VM GraalVM CE 20.0.2+9.1 (build 20.0.2+9-jvmci-23.0-b15, mixed mode, sharing)
|
||||
```
|
||||
|
||||
==== Testing in regular JVM mode
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
<groupId>com.example</groupId>
|
||||
<artifactId>kafka-binder-native-app</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>kafka-binder-native-app</name>
|
||||
<description>Native Sample App based on Kafka Binder</description>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user