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 /adaptors/message-router/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 'adaptors/message-router/README.md')
-rwxr-xr-x | adaptors/message-router/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/adaptors/message-router/README.md b/adaptors/message-router/README.md new file mode 100755 index 000000000..32848252b --- /dev/null +++ b/adaptors/message-router/README.md @@ -0,0 +1,7 @@ +# CCSDK Message Router Extension
+
+This maven module builds re-usable code that interacts with message router
+
+## High level modules
+- **publisher** used for sending messages to a dmaap message router topic
+- **consumer** not yet created, this will be used for pulling messages from a dmaap message router topic
|