Skip to content

changefeedccl: create kafka topics via api call#161870

Open
asg0451 wants to merge 1 commit intocockroachdb:masterfrom
asg0451:kafka-create-topics-pulled
Open

changefeedccl: create kafka topics via api call#161870
asg0451 wants to merge 1 commit intocockroachdb:masterfrom
asg0451:kafka-create-topics-pulled

Conversation

@asg0451
Copy link
Copy Markdown
Contributor

@asg0451 asg0451 commented Jan 27, 2026

Add support for creating kafka topics via api
call, instead of relying on the kafka cluster
having auto topic creation enabled. This can be
enabled with the changefeed option
create_kafka_topics='yes'. The option can also
be set to 'no' to disable topic creation, or
'auto' to automatically create topics if they
don't exist (default) (previous behaviour).

Fixes: #155157

Release note (general change): The changefeed option create_kafka_topics now supports the values 'yes', 'no', and 'auto' (default).

Add support for creating kafka topics via api
call, instead of relying on the kafka cluster
having auto topic creation enabled. This can be
enabled with the changefeed option
`create_kafka_topics='yes'`. The option can also
be set to `'no'` to disable topic creation, or
`'auto'` to automatically create topics if they
don't exist (default) (previous behaviour).

Fixes: cockroachdb#155157

Release note (general change): The changefeed option
`create_kafka_topics` now supports the values `'yes'`,
`'no'`, and `'auto'` (default).
@asg0451 asg0451 requested review from a team as code owners January 27, 2026 17:30
@asg0451 asg0451 requested review from jeffswenson, shailendra-patel and williamchoe3 and removed request for a team January 27, 2026 17:30
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

changefeedccl: create kafka topics if requested

2 participants