You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes the following when creating changefeeds
for tables that have multiple columns and with the
option split_column_families, into sinks that have
topics:
When using a Kafka V1 sink, we would always
attempt to create a nonsense topic even if the
Kafka broker setting has
auto.create.topics.enable=false. This would cause
the changefeed to fail.
Release note(bug fix):
Remove unncessary Kafka topic creation that would
could cause changefeed start up to fail when using
changefeed.new_kafka_sink_enabled=false.
Fixes: #128973
Epic: CRDB-41784
0 commit comments