解决FLink:Missing required options are: slot.name

[ERROR] Could not execute SQL statement. Reason:
org.apache.flink.table.api.ValidationException: One or more required options are missing.

Missing required options are:

slot.name

解决

https://ververica.github.io/flink-cdc-connectors/release-2.4/content/connectors/postgres-cdc.html?highlight=slot

解决FLink:Missing required options are: slot.name_第1张图片

原因

在这里插入图片描述

其他坑

1、需要jdk8,不然本地./bin/start-cluster.sh虽然可以启动,但是log里面会有错

你可能感兴趣的:(flink,大数据)