Stream Processing Example using Spring Cloud Data Flow, Kinesis Data Streams, EKS | Tech Primers

Поділитися
Вставка
  • Опубліковано 9 січ 2025

КОМЕНТАРІ • 17

  • @aswarthanarayanareddyb176
    @aswarthanarayanareddyb176 4 роки тому +4

    This is where we are again proud to be tech primers subscriber, thanks for the awesome content.

  • @KartikMakker
    @KartikMakker 3 роки тому +1

    Really awesome and detailed video!. Thankyou!

  • @amintalukder7189
    @amintalukder7189 4 роки тому +1

    Great video,,, Love it. thanks.

  • @parvkapadia4217
    @parvkapadia4217 4 роки тому +2

    Just FYI, Spring Cloud Streams config also uses a dynamodb table.. it is also automatically gets created when you run the application

    • @TechPrimers
      @TechPrimers  4 роки тому

      Is it, i did not provide any permission for dynamodb resource in my IAM role, still it worked with only Kinesis. Weird!

  • @sakethmanupati
    @sakethmanupati 6 місяців тому

    Does this not work with localstack instead of actual kinesis? I could not find a way to configure this with localstack

  • @asdfasdfasdfasdf219
    @asdfasdfasdfasdf219 3 роки тому

    Do you have a tutorial to set up the command line with that look?

  • @chitthiaayeehai
    @chitthiaayeehai 4 роки тому

    Dude how ur iterm is showing commands ? That wd be a gr help... pls do share

  • @cobar2
    @cobar2 2 роки тому

    Is this compatible with boot 2.7, spring-cloud-dependencies 2021.0.3?

  • @mysavingclub
    @mysavingclub 4 роки тому +1

    Can you tell which plugin you use for auto completion in yml file and how to setup that
    Thanks in advance

    • @TechPrimers
      @TechPrimers  4 роки тому +2

      Hi Vijay. Check my IntelliJ tips n tricks video, i have shown there. It’s called live templates. I preload them before hand

  • @garywhitewolf
    @garywhitewolf 2 роки тому +1

    Spring cloud data flow, I should use eks or ecs?

    • @TechPrimers
      @TechPrimers  2 роки тому

      If you are new to containers use ECS. If you know abr containers n k8s, go with EKS

  • @sanjayprawat
    @sanjayprawat 4 роки тому +2

    So the whole application development and walkthrough is completed and AWS is still creating K8S cluster 🤣🤣
    It's been years since they introduced EKS, still no improvement? GCP takes less than 2-4 mins to create a cluster.
    Btw awesome demo, complete end to end is always nice to watch.
    Also, the Annotation based programing using Spring Cloud Stream is deprecated now and new approach is to use Functional style instead of Source/Sink/Processor.

    • @TechPrimers
      @TechPrimers  4 роки тому

      Can't agree more. I think it's to do with other services, which generally take a bit longer than in GCP.
      Oh ok. So people are moving away from annotation...