Open aserrallerios opened 4 years ago
@aserrallerios KPL is on AWS SDK v1 unfortunately.
A thought from my team at Tubi (credit to @touchdown) is:
We're experimenting with this approach and will update here if we see a good outcome.
Hello Any news about using akka with KPL ?
Alpakka 2.0.0 introduced KCL Source, but it still relies on "manual" Kinesis Flow/Sink to publish records to Kinesis, using AWS Kinesis SDK.
Although this flow works and is pretty optimized, KPL library allows clients to reach maximum publication throughput at minimum complexity (as the library totally assumes the batching and aggregation logic).
Existing KCL Source should be fully compatible with KPL-published records.