Skip to content

feat(ktor): auto-register built-in HealthController on configureDefaultModules - #31

Merged
Ziedelth merged 2 commits into
masterfrom
feat/health-controller
Sep 3, 2026
Merged

feat(ktor): auto-register built-in HealthController on configureDefaultModules#31
Ziedelth merged 2 commits into
masterfrom
feat/health-controller

Conversation

@Ziedelth

@Ziedelth Ziedelth commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Move the worker's HealthController into the framework ktor module.

  • New HealthController in ktor exposing GET /health returning OK (with OpenAPI metadata)
  • configureDefaultModules() now auto-registers it: every consumer gets the same UP endpoint
  • Tests: health endpoint response + route coexistence with consumer controllers
  • Docs: root and ktor AGENTS.md updated (consumers must not re-declare /health)

@Ziedelth
Ziedelth merged commit 97726f3 into master Sep 3, 2026
2 checks passed
@Ziedelth
Ziedelth deleted the feat/health-controller branch September 3, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant