RobertIndie commented on issue #5481: URL: https://github.com/apache/pulsar/issues/5481#issuecomment-1583852783
I believe that it’s already supported. We can set slot.name directly in the connector configuration. Just like how we set `database.hostname` , `database.dbname` . The debezium connector is based on the kafka debezium connector. For debezium-postgres-connecotor, it’s using PostgresConnectorTask . So we can use the settings inherited from the kafka connector. Here is the documentation for `slot.name` :https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-property-slot-name -- 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]
