Kafka State Detector
The technical documentation of the kafka-state-detector microservice,
which detects the state of the Kafka broker.
less than a minute
Kubernetes resources
- Deployment:
united-manufacturing-hub-kafkastatedetector
- Secret:
united-manufacturing-hub-kafkastatedetector-secrets
Configuration
Environment variables
Variable name | Description | Type | Allowed values | Default |
---|---|---|---|---|
ACTIVITY_ENABLED | Controls whether to check the activity of the Kafka broker | string | true , false | true |
ANOMALY_ENABLED | Controls whether to check for anomalies in the Kafka broker | string | true , false | true |
DEBUG_ENABLE_FGTRACE | Enables the use of the fgtrace library. Not recommended for production | string | true , false | false |
KAFKA_BOOTSTRAP_SERVER | URL of the Kafka broker used, port is required | string | Any | united-manufacturing-hub-kafka:9092 |
KAFKA_SSL_KEY_PASSWORD | Key password to decode the SSL private key | string | Any | "" |
KAKFA_USE_SSL | Enables the use of SSL for the kafka connection | string | true , false | false |
MICROSERVICE_NAME | Name of the microservice (used for tracing) | string | Any | united-manufacturing-hub-kafkastatedetector |
SERIAL_NUMBER | Serial number of the cluster. Used for tracing | string | Any | default |
Last modified January 22, 2024: Update version (074cc23)