Error Messages: org.apache.flink.table.api.ValidationException: Could not find any factory for identifier 'debezium-json' that implements 'org.apache.flink.table.factories.SerializationFormatFactory' in the classpath.
Check if there is any package that I forgot to import
I didn’t import the flink-json package here
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-json</artifactId>
<version>${flink.version}</version>
</dependency>
The import is successful and Kafka can be connected normally~
Read More:
- host ‘‘ is not allowed to connect to this mysql server Connect MYSQL Error
- [Solved] ERROR 2002 (HY000): Can’t connect to local MySQL server through socket’/var/lib/mysql/mysql.sock’ (2)
- MySql Install Error: Can‘t connect to local MySQL server through socket ‘/tmp/mysql.sock‘
- [Solved] MYSQL Command Execute Error: Can ‘t connect to local MySQL server through socket ‘/tmp/mysql.sock ‘(2) “
- How to Fix MySQL ERROR 1130 (HY000): Host ‘XXXX’ is not allowed to connect to this MySQL server
- How to Solve can‘t connect to local mysql server through socket ‘/var/lib/mysql/mysql.sock‘
- ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’
- MySQL Build table error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL ser
- Remote connection to MySQL database error: is not allowed to connect to this MYSQL server solution
- MySQL Install Error: MySQL error 1042: Unable to connect to any of the specified MySQL hosts
- How to Fix MySQL error 1005: can’t create table (errno: 150)
- MYSQL Enter password:ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘localhost:3306‘
- MySQL 8.0 error 1114 (HY000): the table’sbtest1’is full (Fixed)
- How to Solve MYSQL ERROR: relation “table_name” does not exist
- How to Solve c3p0 connect mysql8.0 Error
- MySQL | ERROR : Every derived table must have its own alias [Solved]
- [Solved] Anaconda Error: pyqt can’t use QSqlDatabase to connect to MySQL
- Solve MySQL table can not query, modify, delete and other operations and appear stuck
- ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’
- SqlSugar Connect MySql 8.0.29 Error [How to Solve]