Skip to main content
Version: 2.0

Dataprovider static configuration

Static configuration is the microservice configuration set before microservice startup in a property file (rs-dataprovider.properties handled by rs-config microservice, see more details here) This configuration is common to all tenants.

Static configuration for Dataprovider service contains the following properties :

NameTypeDefault ValueDescription
regards.acquisition.product.bulk.deletion.limitinteger100Max deletions treated at once.
regards.acquisition.batch.sizeinteger100Service will manage at most x entities at a time in order to take care of the memory consumption and potential tenant starvation
info

Some of these properties are customizable in ansible inventory. see installation guide

To make missing properties customizable, you have to update regards ansible playbook : the regards-mconfig role.