apache_conf confluent_health_check.sh

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf confluent_health_check.sh相关的知识,希望对你有一定的参考价值。

#!/bin/bash -e

echo "checking kafka avro production at https://kafka-connect-avro.lumoslabs.com ... "
curl -X GET -i https://kafka-connect-avro.lumoslabs.com
echo ""
echo " ---------- "

echo "checking kafka avro staging at https://kafka-connect-staging-avro.lumoslabs.com ... "
curl -X GET -i https://kafka-connect-staging-avro.lumoslabs.com
echo ""
echo " ---------- "

echo "checking schema registry production at https://schema-registry.lumoslabs.com/subjects ..."
curl -X GET -i https://schema-registry.lumoslabs.com/subjects
echo ""
echo " ---------- "

echo "checking schema registry staging at https://schema-registry-staging.lumoslabs.com/subjects ..."
curl -X GET -i https://schema-registry-staging.lumoslabs.com/subjects
echo ""
echo " ---------- "

以上是关于apache_conf confluent_health_check.sh的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf htaccess的

apache_conf 基本认证

apache_conf 配置地图

apache_conf 更改最长执行时间

apache_conf 更改最大上传大小

apache_conf 基本认证