Kafka + AWS lambda

后端 未结 6 1223
夕颜
夕颜 2021-01-31 18:36

Is it possible to integrate AWS Lambda with Apache Kafka ? I want to put a consumer in a lambda function. When a consumer receive a message the lambda function execute.

6条回答
  •  后悔当初
    2021-01-31 19:33

    If you are using managed apache kafka in AWS (MSK):

    Since august 2020 you can connect AWS Managed Streaming for Kafka (MSK) as event source. Not your own installed kafka cluster but if you already uses AWS managed kafka this could be useful.

    More in the announcement https://aws.amazon.com/about-aws/whats-new/2020/08/aws-lambda-now-supports-amazon-managed-streaming-for-apache-kafka-as-an-event-source/

    Screenshot from AWS Console:

提交回复
热议问题