You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
is there a way, we can use push job to run parameterized command? for example , i have added below command in push-job whitelist. is there a way to substitue topic_name when we start the job?
is there a way, we can use push job to run parameterized command? for example , i have added below command in push-job whitelist. is there a way to substitue topic_name when we start the job?
"kafka_under_replicated_partitions_for_topic": "sudo /opt/kafka/bin/kafka-topics --zookeeper$(sudo grep zookeeper.connect /opt/kafka/config/server.properties|cut -f2 -d"=") --describe --under-replicated-partitions --topic $ {topic_name}"
The text was updated successfully, but these errors were encountered: