vert-x3 / issues

Apache License 2.0
37 stars 7 forks source link

Publish a vertx kinesis client #480

Open rverma-nikiai opened 5 years ago

rverma-nikiai commented 5 years ago

Hi team, Kinesis is getting adopted at more and more libs, apache spark, flink, springboot all have kinesis integration. I request for a vertx-kinesis client. I would recommend using kinesis connect library (kcl) v2 since that was built over http2.

PS kcl2 support rxjava out of box.

Thanks

vietj commented 5 years ago

that's interesting, thanks

aesteve commented 4 years ago

Have you considered using: https://github.com/reactiverse/aws-sdk ? It makes the official AWS SDK compatible with Vert.x (including KinesisClient).

Let us know if you have any issue.