diff --git a/README.adoc b/README.adoc index 41213e30..b32a8953 100644 --- a/README.adoc +++ b/README.adoc @@ -8,6 +8,11 @@ Most of the ideas in this project are borrowed from the Spring for Apache Kafka ### Building the project +#### Minimum Supported Versions + +JDK - JDK 17 +Apache Pulsar - 2.10.0 + ``` ./gradlew clean build ```