diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-06-30 08:43:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-30 08:43:50 +0000 |
commit | 66b29582d457c5255e24c4327406b436d856138e (patch) | |
tree | 34bb8305820afd65ab27d34406102e36fb9c41dc /docs/deployment.rst | |
parent | 78062a1c3f4e303714103dfcb7d9552a0b081eb0 (diff) | |
parent | 1c90848a0cb078e0249a7dc888ea05390f59a1e6 (diff) |
Merge "Kafka consumer can not be turned off"
Diffstat (limited to 'docs/deployment.rst')
-rw-r--r-- | docs/deployment.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index 7dd4494f27..c0d8b60294 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -246,15 +246,12 @@ 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. | If notification from cps-core to cps-temporal is enabled or not. | ``true`` | -| notification.data-updated.enabled | If this is set to false, then the config.publisher properties could be skipped. | | -+---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ | config.additional. | Dataspaces to be enabled for publishing events to cps-temporal | ```` | | notification.data-updated.filters. | | | | enabled-dataspaces | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ -| config.additional. | If notifications should be processed in synchronous or asynchronous manner | ``false`` | -| notification.async.enabled | | | +| config.additional. | If asynchronous messaging, user notifications, and updated event persistence should be enabled | ``true`` | +| notification.enabled | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ | config.additional. | Core pool size in asynchronous execution of notification. | ``2`` | | notification.async.executor. | | | |