简体   繁体   English

如何使用 FME 处理 Kafka JDBC Sink Connector

[英]How to deal with Kafka JDBC Sink Connector with FME

I already setup the Kafka JDBC Sink Connector where it will consume the data from the kafka producer api, however I want to setup FME to deal with the data side and sink it to the database where it will interact with GIS (geographic information system) and it will stream the spatial data.我已经设置了 Kafka JDBC 接收器连接器,它将使用来自 kafka 生产者 api 的数据,但是我想设置 FME 来处理数据端并将其接收到数据库,它将与 GIS(地理信息系统)交互它将 stream 空间数据。 I do not have much knowledge on FME, so are there any information/ documentation or does anyone know and can explain how to setup FME with the Kafka JDBC Sink Connector Thank you我对 FME 了解不多,所以有任何信息/文档吗,或者有人知道并可以解释如何使用 Kafka JDBC 接收器连接器设置 FME 谢谢

The FME connector appears to be a producer/consumer and has no correlation to the Kafka Connect API. FME 连接器似乎是生产者/消费者,与 Kafka Connect API 没有关联。 https://docs.safe.com/fme/2019.1/html/FME_Desktop_Documentation/FME_Transformers/Transformers/kafkaconnector.htm https://docs.safe.com/fme/2019.1/html/FME_Desktop_Documentation/FME_Transformers/Transformers/kafkaconnector.htm

You also wouldn't "set it up with the JDBC connector".您也不会“使用 JDBC 连接器进行设置”。 The sink writes to the database, so FME would need to read from there, or bypass Kafka Connect altogether, and use the FME supported Kafka consumer processes接收器写入数据库,因此 FME 需要从那里读取,或者完全绕过 Kafka Connect,并使用 FME 支持的 Kafka 消费者进程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM