简体   繁体   English

我如何将Kafka与wso2 siddhi集成

[英]How can I integrate kafka with wso2 siddhi

I have a problem integrating kafka to wso2 siddhi. 我在将kafka集成到wso2 siddhi时遇到问题。 I am able to create a kafka input adapter, but I am not able to "configure input kafka event adapter message properties" as provided in the documentation. 我可以创建一个kafka输入适配器,但是不能按照文档中的说明“配置输入kafka事件适配器消息属性”。

As referred in the documentation, I could not find the inflow in the data stream. 如文档中所述,我在数据流中找不到流入。

You can connect Kafka from Siddhi using siddhi-io-kafka[1] source and sink. 您可以使用siddhi-io-kafka [1]源和接收器从Siddhi连接Kafka。 Please find a working sample here[2]. 请在这里找到一个工作样本[2]。

If you want to get started faster you can also use WSO2 Stream Processor[3] which has an Editor[4] that has support for developing, testing and debugging Siddhi applications. 如果您想更快地入门,还可以使用WSO2流处理器[3],该处理器的Editor [4]支持开发,测试和调试Siddhi应用程序。

[1] https://wso2-extensions.github.io/siddhi-io-kafka/ [1] https://wso2-extensions.github.io/siddhi-io-kafka/

[2] https://github.com/wso2/product-sp/blob/master/modules/samples/artifacts/HelloKafka/HelloKafka.siddhi [2] https://github.com/wso2/product-sp/blob/master/modules/samples/artifacts/HelloKafka/HelloKafka.siddhi

[3] https://wso2.com/analytics [3] https://wso2.com/analytics

[4] https://docs.wso2.com/display/SP400/Understanding+the+Development+Environment [4] https://docs.wso2.com/display/SP400/Understanding+the+Development+Environment

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

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