aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/config/distribution-engine-configuration.yaml
blob: 60886cf40f22d1a75474c935a2a8c8c68096ee61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
uebServers:
   - uebsb91sfdc.it.att.com
   - uebsb92sfdc.it.att.com
   - uebsb93sfdc.it.att.com

# prev Kansas City Sandbox uebPublicKey: 8F3MDAtMSBwwpSMy 
uebPublicKey: sSJc5qiBnKy2qrlc

# prev Kansas City Sandbox uebSecretKey: gzFmsTxSCtO5RQfAccM6PqqX
uebSecretKey: 4ZRPzNJfEUK0sSNBvccd2m7X

distributionNotifTopicName: ASDC-DISTR-NOTIF-TOPIC
distributionStatusTopicName: ASDC-DISTR-STATUS-TOPIC

initRetryIntervalSec: 5
initMaxIntervalSec: 60

distribNotifServiceArtifactTypes:
  info:
      - MURANO-PKG

distribNotifResourceArtifactTypes:
  lifecycle:
      - HEAT
      - DG-XML

environments:
   - PROD

distributionStatusTopic:
   pollingIntervalSec: 60
   fetchTimeSec: 15
   consumerGroup: asdc
   consumerId: asdc-id

distributionNotificationTopic:
   minThreadPoolSize: 0
   maxThreadPoolSize: 10
   maxWaitingAfterSendingSeconds: 5


createTopic:
   partitionCount: 1
   replicationCount: 1

startDistributionEngine: true

useHttpsWithDmaap: true