Skip to content

Commit

Permalink
fix kafka-connect-topics
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetancollaud committed Feb 7, 2024
1 parent a48a0d3 commit c01785e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/kafka-cost-control/base/kafka-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ spec:
- name: CONNECT_CONFIG_STORAGE_REPLICATION_FACTOR
value: "3"
- name: CONNECT_CONFIG_STORAGE_TOPIC
value: kcc-exploration-connect-configs
value: kafka-cost-control-connect-configs
- name: CONNECT_OFFSET_STORAGE_PARTITIONS
value: "1"
- name: CONNECT_OFFSET_STORAGE_REPLICATION_FACTOR
value: "3"
- name: CONNECT_OFFSET_STORAGE_TOPIC
value: kcc-exploration-connect-offsets
value: kafka-cost-control-connect-offsets
- name: CONNECT_STATUS_STORAGE_PARTITIONS
value: "1"
- name: CONNECT_STATUS_STORAGE_REPLICATION_FACTOR
Expand Down

0 comments on commit c01785e

Please sign in to comment.