Kafka - Kubernetes and Cloud Deployment
This auto-scaling script snippet has an error:
if cpu_usage > 70%: add_broker() elif cpu_usage < 20%: remove_broker()What is the error?
