Scale up the Kafka cluster
Scale up the Kafka cluster
The Kafka cloud database cluster can be scale. For example:
- increase vCPU and RAM to improve cluster performance;
- change fixed node configuration to arbitrary configuration or arbitrary configuration to fixed configuration — disk size must necessarily be larger than in the previous configuration, the number of vCPUs and RAM can be reduced or increased.
Check out the list node configurations.
While the changes are being applied, the master node will be stopped and the cluster will be temporarily unavailable for reads and writes.
The configuration change time depends on the amount of data in the cluster.
Scale up the cluster
- Scale the cluster when users are least active.
- In control panel go to Cloud platform → Databases.
- Open the cluster page → tab Settings.
- Click Scale up the cluster.
- Select another fixed or arbitrary configuration. You can only select a configuration with more disk space. The number of vCPU and RAM can be reduced or increased.
- Click Save.
- After scaling clear the DNS cache.
- Verify that the cluster has scaled correctly.
Clear DNS cache
Ubuntu/Debian
CentOS
macOS
Windows
-
Open the CLI.
-
Clear the DNS cache:
sudo systemctl restart systemd-resolved
-
Open the CLI.
-
Clear the DNS cache:
sudo dscacheutil -flushcache
-
Open the CLI.
-
Clear the DNS cache:
sudo systemctl restart network
-
Open the CLI with administrator privileges.
-
Clear the DNS cache:
ipconfig /flushdns