Update README.adoc

- add cbornet to authors
- add new reactive modules to module index
This commit is contained in:
Chris Bono
2022-11-17 20:33:33 -06:00
parent a8d65ec168
commit c6a3c30366
2 changed files with 8 additions and 3 deletions

View File

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

View File

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