简体   繁体   English

如何在不通过 Kinesis Data 的情况下直接将 KPL(Kinesis Producer Library)集成到 Kinesis firehose Stream

[英]How to integrate KPL (Kinesis Producer Library) to Kinesis firehose directly without going through Kinesis Data Stream

I developed java application using KPL to write data into kinesis data stream and it working fine, now I'm trying to integrate directly to firehose, So I configured firehose as (Direct PUT or other sources) and trying to integrated with KPL, but it's not working, is any way to do this.我开发了 java 应用程序使用 KPL 将数据写入运动数据 stream 并且它工作正常,现在我正在尝试直接集成到 firehose,所以我将 firehose 配置为(直接 PUT 或其他来源)并尝试与 KPL 集成,但它是不起作用,有什么方法可以做到这一点。

KPL is used to put data into a kinesis data stream, as stated here - so it can't be used to put data into firehose directly. KPL 用于将数据放入运动数据 stream,如此所述 - 因此它不能用于直接将数据放入 firehose。

However, you may want to look into AWS SDK and Kinesis agent但是,您可能需要查看AWS SDKKinesis 代理

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

相关问题 Kinesis Firehose Stream 空 - Kinesis Firehose Stream Empty 如何通过 cloudformation 模板向 Kinesis Firehose Delivery stream 添加标签? - How to add tag to a Kinesis Firehose Delivery stream through cloudformation template? AWS Kinesis Data Firehose 和 Lambda - AWS Kinesis Data Firehose and Lambda 使用来自 Kinesis Data Stream 源的 Kinesis Firehose Delivery Stream 将数据写入 S3 时出现问题 - Problem writing data to S3 with Kinesis Firehose Delivery Stream from Kinesis Data Stream source 从数据 stream (Kinesis) 到 OpenSearch AWS 创建交付 stream (Firehose) - Create delivery stream (Firehose) from data stream (Kinesis) to OpenSearch AWS 读取 Amazon Kinesis Firehose 写入 s3 的数据 stream - Reading the data written to s3 by Amazon Kinesis Firehose stream Kinesis 代理不通过 firehose 发送.log 文件 - Kinesis agent not sending .log files through firehose 如何将 OpenSearch/Elasticsearch 设置为 Kinesis Firehose 的目的地? - How to set OpenSearch/Elasticsearch as the destination of a Kinesis Firehose? 如何限制一次处理的 Kinesis Firehose 记录 - How to limit Kinesis Firehose records processed at once AKKA,Kafka Source 使用 KPL 到 Kinesis Sink - AKKA, Kafka Source to Kinesis Sink using KPL
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM