Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
2.3.1
-
None
Description
Amazon has recently released version 2.0 of the KCL which provides a HTTP/2 data retrieval API for Kinesis. This API, along with the new enhanced fan-out features, promises better data throughput and faster delivery of records to consumers, specifically in multi-consumer environments.
My organization is very interested in getting support for these features into Spark; is anyone already working on this? I'm happy to give it a go myself - in fact, I'm currently attempting to create my own Spark package for this functionality. Assuming that goes well, it's my intention to port it back to core Spark.
If no one is already working on this, would anyone have any opinions on whether this should be an inplace upgrade for the existing implementation, or should this be a completely separate streaming source (kinesis2, for lack of better name)?
Thanks!