This repository will contain experiments related to quarkus and Mandrel Vm.
This project uses mutiny to produce messages for kafka at fixed interval. References: https://smallrye.io/smallrye-mutiny/
This project uses resteasy reactive to accept post requests and that message is used by emitter to be put on kafka queue.
References:
This project is responsible for using azure iot hub service. It receives messages from kafka and sends them to iot hub using service client.
References:
- https://azure.microsoft.com/en-in/services/iot-hub/
- https://github.com/Azure/azure-iot-sdk-java/tree/master/service/iot-service-samples/pnp-service-sample
- https://quarkus.io/guides/smallrye-health
- https://quarkus.io/guides/smallrye-fault-tolerance
This project is responsible for using kafka streams in native fashion along with sample transformations of FHIR payloads.
References: