You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduced flink-sql-connectors-xxx for all mysql-cdc, postgres-cdc and mongodb-cdc. This module is used to shade kafka and build an uber jar which is mainly used for SQL clusters. However, we don't have any tests for the uber jars, e.g. does the shading work? do we exclude any needed classes? This can be covered by e2e tests, just like Flink does, see https://github.com/apache/flink/tree/master/flink-end-to-end-tests