diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:26:31 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:27:11 -0800 |
commit | 11510b43c277b8e1dd7e58d79785544810118c8e (patch) | |
tree | b88a497c999d24b5f357ea9b26bc93e0990fd5e7 /message-router/publisher/README.md | |
parent | 5d2eab72fc4442f14108b41800cec88126913823 (diff) |
Migrate sli-adaptor files
Migrate sli-adaptor repo files into
a new "adaptors" directory.
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'message-router/publisher/README.md')
-rwxr-xr-x | message-router/publisher/README.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/message-router/publisher/README.md b/message-router/publisher/README.md deleted file mode 100755 index 58c1bf470..000000000 --- a/message-router/publisher/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# 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
|