cy258 commented on PR #14198: URL: https://github.com/apache/flink/pull/14198#issuecomment-2005675380
source sink select 在flink客户端可以正常运行 使用java代码运行报错:Exception in thread "main" org.apache.flink.table.api.ValidationException: Unable to create a sink for writing table 'default_catalog.default_database.sink'. Table options are: 'connector'='kafka' 'fields-include'='ALL' 'format'='json' 'properties.bootstrap.servers'='192.168.10.31:9092,192.168.10.32:9092' 'properties.max.block.ms'='60000' 'properties.request.timeout.ms'='30000' 'topic'='thirdDataTest' 怎么解决呀 -- 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]
