CN113515379A - Method for providing micro-service architecture system and micro-service architecture system - Google Patents
Method for providing micro-service architecture system and micro-service architecture system Download PDFInfo
- Publication number
- CN113515379A CN113515379A CN202110775719.2A CN202110775719A CN113515379A CN 113515379 A CN113515379 A CN 113515379A CN 202110775719 A CN202110775719 A CN 202110775719A CN 113515379 A CN113515379 A CN 113515379A
- Authority
- CN
- China
- Prior art keywords
- module
- service
- micro
- agent
- microservice
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/505—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/547—Remote procedure calls [RPC]; Web services
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
A method for providing a micro-service architecture system based on a proxy module and a corresponding system. The method comprises the following steps: providing a plurality of micro service modules, wherein each micro service module comprises a network module and a business code module, a proxy annotation component of a proxy module is introduced into the business code module, and the proxy annotation component is configured to mark corresponding annotations in an external application program interface of the business code module; and introducing an agent implementation component of the agent module into a network module of the micro service module, wherein the agent implementation component is configured to scan corresponding annotations marked by the agent annotation component so that the micro service module can realize communication between the micro service modules by means of the agent module. The invention can ensure that the development of the business code module does not depend on a single service architecture or a micro service architecture, reduces the coupling of the business code module and a technical architecture, and improves the development efficiency of the business code module and the application flexibility of the business code.
Description
Technical Field
The present invention relates to the field of development of micro service architecture systems, and more particularly, to a method for providing a micro service architecture system based on a proxy module, a micro service architecture system provided based on a proxy module, a corresponding computer device, and a computer-readable storage medium.
Background
In the development process of the software application program of the service type, the service can be constructed into a single service architecture system or a micro service architecture system according to requirements. For example, in order to meet the requirements of simple deployment and convenient maintenance of small enterprises, the services need to be constructed as a single service architecture system, and in order to meet the distributed computing requirements of large enterprises and ultra-large enterprises, the services need to be constructed as a micro service architecture system. At present, a single service architecture and a micro service architecture need to be designed and realized respectively, and the design cost, the development cost, the test cost and the maintenance cost of service development are high. The development of the business code module depends on a single service architecture or a micro service architecture, the coupling of the business code module and a technical architecture is high, and the development efficiency and the application flexibility of the business code are low.
Accordingly, there is a need for a solution that can solve or alleviate at least one of the above-mentioned problems.
Disclosure of Invention
It is an object of the present invention to provide a solution that solves or alleviates at least one of the above problems.
Specifically, according to a first aspect of the present invention, there is provided a method for providing a micro service architecture system based on a proxy module, the proxy module including a proxy annotation component and a proxy implementation component, the micro service architecture system including a plurality of micro service modules, the method including:
providing a plurality of micro-service modules, wherein each micro-service module comprises a network module and a business code module, a proxy annotation component of the proxy module is introduced into the business code module, and the proxy annotation component is configured to mark corresponding annotations in an external application program interface of the business code module; and
introducing an agent implementation component of the agent module in a network module of the micro service module, wherein the agent implementation component is configured to scan corresponding annotations marked by the agent annotation component so that the micro service module can realize communication between micro service modules by means of the agent module.
According to a second aspect of the present invention, there is provided a micro service architecture system provided based on a proxy module, the proxy module including a proxy annotation component and a proxy implementation component, the micro service architecture system including a plurality of micro service modules each including a network module and a service code module, wherein,
introducing an agent annotation component of the agent module into the business code module, wherein the agent annotation component is configured to mark corresponding annotations in an external application program interface of the business code module; and
introducing an agent implementation component of the agent module in a network module of the micro-service module, wherein the agent implementation component is configured to enable the micro-service to implement inter-micro-service module communication by means of the agent module by scanning corresponding annotations marked by the agent annotation component.
According to a third aspect of the invention, there is provided a computer device comprising a memory and a processor, the memory having stored thereon computer instructions which, when executed by the processor, cause the method described above to be performed.
According to a fourth aspect of the invention, there is provided a non-transitory computer readable storage medium having stored thereon computer instructions which, when executed by a processor, cause the method described above to be performed.
According to the invention, when the application is developed, the agent annotation component of the agent module is introduced into the business code module of the micro-service module, and the agent realization component of the agent module is introduced into the network module of the micro-service module, so that the single service architecture can be realized as required, and the micro-service architecture can also be realized by using the agent annotation component and the agent realization component. By using the scheme of the invention, the development of the business code module does not depend on a single service architecture or a micro service architecture, the coupling of the business code module and a technical architecture is reduced, and the development efficiency of the business code module and the application flexibility of the business code are improved.
Drawings
Non-limiting and non-exhaustive embodiments of the present invention are described by way of example with reference to the following drawings, in which:
FIG. 1 shows a schematic diagram of a service module according to the present invention;
FIG. 2 shows a schematic diagram of a proxy module according to the present invention;
FIG. 3 is a flow diagram of a method for providing a microservice architecture system based on a broker module in accordance with the present invention;
FIG. 4 is a schematic diagram of a microservice architecture system provided based on a proxy module in accordance with the present invention; and
fig. 5 is a schematic diagram illustrating a call between micro service modules of a micro service architecture system provided based on a proxy module according to the present invention.
Detailed Description
In order to make the above and other features and advantages of the present invention more apparent, the present invention is further described below with reference to the accompanying drawings. It is understood that the specific embodiments described herein are for purposes of illustration only and are not intended to be limiting.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention. However, it will be apparent to one of ordinary skill in the art that the specific details need not be employed to practice the present invention. In other instances, well-known steps or operations are not described in detail to avoid obscuring the invention.
To facilitate understanding of the invention, fig. 1 shows a schematic diagram of a service module according to the invention. As shown in fig. 1, the service module 100 includes a network module 101 and a traffic code module 102. The service code module may include a service code package. The service code packet is a program code packet with a core service function, and the program code packet can include service logic codes required to be developed and iterated by a service developer, and can be used for single development and service debugging of services in a local development environment.
Fig. 2 shows a schematic diagram of a proxy module according to the invention. As shown in fig. 2, the agent module 200 includes an agent annotation component 201 and an agent implementation component 202. The agent annotation component and the agent implementation component can implement the full functionality of the agent module only if they are present in one service module at the same time. In order to enable the development of a business code module not to depend on a single service architecture or a micro service architecture, reduce the coupling between the business code module and a technical architecture, and improve the development efficiency of the business code module and the application flexibility of business codes, when the business code module is developed, the developed business code module is not required to be considered to be used for the single service architecture or the micro service architecture, and a proxy annotation component of a proxy module is introduced into the developed code module.
In the case that the developed business code module is used for the single service, the single service may not need to rely on the proxy annotation component (nor the corresponding proxy implementation component) introduced in the business code module to implement the corresponding function, that is, the single service does not depend on the implementation of the complete function of the proxy module. Specifically, in one embodiment, the monolithic service includes a network (web) module and a service code (core) module, and the web module as a start portal introduces the core module to start the whole monolithic service; introducing a proxy annotation component of the micro-service in the development process of the core module, for example, marking corresponding annotations on an external Application Program Interface (API) in the service development; at this time, the agent module is inactive in the single case (agent implementation component without agent module), and what is called at this time is the injection and calling scheme of the Spring-structured IOC (Inversion of Control).
If the developed business code module is used for the micro-service, an agent implementation component of the agent module needs to be introduced into the network module of the service module. The agent annotation component introduced in the business code module and the agent implementation component introduced in the network module can form a complete agent module, so that the dynamic agent function of the agent module can be realized.
The method of introducing the agent annotation component in the development of the business code module can enable the business code to have more flexible application, and can be applied to a single service architecture and a micro service architecture. In addition, the conversion from the single service module to the micro service module can also be realized by introducing the proxy implementation component of the corresponding proxy module. Therefore, the business logic and the technical framework are divided, the coupling of the business code and the technical framework is reduced, and the development efficiency of the business code is improved.
As can be seen from the above description, the micro service module in the micro service architecture system is different from the service module in the single service architecture system in that the proxy implementation component of the proxy module is introduced in the network module of the micro service module.
Fig. 3 is a flow diagram of a method 300 for providing a microservice architecture system based on a broker module in accordance with the present invention. The method comprises the following steps:
s301: providing a plurality of micro-service modules, wherein each micro-service module comprises a network module and a business code module, a proxy annotation component of the proxy module is introduced into the business code module, and the proxy annotation component is configured to mark corresponding annotations in an external application program interface of the business code module; and
s302: introducing an agent implementation component of the agent module in a network module of the micro service module, wherein the agent implementation component is configured to scan corresponding annotations marked by the agent annotation component so that the micro service module can realize communication between micro service modules by means of the agent module.
The proxy module may comprise component code that supports a microservice or microservice architecture, for example the proxy annotation component comprises code for describing microservice-related functionality (and may therefore also be referred to as a "microservice annotation component") and the proxy implementation component comprises a core program for implementing microservice-related functionality (and may therefore also be referred to as a "microservice implementation component"). Specifically, the agent implementation component is the actual instruction code for implementing the specific functions of the micro-service, and the agent annotation component is the part describing or annotating the specific functions implemented by the instruction code rather than the actual instruction code. In the micro-service development platform, the deployment of the micro-service can be realized by introducing an agent implementation component corresponding to the agent annotation component.
In one embodiment, the inter-microservice module communication is a communication through a proxy module based on a representational state transfer application program interface (RESTful API). For example, a corresponding agent annotation component is introduced into the application program interface of the service code module, the corresponding agent annotation component is scanned through the agent implementation component, and the address of the corresponding micro-service is found in a load discovery manner, so that inter-service communication is performed through the dynamic agent.
In addition, the RESTful API technology is a popular inter-system access mode at present, the RESTful API is used as conveniently as url accessing a website, and different platforms can be crossed, for example, programs developed in different languages can use the RESTful API to call each other.
In one embodiment, the inter-microservice module communication is achieved by: the agent implementation component of the agent module is configured to enable scanning of corresponding annotations annotated by the agent annotation component to generate class methods for dynamic agents to conduct inter-microservice module communications and provide invocation results to service consumers in the plurality of microservice modules in response to request messages from the service consumers to service providers in the plurality of microservice modules.
In one embodiment, the method further comprises: the plurality of micro-service modules register their respective information to a service registry at startup and store in the service registry, wherein the information includes at least respective addresses of the micro-service modules; the service consumers in the micro service modules subscribe the micro service modules required by the service consumers to the registry when starting; and when the service consumer invokes a service provider of the plurality of micro-service modules, the broker module of the service consumer obtains an address of the service provider from the service registry, communicates with the service provider through the obtained address, and encapsulates and forwards data to the service consumer after communication is complete.
In one embodiment, the method further comprises monitoring which micro service module acts as a service consumer and which micro service module acts as a service provider, counting the number of calls and the time of calls of the micro service module, and monitoring the results of the calls of the micro service module.
Fig. 4 is a schematic diagram of a microservice architecture system 400 provided based on a proxy module in accordance with the present invention.
As shown in FIG. 4, the micro service architecture system 400 includes a plurality of micro service modules M1-Mn, each of the plurality of micro service modules M1-Mn including a respective traffic code module S1-Sn and a network module W1-Wn, each of the traffic code modules S1-Sn including a proxy annotation component of the proxy module, and each of the network modules W1-Wn including a respective proxy implementation component of the proxy module. The proxy annotation component is configured to annotate corresponding annotations in an external application program interface of the business code module. The agent implementation component is configured to enable the microservice to implement inter-microservice module communications by way of the agent module by scanning corresponding annotations noted by the agent annotation component.
It should be understood by those of ordinary skill in the art that the schematic diagram shown in fig. 4 is merely an exemplary illustration of a partial structure related to the aspects of the present invention, and is not limiting. It should be understood that the specific features, operations, and details described herein above with respect to the proxy module based provisioning micro service architecture system method 300 of the present invention may also be similarly applied to the proxy module based provisioning micro service architecture system 400 of the present invention, or vice versa.
Fig. 5 is a schematic diagram illustrating a call between micro service modules of a micro service architecture system provided based on a proxy module according to the present invention. For illustration and ease of description, two microservice modules a and B, their respective proxy modules, and a registry C are shown in fig. 5.
The micro service modules A and B register the corresponding information thereof to a service registration center C when being started and store the information in the service registration center C, wherein the information at least comprises the respective addresses of the micro service modules A and B; a service consumer a in the micro service modules subscribes to the micro service modules (i.e., service provider B) that it needs from the registry C at startup; when the service consumer a invokes the service provider B, the broker module of the service consumer a obtains the address of the service provider B from the service registry C, communicates with the service provider B through the obtained address, and encapsulates and forwards the data to the service consumer a after the communication is ended.
Also shown in FIG. 5 is monitoring during invocations between service modules, including monitoring which microservice module acts as a service consumer and which microservice module acts as a service provider, counting the number of invocations and the time of invocation of the microservice module, and monitoring the results of invocation of the microservice module.
Therefore, the proxy module of the micro-service module dynamically discovers the registration address of the micro-service by dynamically configuring the provided service list through a service registration center or a Domain Name System (DNS) in a load balancing mode, and completes the call among the micro-services; if the micro service is in a cluster mode, routing to the service node of the corresponding micro service address according to the cluster and load balancing strategy.
In one embodiment, a computer device is provided comprising a memory and a processor, the memory having stored thereon computer instructions executable by the processor, the computer instructions, when executed by the processor, instructing the processor to perform the steps of the method of the invention. The computer device may broadly be a server, a terminal, or any other electronic device having the necessary computing and/or processing capabilities. In one embodiment, the computer device may include a processor, memory, a network interface, a communication interface, etc., connected by a system bus.
The processor of the computer device may be used to provide the necessary computing, processing and/or control capabilities.
The memory of the computer device may include non-volatile storage media and internal memory. An operating system, a computer program, and the like may be stored in or on the non-volatile storage medium. The internal memory may provide an environment for the operating system and the computer programs in the non-volatile storage medium to run.
The network interface and the communication interface of the computer device may be used to connect and communicate with an external device through a network. The computer program, when being executed by a processor, performs the steps of the method for program execution of the invention.
The present invention may be embodied as a computer readable storage medium having stored thereon computer instructions which, when executed by a processor, cause the steps of the method of the present invention to be performed. In one embodiment, the computer instructions are distributed across a plurality of computer devices or processors coupled by a network such that the computer instructions are stored, accessed, and executed by one or more computer devices or processors in a distributed fashion. A single method step/operation, or two or more method steps/operations, may be performed by a single computer device or processor or by two or more computer devices or processors. One or more method steps/operations may be performed by one or more computer devices or processors, and one or more other method steps/operations may be performed by one or more other computer devices or processors. One or more computer devices or processors may perform a single method step/operation, or perform two or more method steps/operations.
It will be understood by those of ordinary skill in the art that all or a portion of the steps for program execution of the present invention may be directed to associated hardware, such as a computer device or processor, for performing by computer instructions, which may be stored in a non-transitory computer readable storage medium, that when executed result in the steps for program execution of the present invention being performed. Any reference herein to memory, storage, databases, or other media may include non-volatile and/or volatile memory, as appropriate. Examples of non-volatile memory include read-only memory (ROM), programmable ROM (prom), electrically programmable ROM (eprom), electrically erasable programmable ROM (eeprom), flash memory, magnetic tape, floppy disk, magneto-optical data storage device, hard disk, solid state disk, and the like. Examples of volatile memory include Random Access Memory (RAM), external cache memory, and the like.
The respective technical features described above may be arbitrarily combined. Although not all possible combinations of features are described, any combination of features should be considered to be covered by the present specification as long as there is no contradiction between such combinations.
While the present invention has been described in connection with the embodiments, it is to be understood by those skilled in the art that the foregoing description and drawings are merely illustrative and not restrictive of the broad invention, and that this invention not be limited to the disclosed embodiments. Various modifications and variations are possible without departing from the spirit of the invention.
Claims (10)
1. A method of providing a micro-service architecture system based on a proxy module, the proxy module including a proxy annotation component and a proxy implementation component, the micro-service architecture system including a plurality of micro-service modules, the method comprising:
providing a plurality of micro-service modules, wherein each micro-service module comprises a network module and a business code module, a proxy annotation component of the proxy module is introduced into the business code module, and the proxy annotation component is configured to mark corresponding annotations in an external application program interface of the business code module; and
introducing an agent implementation component of the agent module in a network module of the micro service module, wherein the agent implementation component is configured to scan corresponding annotations marked by the agent annotation component so that the micro service module can realize communication between micro service modules by means of the agent module.
2. The method of claim 1, wherein the inter-microservice module communication is a communication through an application program interface of the proxy module based on representational state transfer.
3. The method of claim 1, wherein the inter-microservice module communication is achieved by: the agent implementation component of the agent module is configured to enable scanning of corresponding annotations annotated by the agent annotation component to generate class methods for dynamic agents to conduct inter-microservice module communications and provide invocation results to service consumers in the plurality of microservice modules in response to request messages from the service consumers to service providers in the plurality of microservice modules.
4. The method according to any one of claims 1-3, further comprising:
the plurality of micro-service modules register their respective information to a service registry at startup and store in the service registry, wherein the information includes at least respective addresses of the micro-service modules;
the service consumers in the micro service modules subscribe the micro service modules required by the service consumers to the registry when starting; and
when the service consumer invokes a service provider of the plurality of microservice modules, the broker module of the service consumer obtains an address of the service provider from the service registry, communicates with the service provider through the obtained address, and encapsulates and forwards data to the service consumer after communication is complete.
5. The method of claim 4, wherein the method further comprises monitoring which microservice module acts as a service consumer and which microservice module acts as a service provider, counting the number of invocations and the time of invocation of the microservice module, and monitoring the results of invocation of the microservice module.
6. A micro-service architecture system provided based on a proxy module, the proxy module comprising a proxy annotation component and a proxy implementation component, the micro-service architecture system comprising a plurality of micro-service modules, each of the plurality of micro-service modules comprising a network module and a service code module, wherein,
introducing an agent annotation component of the agent module into the business code module, wherein the agent annotation component is configured to mark corresponding annotations in an external application program interface of the business code module; and
introducing an agent implementation component of the agent module in a network module of the micro-service module, wherein the agent implementation component is configured to enable the micro-service to implement inter-micro-service module communication by means of the agent module by scanning corresponding annotations marked by the agent annotation component.
7. The microservice architecture system of claim 6, wherein the microservice module communication is a communication through an application program interface of the proxy module based on representational state transfer.
8. The microservice architecture system of claim 6, wherein the microservice module-to-microservice module communication is implemented by: the agent implementation component of the agent module is configured to enable scanning of corresponding annotations annotated by the agent annotation component to generate class methods for dynamic agents to conduct inter-microservice module communications and provide invocation results to service consumers in the plurality of microservice modules in response to request messages from the service consumers to service providers in the plurality of microservice modules.
9. A computer device comprising a memory and a processor, the memory having stored thereon computer instructions which, when executed by the processor, cause the method of providing a microservice architecture system based on a proxy module of any of claims 1-5 to be performed.
10. A non-transitory computer-readable storage medium having stored thereon a computer program which, when executed by a processor, causes the method of providing a microservice architecture system based on a proxy module of any of claims 1-5 to be performed.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110775719.2A CN113515379A (en) | 2021-07-08 | 2021-07-08 | Method for providing micro-service architecture system and micro-service architecture system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110775719.2A CN113515379A (en) | 2021-07-08 | 2021-07-08 | Method for providing micro-service architecture system and micro-service architecture system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN113515379A true CN113515379A (en) | 2021-10-19 |
Family
ID=78066488
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110775719.2A Pending CN113515379A (en) | 2021-07-08 | 2021-07-08 | Method for providing micro-service architecture system and micro-service architecture system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113515379A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114296960A (en) * | 2021-12-24 | 2022-04-08 | 爱信诺征信有限公司 | Micro-service system based on PC (personal computer) end and micro-service implementation method |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109587246A (en) * | 2018-12-06 | 2019-04-05 | 国云科技股份有限公司 | A kind of implementation method of the micro services frame of integrated multiple kinds independent assortment |
CN109729149A (en) * | 2018-12-03 | 2019-05-07 | 国云科技股份有限公司 | A kind of micro services framework implementation method based on note |
US20200285996A1 (en) * | 2019-03-05 | 2020-09-10 | Honeywell International Inc. | Systems and methods for cognitive services of a connected fms or avionics saas platform |
CN111698205A (en) * | 2020-04-29 | 2020-09-22 | 中国平安财产保险股份有限公司 | Service calling method and related equipment |
CN112732231A (en) * | 2021-01-12 | 2021-04-30 | 北京元年科技股份有限公司 | System of computer-implemented microservice development platform and method of providing microservices |
-
2021
- 2021-07-08 CN CN202110775719.2A patent/CN113515379A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109729149A (en) * | 2018-12-03 | 2019-05-07 | 国云科技股份有限公司 | A kind of micro services framework implementation method based on note |
CN109587246A (en) * | 2018-12-06 | 2019-04-05 | 国云科技股份有限公司 | A kind of implementation method of the micro services frame of integrated multiple kinds independent assortment |
US20200285996A1 (en) * | 2019-03-05 | 2020-09-10 | Honeywell International Inc. | Systems and methods for cognitive services of a connected fms or avionics saas platform |
CN111698205A (en) * | 2020-04-29 | 2020-09-22 | 中国平安财产保险股份有限公司 | Service calling method and related equipment |
CN112732231A (en) * | 2021-01-12 | 2021-04-30 | 北京元年科技股份有限公司 | System of computer-implemented microservice development platform and method of providing microservices |
Non-Patent Citations (1)
Title |
---|
杨七: "SpringCloud微服务", 《HTTPS://WWW.CNBLOGS.COM/YANGYONGJIE/P/11063139.HTML》, 21 June 2019 (2019-06-21), pages 1 - 2 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114296960A (en) * | 2021-12-24 | 2022-04-08 | 爱信诺征信有限公司 | Micro-service system based on PC (personal computer) end and micro-service implementation method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111278031B (en) | PDU type setting method, UE strategy setting method, entity and storage medium | |
CN107577629B (en) | Data interface processing method, device, server and medium | |
CN113141405B (en) | Service access method, middleware system, electronic device, and storage medium | |
CN113746928B (en) | Cross-cloud service calling method, device and system | |
CN114025021A (en) | Communication method, system, medium and electronic device across Kubernetes cluster | |
CN112104640B (en) | Data processing method, device and equipment of gateway and readable storage medium | |
US20120196588A1 (en) | Communication protocol preferences | |
US20100211631A1 (en) | Ubiquitous web service gateway and method | |
CN111770122A (en) | Service communication agent SCP registration method, service calling method and network equipment | |
CN114244654B (en) | URL forwarding method, device, equipment and computer storage medium | |
CN113515379A (en) | Method for providing micro-service architecture system and micro-service architecture system | |
CN112751935B (en) | Request processing method and device, electronic equipment and storage medium | |
CN113645259B (en) | Micro-service elastic expansion method, system and related equipment | |
CN109168185B (en) | Network scanning method and device based on network name space | |
CN111581576A (en) | Development processing method and device based on micro-service and storage medium | |
CN114189893B (en) | O-RAN capability opening method, communication system, device and storage medium | |
CN115834684A (en) | Data processing method, cloud desktop system, equipment and storage medium | |
CN114205848A (en) | Virtual WIFI (Wireless Fidelity) internet surfing method and device, computer equipment and storage medium | |
CN110943975A (en) | Service registration method, device, computer equipment and storage medium | |
CN116800605B (en) | Network implementation method, system, equipment and medium for running virtual machine in container | |
CN114237758B (en) | Communication connection method, device, electronic equipment and computer readable storage medium | |
CN115361277B (en) | Method, device, equipment and medium for deploying general cluster system | |
CN118317281B (en) | Network element discovery method, terminal registration method and related equipment | |
WO2024217061A1 (en) | Bare metal deployment method and apparatus based on three-layer network, and device and medium | |
CN118138455A (en) | Routing processing method, device and system for multiple CNI components in container |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20211019 |
|
RJ01 | Rejection of invention patent application after publication |