yufan022 opened a new pull request #9063:
URL: https://github.com/apache/pulsar/pull/9063


   ### Motivation
   
   debezium-connector exception message not clear.
   
   ### Modifications
   
   when debezium-connector throw some exception, these code will not be execute:
   ```
   errorMsg = String.format("Failed to publish to topic [%s] with error [%s] 
with src sequence id [%s]", topic, throwable.getMessage(), 
record.getRecordSequence().get());
   log.error(errorMsg);
   ```
   
   
   


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

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


Reply via email to