pathway icon indicating copy to clipboard operation
pathway copied to clipboard

Add Amazon Kinesis input connector

Open zxqfd555 opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe. There is a need to implement a native Amazon Kinesis connector. It should gracefully handle input event streams, optimized for low latency and high throughput. The connector should be available under pw.io.kinesis.read.

Describe the solution you'd like To optimize performance, the connector should be implemented as part of the Rust engine. The official Rust SDK library aws_sdk_kinesis is the best option for this.

zxqfd555 avatar Aug 27 '25 14:08 zxqfd555