jiangpengcheng opened a new issue, #25214:
URL: https://github.com/apache/pulsar/issues/25214

   ### Search before reporting
   
   - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Motivation
   
   Currently, debezium connectors need to set connector.class in config 
manually, but this config is a fixed value for each connector:
   
   - mongodb: io.debezium.connector.mongodb.MongoDbConnector
   - mysql: io.debezium.connector.sqlserver.SqlServerConnector
   - mssql: io.debezium.connector.sqlserver.SqlServerConnector
   - oracle: io.debezium.connector.oracle.OracleConnector
   - postgres: io.debezium.connector.postgresql.PostgresConnector
   
   ### Solution
   
   we can call the `setDbConnectorClass(config);` in `DebeziumSource#open` 
method to set this config automatically
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to