Service to calculate costs for using the WhatsApp Business API based on message volume.
You can run your application in dev mode that enables live coding using:
./gradlew quarkusDevThe service will be available at http://localhost:8080
The application can be packaged using:
./gradlew build
# Generate native executable (requires GraalVM)
./gradlew build -Dquarkus.native.enabled=trueCost calculation based on message volume Integration with Kafka for event processing Monitoring via Prometheus/OpenTelemetry Authentication via Keycloak API documentation via OpenAPI/Swagger
Quarkus Kafka OpenAPI Keycloak Prometheus OpenTelemetry