From 53cda52463a6a7ad45a00901740f601110f4ba22 Mon Sep 17 00:00:00 2001 From: Brinda Santh Muthuramalingam Date: Wed, 6 Nov 2019 21:09:46 +0000 Subject: Update git submodules * Update docs/submodules/ccsdk/cds.git from branch 'master' to 88e3ef2d396bc91051b182d11a2d490bf37abf08 - Merge "Rolling upgrade support for in-flight requests" - Rolling upgrade support for in-flight requests Three entry points are being handled : 1 - REST endpoint 2 - gRPC endpoint 3 - Kafka consumer We make use of Phaser object to make sure the PreDestroy callback wait for all requests to be executed before stopping the process. The docker image was also modified to make sure the java process becomes PID 1 in the container in order to catch the SIGTERM signal which triggers the PreDestroy callback of Spring. This was done by using the "exec" command in bash. Issue-ID: CCSDK-1885 Signed-off-by: Sebastien Premont-Tendland Change-Id: I3e2a72e26a4c8b7768ebc374ea40aa8d55fb6761 --- docs/submodules/ccsdk/cds.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git index a835890f8..88e3ef2d3 160000 --- a/docs/submodules/ccsdk/cds.git +++ b/docs/submodules/ccsdk/cds.git @@ -1 +1 @@ -Subproject commit a835890f817a1e3627c281e98ab786ee7bf8c2ba +Subproject commit 88e3ef2d396bc91051b182d11a2d490bf37abf08 -- cgit 1.2.3-korg