From 2183d13de963ec512aec45723eebcefcdd6e135d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNithin?= Date: Thu, 16 Nov 2023 16:19:12 +0530 Subject: [PATCH] Update appplication yaml template with Kafka Configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “Nithin --- src/main/resources/application.template | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.template b/src/main/resources/application.template index d5acf8a6..67feb8df 100644 --- a/src/main/resources/application.template +++ b/src/main/resources/application.template @@ -36,8 +36,29 @@ fabric: - channelName: Name of the Channel chaincodeId: chaincode-id of the deployed chaincode in this Channel +kafka: + integration-points: + brokerHost: + topic: + ssl-enabled: boolean + security-protocol: + ssl-keystore-base64: + ssl-truststore-base64: + event-listener: + brokerHost: + topic: + ssl-enabled: boolean + security-protocol: + listenToFailedMessages: boolean - + failedMessageListener: + brokerHost: + topic: + ssl-enabled: boolean + security-protocol: --- spring: profiles: container