snowflake-kafka-connector icon indicating copy to clipboard operation
snowflake-kafka-connector copied to clipboard

Rollback on Prefix with channel name with connector name

Open BDeus opened this issue 11 months ago • 1 comments

Hi, It seems the PR https://github.com/snowflakedb/snowflake-kafka-connector/pull/751 rollback the feature https://github.com/snowflakedb/snowflake-kafka-connector/pull/703. Was this intended ? If it is, can we create a configuration option to condition channel name (like my previous request https://github.com/snowflakedb/snowflake-kafka-connector/issues/702)

Currently it is not possible to delete a channel (just upgrade offset throw SYSTEM function). In case of topic recreation the offsets on channel won't follow. We could use the prefix configuration as a bypass for that. Thanks

BDeus avatar Mar 18 '24 15:03 BDeus

The rollback was intended as changing the channel name by default could cause topics to get confused.

It will have to be opt-in instead of opt-out

sfc-gh-xhuang avatar Mar 23 '24 00:03 sfc-gh-xhuang