confluentinc / kafka-connect-jdbc

Kafka Connect connector for JDBC-compatible databases
Other
1.01k stars 954 forks source link

[MINOR] Fix sensitive data trimming from exceptions #1267

Closed mukkachaitanya closed 1 year ago

mukkachaitanya commented 1 year ago

Problem

1266 added a feature to trim sensitive data, but it missed hadling individual exceptions and only handled Nested

Solution

Trim sensitive data before iterating over the individual exceptions

Does this solution apply anywhere else?
If yes, where?

Test Strategy

Testing done:

Release Plan

ManasjyotiSharma commented 1 year ago

LGTM @mukkachaitanya. Left one minor comment.