blob: cf7b0cfd5647094613ac45db6f7ae7534c7a0fab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
.. This work is licensed under a Creative Commons Attribution 4.0
International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2022 Nordix Foundation
.. _release_notes:
.. ===========================
.. * * * LONDON * * *
.. ===========================
*************
Release Notes
*************
..
* The release note needs to be updated for each ONAP release
* Except the section "Release data" all other sections are optional and should be
applied where applicable
* Only the current release is to be documented in this document
* This note needs to be removed before publishing the final result
London
========
Abstract
========
This document provides the release notes for the London release.
Summary
=======
Client migration to use kafka as it's main messaging bus to publish and subscribe to the
SDC distribution topics.
Removal of all interaction with DMaaP Message Router apis.
Release Data
============
+--------------------------------------+--------------------------------------+
| **Project** | sdc/sdc-distribution-client |
| | |
+--------------------------------------+--------------------------------------+
| **Jars** | sdc-distribution-client 2.0.0 |
| | |
+--------------------------------------+--------------------------------------+
New features
------------
Modify client to use kafka native to publish and subscribe to SDC topics
https://jira.onap.org/browse/DMAAP-1745
Deliverables
------------
Software Deliverables
~~~~~~~~~~~~~~~~~~~~~
.. code-block:: xml
<groupId>org.onap.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-distribution-client</artifactId>
<version>2.0.0</version>
Known Limitations, Issues and Workarounds
=========================================
System Limitations
------------------
NA
Known Vulnerabilities
---------------------
NA
Workarounds
-----------
NA
Security Notes
--------------
NA
References
==========
For more information on the ONAP London release, please see:
#. `ONAP Home Page`_
#. `ONAP Documentation`_
#. `ONAP Release Downloads`_
#. `ONAP Wiki Page`_
#. `SDC ReadTheDocs`_
#. `SDC Portal`_
.. _`ONAP Home Page`: https://www.onap.org
.. _`ONAP Wiki Page`: https://wiki.onap.org
.. _`ONAP Documentation`: https://docs.onap.org
.. _`ONAP Release Downloads`: https://git.onap.org
.. _`SDC ReadTheDocs`: https://docs.onap.org/projects/onap-sdc/en/latest/
.. _`SDC Portal`: https://wiki.onap.org/display/DW/Service+Design+and+Creation+%28SDC%29+Portal
|