[CCSDK] Fix pnf-reg and fault message lost 08/121608/1
authorSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Tue, 1 Jun 2021 09:33:24 +0000 (09:33 +0000)
committerSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Tue, 1 Jun 2021 09:40:18 +0000 (09:40 +0000)
commitf49357b57b2d5756f6e30f6e60b797fbd2477997
treed807f70d49b55f462eeb0374a88f436f757422d3
parent84b962398213641e656e8d1750b83f480f531563
[CCSDK] Fix pnf-reg and fault message lost

CCSDK mountpoint-registrar bundle consumes SEC_FAULT_OUTPUT and
VES_PNFREG_OUTPUT DMaaP topics.
Currently dmaap timeout is set to 50000, which is much longer than
jersey.config.client.readTimeout=25000. The bundle is giving up
connection before dmaap timeout and that could cause message lost
if message arrived after client timeout.

This change remove the inappropriate timeout value from
the property file so that the bundle uses default timeout value
defined in java class.

Issue-ID: CCSDK-3320
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Change-Id: I638af7c1f737b0904cb21c8121f2a08b2737d94b
kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties