diff options
author | liamfallon <liam.fallon@est.tech> | 2019-04-17 13:58:26 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-04-17 13:58:26 +0000 |
commit | 900920306a0be309f389880325558bb96ff76356 (patch) | |
tree | e0570422d911b55cd5a6c61e0a4f16f8869b0586 /pom.xml | |
parent | 70be3b7d76f6bd8d2c834496c688d349933e7130 (diff) |
Add DMaaP simulator for CSIT testing
A rudimentary DMaaP simulator that simply holds requests and responds
to all readers with whatever message comes in on a topic. The simulator
is placed in policy models for now but should be submitted to DMaaP.
The simulator is now working but is still extremely rough.
Issue-ID: POLICY-1643
Change-Id: I28645a73cf198fe825c897243b30cd34dc29f20d
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ <module>models-provider</module> <module>models-examples</module> <module>models-interactions</module> + <module>models-sim</module> </modules> <distributionManagement> |