diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-11-08 10:26:11 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-11-08 10:28:21 +0000 |
commit | 117237ac7b65395e0f29b6cead9f6ffec2e7dc0f (patch) | |
tree | f5a0819a0a1c493e8486e5901ddfa300aaacb111 /Readme.md | |
parent | 59b12dd8dc8b86d6ecdfb3d51ca141a0c3e58c36 (diff) |
[SDC-DIST] Upgrade sdc-distro-client to v 2.0.0
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1800
Change-Id: Idcfa147dd07a18953972b85f38ec2d46ba3fc009
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -54,10 +54,10 @@ _model-loader.properties_ # Address/port of the SDC ml.distribution.ASDC_ADDRESS=<SDC-Hostname>:8443 - # DMaaP consumer group. + # Kafka consumer group. ml.distribution.CONSUMER_GROUP=aai-ml-group - # DMaaP consumer ID + # Kafka consumer ID ml.distribution.CONSUMER_ID=aai-ml # SDC Environment Name. This must match the environment name configured on the SDC @@ -73,10 +73,10 @@ _model-loader.properties_ # obfuscate the cleartext password: http://www.eclipse.org/jetty/documentation/9.4.x/configuring-security-secure-passwords.html ml.distribution.PASSWORD=OBF:<password> - # How often (in seconds) to poll the DMaaP cluster for new model events + # How often (in seconds) to poll the Kafka topic for new model events ml.distribution.POLLING_INTERVAL=<integer> - # Timeout value (in seconds) when polling DMaaP for new model events + # Timeout value (in seconds) when polling the Kafka topic for new model events ml.distribution.POLLING_TIMEOUT=<integer> # Username to use when connecting to the SDC @@ -84,9 +84,6 @@ _model-loader.properties_ # Artifact type we want to download from the SDC (the values below will typically suffice) ml.distribution.ARTIFACT_TYPES=MODEL_QUERY_SPEC,TOSCA_CSAR - - # List of message bus addresses on which to listen for distribution events - ml.distribution.MSG_BUS_ADDRESSES=<host1>,<host2> # URL of the A&AI ml.aai.BASE_URL=https://<AAI-Hostname>:8443 |