aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorCharles Cole <cc847m@att.com>2017-12-14 08:59:26 -0600
committerCharles Cole <cc847m@att.com>2017-12-14 14:58:16 -0600
commitc8e0ec698ab687e81654b7cde3ce9ae4118de87e (patch)
treefc4f437523ecefc8fe961328f978c102964f2867 /pom.xml
parent4884099eff44975eee57e6748823ff73f965e332 (diff)
Add a DMaaP simulator
Added a DMaaP simulator for testing applications. One current limitation is that the simulator does not support multiple "subscribers" on the same topic; if someone gets a message, that message cannot be subsequently retrieved by anyone else. The simulator has also not been tested for concurrent getting and posting. Also added a way to set the response code DMaaP would return for a get to test that policy can gracefully handle errors. It may need some work to become truely its own "feature" Issue-ID: POLICY-489 Change-Id: I524981bdf5e4e825f13e6197dda11d9498e4f4bf Signed-off-by: Charles Cole <cc847m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8e25b619..44ae9b8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
<module>feature-state-management</module>
<module>api-active-standby-management</module>
<module>feature-active-standby-management</module>
+ <module>feature-simulators</module>
<module>packages</module>
</modules>