Skip to content

Commit

Permalink
CassandraSinkCluster fix connecting to non-local clusters (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Aug 30, 2022
1 parent 9ac2931 commit 3ca93e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ async fn topology_task_process(
warnings: vec![],
operation: CassandraOperation::Query {
query: Box::new(parse_statement_single(
"SELECT listen_address, rack, data_center, tokens FROM system.local",
"SELECT broadcast_address, rack, data_center, tokens FROM system.local",
)),
params: Box::new(QueryParams::default()),
},
Expand Down

0 comments on commit 3ca93e7

Please sign in to comment.