Cleaning up kafka-binder-native-app sample

This commit is contained in:
Soby Chacko
2023-08-29 15:40:54 -04:00
parent b58e60176a
commit 649c716930
3 changed files with 9 additions and 4 deletions

View File

@@ -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].

View File

@@ -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

View File

@@ -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>