blob: c934486fc906fca85314e696328d02e922d0c4f7 [file] [log] [blame]
Renu Kumariff52b942021-05-27 23:16:32 -04001# ============LICENSE_START=======================================================
2# Copyright (C) 2021 Bell Canada. All rights reserved.
3# ================================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15# SPDX-License-Identifier: Apache-2.0
16# ============LICENSE_END=========================================================
17
18notification:
19 data-updated:
20 topic: cps-event
21 enabled: true
22
23spring:
24 kafka:
25 properties:
26 request.timeout.ms: 5000
27 retries: 1
28 max.block.ms: 10000
29 producer:
30 value-serializer: org.springframework.kafka.support.serializer.JsonSerializer
31 cliend-id: cps
32 consumer:
33 group-id: cps-test
34 auto-offset-reset: earliest
35 value-deserializer: org.springframework.kafka.support.serializer.JsonDeserializer
36 properties:
37 spring.json.value.default.type: org.onap.cps.event.model.CpsDataUpdatedEvent
38
39logging:
40 level:
41 org.apache.kafka: ERROR