dlg99 commented on pull request #11204:
URL: https://github.com/apache/pulsar/pull/11204#issuecomment-875296663


   Currently Pulsar-IO integration tests fail because they got rebased on top 
https://github.com/apache/pulsar/pull/11056 which removed 
   ```
   setConfigIfNull(config, PulsarDatabaseHistory.SERVICE_URL.name(), 
serviceUrl);
   ```
   from DebeziumSource but left required parameter  
PulsarDatabaseHistory.SERVICE_URL in the 
[PulsarDatabaseHistory](https://github.com/apache/pulsar/blob/855b3697b5e9877dacdf0d03a5ab0d7de4a7faac/pulsar-io/debezium/core/src/main/java/org/apache/pulsar/io/debezium/PulsarDatabaseHistory.java#L63).
   
   Will deal with this.


-- 
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