Custom operator to create a controller that monitors a custom resource (CronJob) that runs a health check Kafka Producer and publishes the data to the Kafka brokers.
0
stars
1
forks
source link
feat: update controller logic to include custom kafka producer app #7
Install the producer docker image to run the Kafka producer app which will publish the health check for the specified URL (in the configmap).
The controller will automatically reconcile if there are any changes to the ConfigMap for the CR.
Install the
producer
docker image to run the Kafka producer app which will publish the health check for the specified URL (in the configmap). The controller will automatically reconcile if there are any changes to the ConfigMap for the CR.