confluentinc / kafka-connect-jdbc

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

Fixing log message #1275

Closed rajdangwal closed 1 year ago

rajdangwal commented 1 year ago

Problem

Log message is slightly confusing. We don't acquire a lock on reads.

Solution

Changed the log message.

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

Test Strategy

Testing done:

Release Plan