From e380f6bb14fb0e5fae4e9a6d9b9af40a9340f11a Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 14 May 2018 22:45:56 -0400 Subject: Increase robustness for TCA Enhanced TCA robustness against unprovisioned topics. When the configuration tells TCA to subscribe to a non-existent MR topic, TCA will attempt but stop because subscribing to such topics resulted failure. The enhancements implemented here will test for sub topic, and if non-existent, make a publish to create the topic. Additional enhancements include: 1. restart TCA is the number of workers is below expected (3); 2. allow MR subscriber group and id be set via environment variables DMAAPSUBGROUP and DMAAPSUBID. 3. Minor version is bumped. Issue-ID: DCAEGEN2-502 Change-Id: I3414a96706a1b720184cd657324db4d11db12590 Signed-off-by: Lusheng Ji --- tca-cdap-container/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tca-cdap-container/pom.xml') diff --git a/tca-cdap-container/pom.xml b/tca-cdap-container/pom.xml index cab867b..212feab 100644 --- a/tca-cdap-container/pom.xml +++ b/tca-cdap-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments tca-cdap-container dcaegen2-deployments-tca-cdap-container - 1.0.0 + 1.1.0 http://maven.apache.org UTF-8 -- cgit 1.2.3-korg