Is your feature request related to a problem?
According the doc https://docs.pingcap.com/tidb/stable/ticdc-sink-to-kafka/#ticdc-uses-the-authentication-and-authorization-of-kafka, TiCDC need some ACL authorizations. But it maybe hard to get these ACL authorizations sometimes. Even if the kafka config is valid, TiCDC can't create a changefeed.
Describe the feature you'd like
When obtaining ACL authorization permissions fails, try using the value of the option. If the Kafka configuration is invalid, the changefeed will fail. It's worth noting that if there is incremental scanning, it will take more time to know that the feed has failed.
Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response
Is your feature request related to a problem?
According the doc https://docs.pingcap.com/tidb/stable/ticdc-sink-to-kafka/#ticdc-uses-the-authentication-and-authorization-of-kafka, TiCDC need some ACL authorizations. But it maybe hard to get these ACL authorizations sometimes. Even if the kafka config is valid, TiCDC can't create a changefeed.
Describe the feature you'd like
When obtaining ACL authorization permissions fails, try using the value of the option. If the Kafka configuration is invalid, the changefeed will fail. It's worth noting that if there is incremental scanning, it will take more time to know that the feed has failed.
Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response