简体   繁体   English

Kafka Ignite Sink Connector - Ignite 的配置文件

[英]Kafka Ignite Sink Connector - Configuration file for Ignite

I want to copy my Kafka topic data to ignite node.我想将我的 Kafka 主题数据复制到 ignite 节点。 But the case is Kafka server is running on AWS instance and Ignite on my machine.但情况是 Kafka 服务器在 AWS 实例上运行,而 Ignite 在我的机器上运行。 So what should be the content of my XML file which I provide to connector.properties?那么我提供给 connector.properties 的 XML 文件的内容应该是什么? Thanks in advance.提前致谢。

the kafka worker that is connecting to your ignite cluster, needs to reference the kafka broker running in AWS.连接到您的 ignite 集群的 kafka worker 需要引用在 AWS 中运行的 kafka 代理。
This is usually done in connect-standalone.properties.这通常在 connect-standalone.properties 中完成。
see: https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/kafka-streamer#streaming-data-via-kafka-connect见: https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/kafka-streamer#streaming-data-via-kafka-connect

bootstrap.servers=<public ip of your AWS kafka broker>:9092

This setting tells your kafka worker where to find your kafka broker.此设置告诉您的 kafka 工作者在哪里可以找到您的 kafka 代理。

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

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