Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.36 KB

README.adoc

File metadata and controls

31 lines (20 loc) · 1.36 KB

uDiscovery

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in IETF BCP14 (RFC2119 & RFC8174)

SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation

See the NOTICE file(s) distributed with this work for additional
information regarding copyright ownership.

This program and the accompanying materials are made available under
the terms of the Apache License Version 2.0 which is available at
https://www.apache.org/licenses/LICENSE-2.0

SPDX-FileType: DOCUMENTATION
SPDX-License-Identifier: Apache-2.0
Table of Contents

1. Overview

The purpose of uDiscovery Service is for uEs to be able to find services (their location, version, instances, etc…​), and lookup a service’s topic metadata (ex. message format, id, name, permission level, etc…​).

The specification shall be split up into two parts:

  1. Client APIs: APIs used by uEs to find services and their topic metadata

  2. Service Implementation: Internal design and implementation details for how UDiscovery service will serve the client APIs and replicate the information between the local, domain, and central service instances.