#!/bin/bash
# Copyright 2023 Confluent Inc.

exec $(dirname $0)/kafka-run-class kafka.admin.BrokerHealthCommand "$@"
