Merge "Removal of zookeeper from portal HELM charts"
[oom.git] / kubernetes / sdnc / resources / config / conf / mountpoint-state-provider.properties
1 [general]
2 dmaapEnabled={{.Values.config.sdnr.mountpointStateProviderEnabled | default "false"}}
3 TransportType=HTTPNOAUTH
4 host=message-router.{{.Release.Namespace}}:{{.Values.config.dmaapPort | default "3904"}}
5 topic=unauthenticated.SDNR_MOUNTPOINT_STATE_INFO
6 contenttype=application/json
7 timeout=20000
8 limit=10000
9 maxBatchSize=100
10 maxAgeMs=250
11 MessageSentThreadOccurance=50