diff options
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..b16d6b3 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,17 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Event Client Documentation Repository +---------------------------- +The Event Client project is a common API library that can be used by various microservices to publish/consume events to/from supported event messaging platforms. + +Supported event messaging platforms: + +- DMaaP: This is the bespoke messaging platform released with ONAP. It is based ontop of Kafka. +- Kafka: This is the vanilla Apache Kafka messaging platform. It exposes additional API functionality such as replay and committing offsets. + +.. toctree:: + :maxdepth: 2 + + release-notes.rst + Event Client API Documentation/EventClientAPI_Beijing.rst + |