feat(chalice): ignore kafka health-check

This commit is contained in:
Taha Yassine Kraiem 2023-03-17 17:54:24 +01:00
parent 9774c823c3
commit de7257b6c4
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ from urllib.parse import urlparse
import redis
import requests
from confluent_kafka.admin import AdminClient
# from confluent_kafka.admin import AdminClient
from decouple import config
from chalicelib.utils import pg_client, ch_client
@ -152,7 +152,7 @@ def get_health():
},
"ingestionPipeline": {
"redis": __check_redis,
"kafka": __check_kafka
# "kafka": __check_kafka
},
"backendServices": {
"alerts": __check_be_service("alerts"),

View file

@ -19,4 +19,4 @@ python3-saml==1.15.0
python-multipart==0.0.5
redis==4.5.1
confluent-kafka==2.0.2
#confluent-kafka==2.0.2