Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This proposition consists in a simple and straight forward solution to support notification filtering by using application configuration properties.


Code Block
languageyml
titleapplication.properties
linenumberstrue
notification:
    data-updated:
		configuration:
        	app:
				default: false
			dataspace:
				default: false
				specific-enabled:
					- *-published
			schema-set:
				default: false
				specific-enabled:
					- *-published
			anchor:
				default: false
				specific-enabled:
					- *-published				
        topic: ${CPS_CHANGE_EVENT_TOPIC:cps.cfg-state-events}