Skip to content

Commit

Permalink
Revert unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Jan 7, 2024
1 parent 7639f4b commit e8518ec
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
Binary file not shown.
6 changes: 0 additions & 6 deletions examples/kafka-hub/hub/Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,5 @@ cert.password = "password"
key.keyStore.path = "./resources/brokercerts/client-keystore.jks"
key.keyStore.password = "password"

# The client MTLS configurations used by Kafka consumers mapped to HTTP subscribers
[kafkaHub.config.KAFKA_CLIENT_KS_CONFIGS."test-consumer-group"]
consumerGroupName="test-consumer-group"
key.keyStore.path = "./resources/brokercerts/test-consumer-group-client-keystore.jks"
key.keyStore.password = "password"

[ballerina.log]
level = "DEBUG"
3 changes: 0 additions & 3 deletions examples/kafka-hub/hub/modules/config/configurations.bal
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,3 @@ public final string WEBSUB_EVENTS_CONSUMER_GROUP = os:getEnv("WEBSUB_EVENTS_CONS
isolated function constructSystemConsumerGroup() returns string {
return string `websub-events-receiver-${SERVER_IDENTIFIER}-${util:generateRandomString()}`;
}

# The client MTLS configurations used by Kafka consumers mapped to HTTP subscribers
public configurable map<types:KafkaClientKeyStoreConfig> KAFKA_CLIENT_KS_CONFIGS = ?;
Binary file not shown.

0 comments on commit e8518ec

Please sign in to comment.