From 900920306a0be309f389880325558bb96ff76356 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 17 Apr 2019 13:58:26 +0000 Subject: 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 --- models-sim/models-sim-dmaap/src/main/resources/version.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 models-sim/models-sim-dmaap/src/main/resources/version.txt (limited to 'models-sim/models-sim-dmaap/src/main/resources/version.txt') diff --git a/models-sim/models-sim-dmaap/src/main/resources/version.txt b/models-sim/models-sim-dmaap/src/main/resources/version.txt new file mode 100644 index 000000000..d629db844 --- /dev/null +++ b/models-sim/models-sim-dmaap/src/main/resources/version.txt @@ -0,0 +1,4 @@ +ONAP DMaaP simulator Service +Version: ${project.version} +Built (UTC): ${maven.build.timestamp} +ONAP https://wiki.onap.org \ No newline at end of file -- cgit 1.2.3-korg