Skip to content

Commit

Permalink
rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Aug 18, 2022
1 parent 9e71d4e commit b8ecac9
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ chain_config:
- CassandraSinkCluster:
first_contact_points: ["172.16.1.2:9042", "172.16.1.3:9042"]
data_center: "dc1"
rack: "rack1"
tls:
certificate_authority_path: "example-configs/cassandra-tls/certs/localhost_CA.crt"
certificate_path: "example-configs/cassandra-tls/certs/localhost.crt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ chain_config:
- CassandraSinkCluster:
first_contact_points: ["172.16.1.2:9042", "172.16.1.3:9042"]
data_center: "dc1"
rack: "rack1"
source_to_chain_mapping:
cassandra_prod: main_chain
Loading

0 comments on commit b8ecac9

Please sign in to comment.