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#116872 Fixes: cockroachdb#116358 Release note: None
- Loading branch information