diff options
author | seanbeirne <sean.beirne@est.tech> | 2022-11-24 11:01:22 +0000 |
---|---|---|
committer | Sean Beirne <sean.beirne@est.tech> | 2022-11-24 12:06:41 +0000 |
commit | 6d68fd5becf3dc0f3266aa452650332f24929b32 (patch) | |
tree | aa7162046ecba632dec0964091df438aa64a0ce8 /docs | |
parent | 94d77dd3430bf504b1fe1209760cfeedb47752a7 (diff) |
Documentation update for enabled dataspace filter
Issue-ID: CPS-1361
Signed-off-by: seanbeirne <sean.beirne@est.tech>
Change-Id: I988350289a02e44515aeb2acfe6a83845d66e0d9
Diffstat (limited to 'docs')
-rw-r--r-- | docs/deployment.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index 59ff94686b..c7504e28b9 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -246,8 +246,8 @@ Any spring supported property can be configured by providing in ``config.additio | config.additional. | Kafka topic to publish to cps-temporal | ``cps.data-updated-events`` | | notification.data-updated.topic | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ -| config.additional. | Dataspaces to be enabled for publishing events to cps-temporal | | -| notification.data-updated.filters. | | | +| config.additional. | Array of dataspaces to be enabled for publishing events to cps-temporal | [] | +| notification.data-updated.filters. | If left blank CPS-Temporal notification will be sent for all dataspaces | | | enabled-dataspaces | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ | config.additional. | If asynchronous messaging, user notifications, and updated event persistence should be enabled | ``true`` | |