diff options
Diffstat (limited to 'message-router/publisher/README.md')
-rwxr-xr-x | message-router/publisher/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/message-router/publisher/README.md b/message-router/publisher/README.md new file mode 100755 index 00000000..58c1bf47 --- /dev/null +++ b/message-router/publisher/README.md @@ -0,0 +1,8 @@ +# Publisher
+
+## Modules
+- api - exports the publisher interface for clients and providers to import
+- features - used for managing the feature repository for publisher
+- installer - provides a simple install script
+- provider - provides an implementation of the publisher api, this implementation assumes the controller has a single identity for publishing to DMAAP message router
+- sample.client - a dummy client that posts a simple message to a configured topic during its initialization
|