david-streamlio commented on PR #98: URL: https://github.com/apache/pulsar-connectors/pull/98#issuecomment-4941520476
Pushed the resolution to the protobuf question flagged earlier (and analyzed in #99): the module-wide protobuf 3.6.1 force is gone. Root cause turned out to be the test-only `mysql-connector-j` dependency dragging protobuf 4.x onto the test classpath; production is unaffected because the NAR bundles no protobuf and the Pulsar runtime provides the 3.25.x line, which canal's gencode works with (verified empirically — details in the updated PR description and on #99). The branch is also rebased onto current master and squashed to a single commit. Re-verified on Linux x86-64 after the rebase: `testCanalCdcEvents PASSED, BUILD SUCCESSFUL in 47s`, and the mutation check fails correctly when the payload assertion is broken. -- 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]
