aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/resources/config/conf/mountpoint-state-provider.properties
blob: 34f3cf9a4bd453412b179eba4893b7b66a251540 (plain)
1
2
3
4
5
6
7
8
9
10
11
[general]
dmaapEnabled={{.Values.config.sdnr.mountpointStateProviderEnabled | default "false"}}
TransportType=HTTPNOAUTH
host=message-router.{{.Release.Namespace}}:{{.Values.config.dmaapPort | default "3904"}}
topic=unauthenticated.SDNR_MOUNTPOINT_STATE_INFO
contenttype=application/json
timeout=20000
limit=10000
maxBatchSize=100
maxAgeMs=250
MessageSentThreadOccurance=50