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