From 7644e10378a4af6a68bc285ba647e70d56dee579 Mon Sep 17 00:00:00 2001 From: Ayesh Almeida Date: Fri, 10 Jan 2025 20:16:09 +0530 Subject: [PATCH] Update package version --- examples/kafka-hub/docker-compose.yaml | 6 ++---- examples/kafka-hub/hub/Cloud.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/kafka-hub/docker-compose.yaml b/examples/kafka-hub/docker-compose.yaml index 7de97473..238df995 100644 --- a/examples/kafka-hub/docker-compose.yaml +++ b/examples/kafka-hub/docker-compose.yaml @@ -3,7 +3,7 @@ name: 'kafkahub' services: hub-1: - image: 'ayeshalmeida/kafkahub:11.0.0' + image: 'ayeshalmeida/kafkahub:12.0.0' hostname: hub1 container_name: hub-1 ports: @@ -26,7 +26,7 @@ services: IDP_TOKEN_AUDIENCE: "ballerina" IDP_TOKEN_SCOPE_KEY: "scope" IDP_JWKS_ENDPOINT: "https://idp:9443/oauth2/jwks" - IDP_CLIENT_TRUSTSTORE_FILENAME: "client-truststore.jks" + IDP_CLIENT_TRUSTSTORE_FILEPATH: "./resources/client-truststore.jks" IDP_CLIENT_TRUSTSTORE_PASSWORD: "wso2carbon" # Consumer group name uses for `websub-events` consumer WEBSUB_EVENTS_CONSUMER_GROUP: "websub-events-receiver-hub-1" @@ -34,8 +34,6 @@ services: TRUSTSTORE_FILE_NAME: "client-truststore.jks" # Update following enviornment variable to set the client truststore password TRUSTSTORE_PASSWORD: "password" - # Update following enviornment variable to set the client keystore name - KEYSTORE_FILE_NAME: "client-keystore.jks" # Update following enviornment variable to set the client keystore password KEYSTORE_PASSWORD: "password" # Maximum number of records returned in a single call to consumer-poll diff --git a/examples/kafka-hub/hub/Cloud.toml b/examples/kafka-hub/hub/Cloud.toml index e09e3503..fe518af5 100644 --- a/examples/kafka-hub/hub/Cloud.toml +++ b/examples/kafka-hub/hub/Cloud.toml @@ -1,7 +1,7 @@ [container.image] repository="ballerina" name="kafkahub" -tag="11.0.0" +tag="12.0.0" [[container.copy.files]] sourceFile="./resources"