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