Skip to content

feat(operations): rebuild liveness and readiness probes on current main - #458

Draft
seonghobae wants to merge 1 commit into
mainfrom
feat/availability-probes-current-main-20260815-r2
Draft

feat(operations): rebuild liveness and readiness probes on current main#458
seonghobae wants to merge 1 commit into
mainfrom
feat/availability-probes-current-main-20260815-r2

Conversation

@seonghobae

Copy link
Copy Markdown
Collaborator

Objective

Reconstruct the buyer-visible availability contract directly on current protected main, without importing stale ancestry.

Exact current-main reconstruction

Availability contract

GET /healthz maps Spring Boot liveness to controlled 200 {"status":"ok"} or 503 {"status":"broken"}. GET /readyz maps traffic readiness to controlled 200 {"status":"ready"} or 503 {"status":"not_ready"}. Both endpoints are unauthenticated and non-cacheable and disclose no tenant, credential, dependency, queue, topology, or exception detail. Missing ApplicationAvailability fails construction rather than inventing health.

Scope boundary

Instance probe semantics and operator guidance only. This does not add dependency readiness contributors, startup-recovery gates, capacity/backpressure wiring, persistence, or deployment publication.

Merge gate

Keep Draft until exact-head CI, Security Scan, SAST Semgrep, fuzz, zero valid unresolved findings, and qualifying independent non-author approval are present. Predecessor checks and approvals do not transfer.

@coderabbitai

coderabbitai Bot commented Aug 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 543949b7-3e44-4ed3-b50f-21fafb3b1600

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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