|
From what I can discern, the reference environment configuration matches the recommended configuration described in https://folio-org.atlassian.net/wiki/display/FOLIJET/Checklist+for+Data-Import+application+setup+on+a+new+environment%3A+Iris with the following exceptions:
- Kafka broker configured with default 'num.network.threads=3' instead of '5'.
- mod-inventory configured with default value ('5') for 'inventory.kafka.DataImportConsumerVerticle.instancesNumber' and
'inventory.kafka.MarcBibInstanceHridSetConsumerVerticle.instancesNumber' instead of the recommended '10'.
Not sure if those settings have any relational relevance to the number of kafka replicas running. The reference environments only run one zookeeper instance and one kafka broker.
In reference environment, we have only one instance of mod-data-import running. It is running with no container CPU limit and a RAM limit of 512MB of which 338MB is dedicated to JVM heap size.
'data.import.storage.type' and 'data.import.storage.path' are not defined. I assume there are sane defaults.
|