Table of Contents |
---|
...
Notifications related properties
File Location: docker-compose/docker-compose.yml
Property | DescriptionPath from CPS root |
---|---|
NOTIFICATION_DATASPACE_FILTER_PATTERNS: NON-EXISTING-DATASPACE |
|
notification.enabled: 'true' |
|
CPS Docker compose view :Â
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
consumer: image: taion809/kafka-cli:latest container_name: kafka-consumer command: kafka-console-consumer.sh --bootstrap-server kafka:9092 --topic cps.data-updated-events links: - kafka |
Open kafka-consumer "Logs" section as below :
If CPS-temporal notifications are disabled will see warning message as "WARN [Consumer clientId=consumer-1, groupId=console-consumer-32597] Error while fetching metadata with correlation id 9 : {cps.data-updated-events=LEADER_NOT_AVAILABLE} (org.apache.kafka.clients.NetworkClient)" else
...
Example Notifications logging :
If dataspace filter patterns property is set to empty ("") or any as wild card (.*)
...