vsantonastaso commented on issue #10632: URL: https://github.com/apache/seatunnel/issues/10632#issuecomment-4111237578
@davidzollo Good question. MySQL versions prior to 5.7 are already EOL, so they are generally outside the scope of modern support. In newer debezium versions, the documentation doesn’t explicitly state that older MySQL versions are unsupported, but rather that they are no longer fully tested, so compatibility is not guaranteed. In practice, this means they might still work, but any issues are not ensured to be fixed upstream. For SeaTunnel, this could be handled by mentioning the newer MySQL versions (e.g. ≥ 8.0) as the recommended setup, while treating older versions like 5.7 as best-effort compatibility with eventual limitations. what do you think about it? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
