Skip to content

Commit

Permalink
Fix the topics used to fetch from the production kafka
Browse files Browse the repository at this point in the history
When using mirrormaker2 the topics get prefixed with the name of the
kafka cluster where they originate from, so let's add that by default.

Co-Authored-By: Akos Eros <aeros@redhat.com>
  • Loading branch information
mbaldessari and darkdoc committed Oct 29, 2024
1 parent 2976b93 commit e42416b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/datacenter/manuela-data-lake/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ kafka:
broker:
uri: "prod-kafka-cluster-kafka-bootstrap.manuela-data-lake.svc:9092"
topic:
temperature: "manuela-factory.iot-sensor-sw-temperature"
vibration: "manuela-factory.iot-sensor-sw-vibration"
temperature: "factory-kafka-cluster.manuela-factory.iot-sensor-sw-temperature"
vibration: "factory-kafka-cluster.manuela-factory.iot-sensor-sw-vibration"

secretStore:
name: vault-backend
Expand Down

0 comments on commit e42416b

Please sign in to comment.