Kinesis KCL and KPL with Quarkus #40738
jamesking-github
started this conversation in
Community
Replies: 1 comment 1 reply
-
recently working with KCL and KPL, https://quarkus.io/extensions/io.quarkiverse.amazonservices/quarkus-amazon-kinesis/ I believe this used aws sdk, when you do use kcl and kpl it's an separate dependency altogether runs as an isolated application.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Has anyone looked at, or got experience of, building and running KCL and KPL microservice applications to run in Kubernetes using Quarkus to interact with AWS Kinesis data streams?
I am starting to evaluate Python with Java versus a keep it all in Java set of applications and Quarkus has come up as a solution to the problems that have limited our Java usage recently so any experience or tips that can be shared to lean us one way or another for our use case would be appreciated.
I have already found https://quarkus.io/extensions/io.quarkiverse.amazonservices/quarkus-amazon-kinesis/ however this looks like an alternative to CDK or terraform/terragrunt rather than a basis to build KCL and KPL apps.
Thanks in advance.
James
Beta Was this translation helpful? Give feedback.
All reactions