Skip to content

Commit

Permalink
fix: load Kafka SSL config from clowder
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrizan committed Jan 8, 2025
1 parent bb0a002 commit 4c5753e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ kafka.bootstrap.servers=localhost:9092
# kafka.ssl.truststore.location=
# kafka.ssl.truststore.type=PEM

# Enable ClowdConfigSource to load Kafka SSL configuration
feature-flags.expose-kafka-ssl-config-keys.enabled=true

# Source <= hosts
mp.messaging.incoming.events.connector=smallrye-kafka
mp.messaging.incoming.events.topic=platform.inventory.events
Expand Down

0 comments on commit 4c5753e

Please sign in to comment.