Kafka State Detector
The technical documentation of the kafka-state-detector microservice,
which detects the state of the Kafka broker.
less than a minute
This microservice is still in development and is not considered stable for production use
How it works
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 wheter to check the activity of the Kafka broker | string | true , false | true |
ANOMALY_ENABLED | Controls wheter to check for anomalies in the Kafka broker | string | true , false | true |
DEBUG_ENABLE_FGTRACE | Enables the use of the fgtrace library. Not reccomended 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 | defalut |
Last modified April 17, 2023: build: version 0.9.13 (6cb0a01)