Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Jan 10, 2025
1 parent 72da699 commit 7644e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions examples/kafka-hub/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -26,16 +26,14 @@ 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"
# Update following enviornment variable to set the client truststore name
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
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-hub/hub/Cloud.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[container.image]
repository="ballerina"
name="kafkahub"
tag="11.0.0"
tag="12.0.0"

[[container.copy.files]]
sourceFile="./resources"
Expand Down

0 comments on commit 7644e10

Please sign in to comment.