API Registry Binding of Container Backend Endpoints to API Functions

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In containerized environments, existing technologies face challenges in managing API functions and service endpoints, leading to inefficiencies in service discovery, dynamic binding, and code generation, which complicates service interactions and compatibility across development and production stages.

Innovation Solution

An API registry is deployed within a container environment to manage service endpoints and API functions, enabling dynamic binding, automatic client library generation, and runtime support for service properties, ensuring stable and compatible service interactions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If services are deployed in containerized environments with dynamic endpoints, then service flexibility and deployment efficiency are improved, but service discovery and binding complexity increase

Engineering Contradiction:
Improvedeployment efficiencyVSAvoidservice discovery complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

An API registry is introduced as an intermediary component that maintains bindings between API functions and service endpoints. The registry receives API definitions containing endpoint information, stores the mappings, and provides them to services that need to interact with other services, thereby simplifying service discovery in dynamic container environments

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

API definitions are registered in advance with the API registry before services are deployed or scaled. This preliminary registration of endpoint bindings allows services to discover and interact with each other without complex runtime service discovery mechanisms, even as containers are dynamically created and destroyed

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If API definitions include dynamic endpoint bindings, then service adaptability is improved, but code generation and binding management complexity increase

Engineering Contradiction:
Improveservice adaptabilityVSAvoidbinding management complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system automatically generates client code and maintains bindings without manual intervention. When API definitions are registered with the API registry, the system automatically creates the necessary binding information and makes it available to services, eliminating the need for developers to manually manage complex binding configurations

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

API definitions with endpoint bindings are registered in advance, allowing the system to pre-process and generate all necessary binding information before services are deployed. This preliminary setup simplifies runtime service interactions even as endpoints change

Inventive Principle:
Principle #10Preliminary action

3Reliability

If services are isolated in containers with independent versions, then system reliability is improved, but service interaction and compatibility complexity increase

Engineering Contradiction:
Improveservice isolation reliabilityVSAvoidservice interaction complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The API registry serves multiple functions: it stores API definitions, maintains endpoint bindings, provides service discovery information, and supports code generation. This universal registry simplifies service interactions across isolated containers by providing a common interface for all services to discover and bind to each other

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentEP3688595B1Binding, in an API registry, backend services endpoints to API functions
Publication Date: 2025.07.02 ORACLE INT CORP
  • EP3688595B1 patent drawingFigure 1
  • EP3688595B1 patent drawingFigure 2
  • EP3688595B1 patent drawingFigure 3

AI summary

A method of providing Application Programming Interface (API) functions for registered service endpoints in container environments may include receiving, at an API registry, an API definition that may include an endpoint of a first service that is encapsulated in a container that is deployed in a container environment and one or more API functions. The method may also include creating, by the API registry, a binding between the one or more API functions and the endpoint of the service; receiving, by the API registry, a request from a second service to use the first service; and providing, by the API registry, the one or more API functions to the second service.