From e7b040e6f11e15497a2a3db31d529164e94fd75a Mon Sep 17 00:00:00 2001 From: KAPIL SINGAL Date: Tue, 23 Jun 2020 05:33:59 +0000 Subject: [PATCH] Update git submodules * Update docs/submodules/ccsdk/cds.git from branch 'master' to 66f61fb76f5126b60cbd1f5297cecdb2518a70f4 - Merge "Kafka Audit Service : Improve error handling and miscellaneous refactoring" - Kafka Audit Service : Improve error handling and miscellaneous refactoring When Kafka Audit Service fails it no longer stops Blueprint Processor execution * Add error handling when trying to hide sensitive data * Add error handling when trying to send kafka message * Set timeout for blocking loop when sending messages with kafka producer -> When broker is not available producer tries to reconnect in a blocking loop * Refactor Audit Service interface to give more explict name for publish methods * Modify publishExecutionOutput() to a non-blocking function Issue-ID: CCSDK-2459 Signed-off-by: Julien Fontaine Change-Id: I809a5f34f81889aa9eed499608348f149984bc38 --- docs/submodules/ccsdk/cds.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git index c0ae9f7ef..66f61fb76 160000 --- a/docs/submodules/ccsdk/cds.git +++ b/docs/submodules/ccsdk/cds.git @@ -1 +1 @@ -Subproject commit c0ae9f7eff91b8cd8e0567adaadbc766c10c3c3c +Subproject commit 66f61fb76f5126b60cbd1f5297cecdb2518a70f4 -- 2.16.6