From c6a3c30366bc5bc9218208467afd0fc5be514ebd Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Thu, 17 Nov 2022 20:33:33 -0600 Subject: [PATCH] Update README.adoc - add cbornet to authors - add new reactive modules to module index --- README.adoc | 9 +++++++-- spring-pulsar-docs/src/main/asciidoc/index.adoc | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index b6a62e43..11baf28b 100644 --- a/README.adoc +++ b/README.adoc @@ -59,10 +59,12 @@ If you want to build everything, use the `build` task: == Modules There are several modules in Spring Pulsar. Here is a quick overview: - === spring-pulsar The main library that provides the API to access Apache Pulsar. +=== spring-pulsar-reactive +Provides the API to access Apache Pulsar using a Reactive client. + === spring-pulsar-dependencies Provides a Gradle https://docs.gradle.org/current/userguide/java_platform_plugin.html[java-platform] that recommends dependency versions. @@ -73,7 +75,10 @@ Provides reference docs and handles aggregating javadocs. Provides Spring Boot auto-configuration for Spring Pulsar. === spring-pulsar-spring-boot-starter -Provides a dependency descriptor that can be included in your application to easily start using Spring Pulsar. +Provides a dependency descriptor that can be included in your application to easily start using Spring Pulsar in an imperative fashion. + +=== spring-pulsar-reactive-spring-boot-starter +Provides a dependency descriptor that can be included in your application to easily start using Spring Pulsar in Reactive and imperative fashions. === spring-pulsar-sample-apps Provides sample applications to illustrate Spring Pulsar functionality as well as provide ability for quick manual verification during development. diff --git a/spring-pulsar-docs/src/main/asciidoc/index.adoc b/spring-pulsar-docs/src/main/asciidoc/index.adoc index 498c8db9..dba2ea2f 100644 --- a/spring-pulsar-docs/src/main/asciidoc/index.adoc +++ b/spring-pulsar-docs/src/main/asciidoc/index.adoc @@ -5,7 +5,7 @@ :numbered: :icons: font :hide-uri-scheme: -Soby Chacko; Chris Bono; Alexander Preuß; Jay Bryant +Soby Chacko; Chris Bono; Alexander Preuß; Jay Bryant; Christophe Bornet //ifdef::backend-html5[] //*{project-version}*