Using IAM with Amazon MSK and Easy Stream Processing with Amazon Kinesis Data Analytics

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ •

  • @PoojaGupta-bi1kw
    @PoojaGupta-bi1kw Рік тому

    I'm new to AWS. I've a requirement to create an springboot producer app which connects with MSK and produces the data, could you help me with cluster config and sprinboot app configs in this case?

  • @VivekSingh-fc6tu
    @VivekSingh-fc6tu Рік тому

    How can we use IAM with python kafka clients?

    • @awssupport
      @awssupport Рік тому

      Hi! I found a few official docs that will be useful for this: go.aws/40grAwQ & go.aws/4712Ivc & go.aws/40chKw0. 📄 Additionally, these blog pages have more information that you may find helpful: go.aws/45EzhOo & go.aws/3tRxMPr. 🔗 This is also an excellent question for our re:Post platform: go.aws/aws-repost. 📮 ^TE

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

    i am using a lambda function, and it is getting triggered by the MSK TRIGGER. I am trying to use Lambda destination ones my main lambda function ia executed. whenever a new message is received my main lambda is getting executed, but the destination is not getting executed. I tried replacing the MSK trigger with S3 trigger, then both main lambda and destination lambda got executed. Can you please let me know why is this happening?