Skip to content

Files

Latest commit

a1c9931 · Apr 13, 2021

History

History
This branch is 56 commits behind confluentinc/demo-scene:master.

micronaut-lambda

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 12, 2021
Apr 12, 2021
Apr 12, 2021
Apr 13, 2021

Event Driven Applications with Micronaut, Kafka, and Lambda

Description

This demo consists of the following Micronaut projects:

  • order-service is a standard Micronaut app with the Kafka feature.

  • order-id-lambda is a Micronaut Serverless Function for AWS Lambda.

  • order-fulfillment-service is Micronaut Messaging app with Kafka.

The demo was built using Confluent Cloud, the Cloud-native service for Apache Kafka. If you don’t have an account on Confluent Cloud, you can set that up [here](https://www.confluent.io/confluent-cloud).

Building the demo

Each of the three projects have instructions in their respective README files. It is recommended that you follow the order above in building the projects, as they do have some dependencies.

When you are done working with this demo project, you can delete the connector and related topics to avoid additional charges.

Feature http-client documentation

Feature kafka documentation

AWS Lambda Handler

Micronaut aws-lambda documentation