Kafka + AWS lambda

后端 未结 6 1288
夕颜
夕颜 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:42

    There is a community-provided Kafka Connector for AWS Lambda. This solution would require you to run the connector somewhere such as EC2 or ECS.

提交回复
热议问题