diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2021-08-27 09:47:43 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2021-08-30 08:55:03 +0100 |
commit | 22dff9583f489fa6ad1531c4c8c1d71875583c25 (patch) | |
tree | 4e4759fdc9e57021c3841bad855f09b02229a7e3 /participant/participant-impl/participant-impl-http/src/main/resources/config | |
parent | e1d67de22d0bf9fe50c16ee6bc1e50310e74d4fa (diff) |
Fix issues in Intermediary config of http participant
Issue-ID: POLICY-3589
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I75f0faaded291d7f40e6d0d94609159f8366583f
Diffstat (limited to 'participant/participant-impl/participant-impl-http/src/main/resources/config')
-rw-r--r-- | participant/participant-impl/participant-impl-http/src/main/resources/config/application.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/participant/participant-impl/participant-impl-http/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-http/src/main/resources/config/application.yaml index 1fd528458..664c6e878 100644 --- a/participant/participant-impl/participant-impl-http/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-http/src/main/resources/config/application.yaml @@ -1,6 +1,6 @@ participant: intermediaryParameters: - reportingTimeInterval: 120000 + reportingTimeIntervalMs: 120000 description: Participant Description participantId: name: HttpParticipant0 @@ -20,8 +20,3 @@ participant: servers: - ${topicServer:message-router} topicCommInfrastructure: dmaap - - - topic: POLICY-NOTIFICATION - servers: - - ${topicServer:message-router} - topicCommInfrastructure: dmaap |