https://github.com/kmacedovarela/process-service-event-audit-sample
Process & Kafka emitters add-on sample
https://github.com/kmacedovarela/process-service-event-audit-sample
Last synced: about 1 month ago
JSON representation
Process & Kafka emitters add-on sample
- Host: GitHub
- URL: https://github.com/kmacedovarela/process-service-event-audit-sample
- Owner: kmacedovarela
- License: apache-2.0
- Created: 2024-07-11T19:26:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T04:25:51.000Z (about 1 year ago)
- Last Synced: 2025-03-02T11:09:33.307Z (7 months ago)
- Language: Java
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# process events add-on example
Sample project demonstrating process add-on capabilities explained in this [blog post](https://karinavarela.me/2024/07/18/events-addon-current-state-and-insights/).
Project requires:
- JDK 17
- Kafka
- Maven deps configured as explained [here](https://www.ibm.com/docs/en/ibamoe/9.1.x?topic=installing-configuring-maven-bamoe-binaries).Start quarkus in dev mode:
`mvn quarkus:dev`Your application will up at http://localhost:8080.
The OpenAPI spec will be available at http://localhost:8080/q/openapi or http://localhost:8080/q/openapi?format=json.
The Swagger interface will be at http://localhost:8080/q/swagger-ui.
More tools available via Quarkus Dev UI http://localhost:8080/q/dev.