pathway
pathway copied to clipboard
Add Amazon Kinesis input connector
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.