elinuxhenrik | e30dbe3 | 2022-02-28 16:10:48 +0100 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. SPDX-License-Identifier: CC-BY-4.0 |
| 3 | .. Copyright (C) 2022 Nordix |
| 4 | |
| 5 | DMaaP Mediator Producer |
| 6 | ~~~~~~~~~~~~~~~~~~~~~~~ |
| 7 | |
ychacon | c7ae5b1 | 2023-02-10 13:59:59 +0100 | [diff] [blame^] | 8 | Configurable mediator to take information from DMaaP and Kafka and present it |
| 9 | as a coordinated Information Producer. |
elinuxhenrik | e30dbe3 | 2022-02-28 16:10:48 +0100 | [diff] [blame] | 10 | |
ychacon | c7ae5b1 | 2023-02-10 13:59:59 +0100 | [diff] [blame^] | 11 | This mediator is a generic information producer, which register itself as an |
| 12 | information producer of defined information types in Information Coordination |
| 13 | Service (ICS). |
elinuxhenrik | e30dbe3 | 2022-02-28 16:10:48 +0100 | [diff] [blame] | 14 | The information types are defined in a configuration file. |
ychacon | c7ae5b1 | 2023-02-10 13:59:59 +0100 | [diff] [blame^] | 15 | Information jobs defined using ICS then allow information consumers to |
| 16 | retrieve data from DMaaP MR or Kafka topics (accessing the ICS API). |
elinuxhenrik | 3d9a105 | 2022-06-23 10:42:32 +0200 | [diff] [blame] | 17 | |
| 18 | This product is a part of :doc:`NONRTRIC <nonrtric:index>`. |