File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ KAFKA_READY_ADDRESS=http://kafka:9099/
1111# set if you want to bypass kafka SSL verification
1212# KAFKA_SSL_SKIP_VERIFY=true
1313
14- EVAL_TOPIC = patchman.evaluator.upload
14+ EVAL_TOPIC = patchman.evaluator.user-evaluation
1515EVENTS_TOPIC = platform.inventory.events
1616NOTIFICATIONS_TOPIC = platform.notifications.ingress
1717PAYLOAD_TRACKER_TOPIC = platform.payload-status
Original file line number Diff line number Diff line change 1+ EVAL_TOPIC = patchman.evaluator.upload
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ KAFKA_GROUP=patchman
2121KAFKA_SSL_CERT = dev/kafka/secrets/ca.crt
2222PAYLOAD_TRACKER_TOPIC = platform.payload-status
2323EVENTS_TOPIC = platform.inventory.events
24- EVAL_TOPIC = patchman.evaluator.upload
24+ EVAL_TOPIC = patchman.evaluator.user-evaluation
2525TEMPLATE_TOPIC = platform.content-sources.template
2626
2727RBAC_ADDRESS = http://localhost:9001
Original file line number Diff line number Diff line change @@ -476,6 +476,7 @@ objects:
476476 - {replicas: 3, partitions: 10, topicName: platform.remediation-updates.patch}
477477 - {replicas: 3, partitions: 10, topicName: platform.notifications.ingress}
478478 - {replicas: 3, partitions: 10, topicName: platform.content-sources.template}
479+ - {replicas: 3, partitions: 4, topicName: patchman.evaluator.user-evaluation}
479480
480481 dependencies :
481482 - host-inventory
@@ -618,7 +619,7 @@ parameters:
618619- {name: REPLICAS_MANAGER, value: '1'}
619620- {name: LOG_LEVEL_MANAGER, value: debug}
620621- {name: DB_DEBUG_MANAGER, value: 'false'} # Log database queries if enabled
621- - {name: EVAL_TOPIC_MANAGER, value: patchman.evaluator.upload }
622+ - {name: EVAL_TOPIC_MANAGER, value: patchman.evaluator.user-evaluation }
622623- {name: CPU_LIMIT_MANAGER, value: 1000m}
623624- {name: MEM_LIMIT_MANAGER, value: 2Gi}
624625- {name: CPU_REQUEST_MANAGER, value: 500m}
Original file line number Diff line number Diff line change 77for topic in " platform.inventory.events" " patchman.evaluator.upload" \
88 " patchman.evaluator.recalc" " platform.remediation-updates.patch" " platform.notifications.ingress" \
99 " platform.payload-status" " test" \
10- " platform.content-sources.template"
10+ " platform.content-sources.template" \
11+ " patchman.evaluator.user-evaluation"
1112do
1213 until /opt/kafka/bin/kafka-topics.sh --create --if-not-exists --topic $topic \
1314 --partitions 1 --bootstrap-server kafka:9092 --replication-factor 1; do
You can’t perform that action at this time.
0 commit comments