Remove Pulsar healthcheck from tg-verify-system-health (#809)

The Pulsar healthcheck was removed from
tg-verify-system-health and re-added accidentally
in a PR.  This removes it again.
This commit is contained in:
cybermaggedon 2026-04-14 16:12:24 +01:00 committed by GitHub
parent f11c0ad0cb
commit ce3c8b421b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -403,15 +403,8 @@ def main():
# Phase 1: Infrastructure
print(tr.t("cli.verify_system_status.phase_1"))
print("-" * 60)
if not checker.run_check(
tr.t("cli.verify_system_status.check_name.pulsar"),
check_pulsar,
args.pulsar_url,
args.check_timeout,
tr,
):
print(f"\n⚠️ {tr.t('cli.verify_system_status.pulsar_not_responding')}")
print()
# Pulsar check is skipped — not all deployments use Pulsar.
# The API Gateway check covers broker connectivity indirectly.
checker.run_check(
tr.t("cli.verify_system_status.check_name.api_gateway"),