I don't know what your dependency issue is (post it here if you want
help!), but I generally recommend using mvn dependency:tree to debug
version clashes (and then pin or exclude versions)
On Tue, Feb 2, 2021 at 9:23 PM Sebastián Magrí wrote:
> The root of the previous error seemed to be the fli
The root of the previous error seemed to be the flink version the connector
was compiled for. I've tried compiling my own postgresql-cdc connector, but
still have some issues with dependencies.
On Thu, 28 Jan 2021 at 11:24, Sebastián Magrí wrote:
> Applied that parameter and that seems to get me
Applied that parameter and that seems to get me some progress here.
I still get the shade overlapping classes warning, but I get the
PostgreSQLTableFactory in the merged table.factories.Factory service file.
However, now on runtime the application fails to find the debezium source
function class
Hi Sebastián,
Could you try to add combine.children="append" attribute to the
transformers configuration?
You can also see the full shade plugin configuration here [1].
Best,
Jark
[1]:
https://ci.apache.org/projects/flink/flink-docs-master/dev/table/connectors/#transform-table-connectorformat-re
Hi Jark!
Please find the full pom file attached.
Best Regards,
On Thu, 28 Jan 2021 at 03:21, Jark Wu wrote:
> Hi Sebastián,
>
> I think Dawid is right.
>
> Could you share the pom file? I also tried to
> package flink-connector-postgres-cdc with ServicesResourceTransformer, and
> the Factory f
Hi Sebastián,
I think Dawid is right.
Could you share the pom file? I also tried to
package flink-connector-postgres-cdc with ServicesResourceTransformer, and
the Factory file contains
com.alibaba.ververica.cdc.connectors.postgres.table.PostgreSQLTableFactory
Best,
Jark
On Tue, 26 Jan 2021 a
Thanks a lot for looking into it Dawid,
In the
src/main/resources/META-INF/services/org.apache.flink.table.factories.Factory
file I only see
org.apache.flink.connector.jdbc.table.JdbcDynamicTableFactory
Even after applying the ServicesResourceTransformer.
On Tue, 26 Jan 2021 at 11:58, Dawid Wy
Hi,
Unfortunately I am not familiar with the packaging of
flink-connector-postgres-cdc. Maybe @Jark could help here?
However, I think the problem that you cannot find the connector is
caused because of lack of entry in the resulting Manifest file. If there
are overlapping classes maven does not e