forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changefeedccl: revert Dial() to fetch all metadata topics
Patch (cockroachdb#114740) changed Dial() in pkg/ccl/changefeedccl/sink_kafka.go to refresh metadata exclusively for kafkaSink.topics() rather than for all topics. This triggered a sarama error ( an invalid replication factor in Kafka servers). It seems hard to get to the bottom of it given that there are too many unknowns from sarama and kafka side (More in cockroachdb#116872). We decided to revert back to what Dial() previously did in sarama code and will continue investigating afterwards. Part of: cockroachdb#116358, cockroachdb#116872 Release note: None
- Loading branch information
Showing
2 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters