diff options
author | JoeOLeary <joseph.o.leary@est.tech> | 2019-03-13 16:47:20 +0000 |
---|---|---|
committer | JoeOLeary <joseph.o.leary@est.tech> | 2019-03-13 16:47:20 +0000 |
commit | 290aa864c6a7d02a4f310c5d1cf8106e02e9dd47 (patch) | |
tree | 96aa9cbe1b20fad87b24ff40bb3983323f59783e /src/test/resources | |
parent | 88adbc830c24f309c19fc5874654cc1cfaebc600 (diff) |
Add Dynamic Configuration
*Implement Configurable in DataRouter subscriber
*Add reconfigure.sh
*Update Dockerfile to use reconfigure.sh
Issue-ID: DCAEGEN2-1038
Change-Id: I9ce387819afff644c3dc76a94786fa1f95afd985
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/datarouter_subscriber_test/valid_bc_response.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/resources/datarouter_subscriber_test/valid_bc_response.json b/src/test/resources/datarouter_subscriber_test/valid_bc_response.json new file mode 100644 index 0000000..201b786 --- /dev/null +++ b/src/test/resources/datarouter_subscriber_test/valid_bc_response.json @@ -0,0 +1,15 @@ +{ + "type": "dr_Sub", + "lastMod": "2019-03-11T14:29:39.659", + "status": "VALID", + "dcaeLocationName": "location", + "deliveryURL": "delivery_url", + "feedId": "2", + "logURL": "https://dmaap-dr-prov/sublog/2", + "owner": "DGL", + "subId": "1", + "suspended": false, + "use100": false, + "username": "username", + "userpwd": "password" +}
\ No newline at end of file |