blob: a45820dd3c0b04955907bc27dcf67db30a0a6357 [file] [log] [blame]
elinuxhenrik1cd0f2e2022-03-28 09:48:52 +02001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
3.. Copyright (C) 2021 Nordix
4
5
6DMaaP Adapter
7~~~~~~~~~~~~~
8
9Configurable mediator to take information from DMaaP and Kafka and present it as a coordinated Information Producer.
10
11This adapter is a generic information producer, which register itself as an information producer of defined information types in Information Coordination Service (ICS).
12The information types are defined in a configuration file.
13Information jobs defined using ICS then allow information consumers to retrieve data from DMaaP MR or Kafka topics (accessing the ICS API).
14
15The adapter is implemented in Java Spring (DMaaP Adapter Service).