Skip to content

Conversation

@KGaneshDatta
Copy link
Contributor

Problem

Solution

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

Test Strategy

Testing done:
  • Unit tests
  • Integration tests
  • System tests
  • Manual tests

Release Plan

@KGaneshDatta KGaneshDatta requested a review from a team as a code owner May 7, 2025 07:08
@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

this.tables = new AtomicReference<>();
this.time = time;

this.setName(connectorName + "-" + taskId + "-TableMonitorThread")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

who is the caller of this? I don't see where exactly are we creating a thread, if we are using executorService, it would be better to set the thread name over there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are calling for creating new thread here. We are not using any executorService in the JDBC Connector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants