Scaling down Kafka Connect
Learn how you can downscale Kafka Connect in a Streams Messaging cluster.
Kafka Connect in a Streams Messaging cluster can be downscaled. The downscale operation differs depending on which Streams Messaging cluster template you are using. In the Light Duty template, Kafka Connect is downscaled by decommissioning nodes from the Broker host group. In the Heavy Duty template, Kafka Connect is downscaled by decommissioning nodes from the Connect host group.
There are two methods that can be used to downscale a cluster. You can either have Data Hub choose which nodes to decommission or manually specify which nodes should be decommissioned. The following steps walk you through both methods.
- Ensure that you have reviewed Scaling Kafka Connect.
- Ensure that the cluster, its hosts, and all its services are healthy.
- Ensure that the Kafka brokers are commissioned and running.
- Do not restart Kafka or Cruise Control during a downscale operation.
- Do not create new partitions during a downscale operation.
- If using the Light Duty cluster template ensure the following:
- Ensure that the Cruise Control Service is running.
- Using the Cruise Control REST API, verify that Cruise Control is reporting that all
partitions are healthy. This can be done by calling the
state
API endpoint and ensuring the following in the response:numValidPartitions
is equal tonumTotalPartitions
monitoringCoveragePct
is 100.0
You can find the API base URL on the Endpoints tab of the Cluster Details page. .https://[***MY-DATA-HUB-CLUSTER.COM***]/cdp-proxy-api/cruise-control/kafkacruisecontrol/state?json=true
This is required because in the Light Duty template, Kafka Connect is deployed on the same node as Kafka brokers. While Kafka Connect does not require Cruise Control for scaling, Kafka brokers do.