Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Support for Defining Query Connection Timeout in MI CDC Inbound Endpoint #4012

Open
sajith-madhusanka opened this issue Feb 13, 2025 · 0 comments

Comments

@sajith-madhusanka
Copy link

Current Limitation

As per the current version of Debezium supported by WSO2 MI, the database.query.timeout.ms parameter is not supported.

We have recently identified an issue where the WSO2 MI CDC inbound endpoint stops receiving events from the database when the connection between WSO2 MI and the database server is dropped for some time. Due to the absence of a query timeout, the system hangs on the socket read until the MI server is restarted.

Suggested Improvement

We need to update the Debezium library version to 2.7.4.Final in order to support the database.query.timeout.ms configuration.

Version

4.2.0

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

No branches or pull requests

1 participant