Commit 3f3afef
committed
feat: Enable Quarkus management interface at build time
Add application.properties with quarkus.management.enabled=true
as a build-time property. This enables a separate HTTP server
on port 9000 for health/ready/live endpoints, using its own
thread pool independent from the main Vert.x event loop.
Without this, health probes share the same event loop that gets
blocked for 10-20+ seconds during Iceberg commits and GCS uploads,
causing K8s to consider the pod unhealthy and restart it.
Signed-off-by: ivan.senyk <ivan.senyk94@gmail.com>1 parent f2ce4b3 commit 3f3afef
1 file changed
Lines changed: 15 additions & 0 deletions
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments