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).
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.
[Quik-start Guide](https://docs.confluent.io/cloud/current/get-started/index.html)
-
[User Guide](https://docs.micronaut.io/2.4.0/guide/index.html)
-
[API Reference](https://docs.micronaut.io/2.4.0/api/index.html)
-
[Configuration Reference](https://docs.micronaut.io/2.4.0/guide/configurationreference.html)
-
[Micronaut Guides](https://guides.micronaut.io/index.html) ---
-
[Micronaut HTTP Client documentation](https://docs.micronaut.io/latest/guide/index.html#httpClient)
-
[Micronaut Kafka Messaging documentation](https://micronaut-projects.github.io/micronaut-kafka/latest/guide/index.html)
[AWS Lambda Handler](https://docs.aws.amazon.com/lambda/latest/dg/java-handler.html)
-
[Micronaut AWS Lambda Function documentation](https://micronaut-projects.github.io/micronaut-aws/latest/guide/index.html#lambda)