blob: 94f7e818f4cd8c20ebbb8f22ca94a70ff84e57c9 [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:
Renu Kumari8f01bf62021-08-17 14:06:53 -040020 filters:
21 enabled-dataspaces: ".*-published,.*-important"
Renu Kumariff52b942021-05-27 23:16:32 -040022 enabled: true
Renu Kumari8f01bf62021-08-17 14:06:53 -040023 topic: cps-event
Renu Kumariff52b942021-05-27 23:16:32 -040024
25spring:
26 kafka:
27 properties:
28 request.timeout.ms: 5000
29 retries: 1
30 max.block.ms: 10000
31 producer:
32 value-serializer: org.springframework.kafka.support.serializer.JsonSerializer
33 cliend-id: cps
34 consumer:
35 group-id: cps-test
36 auto-offset-reset: earliest
37 value-deserializer: org.springframework.kafka.support.serializer.JsonDeserializer
38 properties:
39 spring.json.value.default.type: org.onap.cps.event.model.CpsDataUpdatedEvent
40
41logging:
42 level:
43 org.apache.kafka: ERROR