CN114201314B - Contract-based routing method for realizing service dependency discovery and service access - Google Patents

Contract-based routing method for realizing service dependency discovery and service access Download PDF

Info

Publication number
CN114201314B
CN114201314B CN202111509260.8A CN202111509260A CN114201314B CN 114201314 B CN114201314 B CN 114201314B CN 202111509260 A CN202111509260 A CN 202111509260A CN 114201314 B CN114201314 B CN 114201314B
Authority
CN
China
Prior art keywords
service
contract
task
micro
routing method
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.)
Active
Application number
CN202111509260.8A
Other languages
Chinese (zh)
Other versions
CN114201314A (en
Inventor
黎明
黄兆鹏
吴文波
崔张伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Youwei Technology Shenzhen Co ltd
Original Assignee
Youwei Technology Shenzhen Co ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Youwei Technology Shenzhen Co ltd filed Critical Youwei Technology Shenzhen Co ltd
Priority to CN202111509260.8A priority Critical patent/CN114201314B/en
Publication of CN114201314A publication Critical patent/CN114201314A/en
Application granted granted Critical
Publication of CN114201314B publication Critical patent/CN114201314B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention relates to the technical field of micro services, in particular to a contract-based routing method for realizing service dependency discovery and service access, which comprises the following steps of S1, establishing a service contract according to a standard micro task connecting port, naming the service contract, using the name of the service contract as the default name of the micro task connecting port, and generating the default realization code of the service according to a specification contract; and S2, externally releasing the specification of the contract service by using the obtained contract, recording the information of the object in a task list after deploying one service according to the code, updating the information of the object into a storage environment, and acquiring the address of the task through the address of the storage environment under the condition that the task is started. According to the method for constructing the virtual ontology server, the front-end research and development of the micro-service are decoupled in the research and development process, so that the front-end research and development does not need to wait for each other, the research and development time is shortened, and the research and development efficiency of the micro-service is improved.

Description

Contract-based routing method for realizing service dependency discovery and service access
Technical Field
The invention relates to the technical field of micro-services, in particular to a contract-based routing method for realizing service dependency discovery and service access.
Background
The micro-service architecture is a new technology for deploying applications and services in the cloud, the micro-service can run in a 'self-program', and the key point of communicating with an HTTP type API (functional unit) through a 'lightweight device' is that the service can run in a self-program, in the service disclosure, many services can be limited by internal independent processes, and if any one of the services needs to add a certain function, the process range needs to be reduced.
Chinese patent No. 202011215387.4 provides a method and system for micro-service dynamic routing, the method is: acquiring a data processing request containing external factors to be processed, which is sent by a consuming end; routing in a preset micro-service container according to the external factors to be processed, and determining micro-services to be called corresponding to the external factors to be processed; invoking a micro-service response data processing request to be invoked from the configuration center by using Dubbo to obtain a response result; and feeding back the response result to the consumer.
In the micro-service research and development in the prior art, research and development of the front end and the back end of the micro-service need to wait for each other, which results in long time for research and development of the micro-service, and further reduces the efficiency of research and development of the micro-service, and the operation efficiency of the micro-service is low due to the complex cyclic dependency relationship in the micro-service, so a routing method for realizing service dependency discovery and service access based on contracts is urgently needed to be designed to solve the problems.
Disclosure of Invention
The invention aims to provide a contract-based routing method for realizing service dependency discovery and service access, which aims to solve the problems of low research and development efficiency and low operation efficiency in the background technology.
The technical scheme of the invention is as follows: a routing method for realizing service dependence discovery and service access based on a contract is disclosed, wherein S1, a service contract is established according to a standard micro task connecting port, the service contract is named, the name of the service contract is used as the default name of the micro task connecting port, and the default realization code of the service is generated according to a specification contract;
s2, issuing a specification for generating contract service by using the obtained contract, recording information of an object in a task list after deploying one service according to a code, updating the information of the object into a storage environment, acquiring an address of the task through the storage environment address under the condition of starting the task, requesting to be hijacked to a deployment generation strategy when starting, and obtaining a starting address of the task according to the strategy so as to realize the discovery of the task;
s3, automatically generating a running environment of the task according to the code, acquiring dependent service change information, analyzing the state of each aspect of the micro task under normal flow according to the dependent service change information, constructing a dependency relationship of a connection level according to nodes and edges of the task, statically analyzing, feeding back storage node modification and client log reporting frequency to a system steady state, and reflecting the health state and the configuration change state of the service system by the micro task through static analysis;
s4, constructing a virtual local server according to the state of the micro task, then forwarding a request sent by a client of the micro task to a server at the rear end through a plug-in, designing a set of functional unit documents according to a specified functional unit connection port, processing the functional unit documents and returning some false data;
s5, moving up a service object cyclic dependence according to a preset micro task connection port, changing the cyclic dependence into indirect dependence by adding an intermediate layer between two components which are mutually cyclically dependent, introducing a new component, stripping the cyclic relationship, and simplifying the preset connection port, wherein the action of the new component is a command or query, the state of the object is changed in the query process, and a return value is not required in the query process;
s6, distinguishing strong dependence and weak dependence between two mutual cyclic dependences, distinguishing messages corresponding to the strong dependence and the weak dependence to obtain reliable messages and unreliable messages, setting a switch component for the weak dependence, ensuring the reliable messages in a system level mode, enabling key services to run by the reliable messages, and discarding the unreliable messages when the switch component is closed;
s7, according to the strong dependence request gateway, filtering and processing the request through a logic layer in the gateway, distributing the request to each micro task connection port, restarting the gateway service, discovering the service through a service registration center, constructing a high-low coupling system, wherein one micro task is responsible for generating and maintaining data, the data takes an event as an expression form and is sent to a search engine through a message transmission system, and the other micro task is specially responsible for inquiring the data in the search engine for further processing.
Further, in S3, by dynamically analyzing and locating and troubleshooting a performance problem in the system steady state, the cause of the performance problem is similar to the anomaly detection, and the performance problem is not enough to trigger an alarm.
Further, in S3, the content reported by the log includes the number of task responses and the response time, the range of task identification is narrowed according to the time calculation, and the service object is searched according to the obtained range.
Further, in S3, the analysis micro task starts from granularity, range and angle, and orders the granularity, and obtains an effective granularity sequence according to granularity time or size, and introduces the sequence into a functional unit connection.
Further, in S3, the analysis scope is a single service request or multiple service requests, and the analysis angle is one or more combinations of a buried point indicator, a dependency relationship, and a traffic size.
Further, in S6, the weight of the information in the strong dependency and the weak dependency is calculated according to the contractual relation, and the reliable message and the unreliable message are distinguished by the size of the weight.
Further, in S5, the relationship of the cyclic dependency in the multiple objects is weakened by using the indirect dependency, so that the multiple objects are relatively independent, thereby facilitating editing for the objects.
Further, in S5, a new component is used to strip the relationship between the contexts, and when a context is imported, the original state of the context is maintained, so that the context association is prevented from being required to be imported.
Further, the unreliable message is non-core service content, and the non-core service is discarded when an extreme resource bottleneck of the micro task occurs.
Further, in S7, the search engine obtains the web page information by crawling and grabbing on the internet, stores the obtained information into the service data set, establishes an index set according to the information in the data set, and sorts the information by the search engine according to the relevance.
The invention provides a contract-based routing method for realizing service dependency discovery and service access, which has the following improvements and advantages compared with the prior art:
(1) According to the method for constructing the virtual ontology server, the front-end research and development of the micro-service are decoupled in the research and development process, so that the front-end research and development does not need to wait for each other, the research and development time is shortened, and the research and development efficiency of the micro-service is improved.
(2) According to the method, the intermediate layer is added between the two components which are in cyclic dependence with each other, so that the cyclic dependence is changed into indirect dependence, the dependence relationship between the micro-services is further simplified, and the operating efficiency of the micro-services is higher.
(3) The method and the system utilize the logic layer to filter and process the request of the micro service, so that the normal operation of the key behavior of the cross-service call in the micro service architecture can be ensured, and the operation of the micro service architecture is more stable.
Drawings
The invention is further explained below with reference to the figures and examples:
FIG. 1 is an overall flow diagram of the present invention;
FIG. 2 is a service discovery flow diagram of the present invention;
FIG. 3 is a logical layer flow diagram of the present invention.
Detailed Description
The present invention will be described in detail with reference to fig. 1 to 3, and the technical solutions in the embodiments of the present invention will be clearly and completely described below. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, belong to the protection scope of the present invention.
It will be understood that when an element is referred to as being "secured to" another element, it can be directly on the other element or intervening elements may also be present. When a component is referred to as being "connected" to another component, it can be directly connected to the other component or intervening components may also be present. When a component is referred to as being "disposed on" another component, it can be directly on the other component or intervening components may also be present. The terms "vertical," "horizontal," "left," "right," and similar expressions are used herein for illustrative purposes only.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
The invention provides a contract-based routing method for realizing service dependency discovery and service access by improvement, which is shown in figures 1-3 and comprises the following steps;
s1, establishing a service contract according to a standardized micro task connection port, naming the service contract, using the name of the service contract as a default name of the micro task connection port, and generating a default implementation code of a service according to a specification contract;
s2, issuing a specification for generating contract service by using the obtained contract, recording information of an object in a task list after deploying one service according to a code, updating the information of the object into a storage environment, acquiring an address of the task through the storage environment address under the condition of starting the task, requesting to be hijacked to a deployment generation strategy when starting, and obtaining a starting address of the task according to the strategy so as to realize the discovery of the task;
s3, automatically generating a running environment of the task according to the code, acquiring the change information of the dependent service, analyzing the state of each aspect of the micro task under the normal flow according to the change information of the dependent service, constructing a dependency relationship of connection levels according to nodes and edges of the task, performing static analysis, feeding back storage node modification and client log reporting frequency to a system steady state, and reflecting the health state and the configuration change state of the service system by the micro task through the static analysis;
s4, constructing a virtual local server according to the state of the micro task, then forwarding a request sent by a client of the micro task to a server at the rear end through a plug-in, designing a set of functional unit documents according to a specified functional unit connection port, processing the functional unit documents and returning some false data;
s5, moving up a service object cyclic dependence according to a preset micro task connection port, changing the cyclic dependence into indirect dependence by adding an intermediate layer between two components which are mutually cyclically dependent, introducing a new component, stripping the cyclic relationship, and simplifying the preset connection port, wherein the action of the new component is a command or query, the state of the object is changed in the query process, and a return value is not required in the query process;
s6, distinguishing strong dependence and weak dependence between two mutual cyclic dependences, distinguishing messages corresponding to the strong dependence and the weak dependence to obtain reliable messages and unreliable messages, setting a switch component for the weak dependence, ensuring the reliable messages in a system level mode, enabling key services to run by the reliable messages, and discarding the unreliable messages when the switch component is closed;
and S7, according to the strong dependence request gateway, filtering and processing the request through a logic layer in the gateway, distributing the request to each micro task connection port, restarting the gateway service, discovering the service through a service registration center, constructing a high-low coupling system, wherein one micro task is responsible for generating and maintaining data, the data takes an event as an expression form and is sent to a search engine through a message transmission system, and the other micro task is specially responsible for inquiring the data in the search engine for further processing.
The invention has the advantages that
One embodiment provided by the present invention is that in S3, by dynamically analyzing and locating and troubleshooting the performance problem in the system steady state, the cause of the performance problem is similar to the anomaly detection, and the performance problem is not enough to trigger an alarm.
In S3, the content reported by the log includes the number of task responses and the response time, the range of task identification is narrowed according to the time calculation, and the service object is searched according to the obtained range.
In S3, the analysis micro-task starts from granularity, range and angle, sorts the granularity, obtains an effective granularity sequence according to granularity time or size, and guides the sequence to a functional unit interface.
In S3, a further embodiment provided by the present invention is to analyze a range of a single service request or a plurality of service requests, where an analysis angle is one or more combinations of a buried point indicator, a dependency relationship, and a traffic size.
In step S6, a weight is calculated for information in the strong dependency and the weak dependency according to the contract relationship, and the reliable message and the unreliable message are distinguished by the size of the weight.
In S5, the relationship of cyclic dependency among the objects is weakened by indirect dependency, so that the objects are relatively independent, thereby facilitating editing of the objects.
In S5, a new component is used to strip the relationship between the contexts, and when a context is imported, the original state of the context is maintained, so as to prevent the context association from being required to be imported.
Yet another embodiment provided by the present invention is that the unreliable message is the content of the non-core service, which is discarded when an extreme resource bottleneck of the micro task occurs.
In S7, the search engine obtains the web page information by crawling and grabbing on the internet, stores the obtained information into the service data set, establishes an index set according to the information in the data set, and sorts the information according to the relevance.
The working principle of the invention is as follows: s1, establishing a service contract according to a standardized micro task connection port, naming the service contract, using the name of the service contract as a default name of the micro task connection port, and generating a default implementation code of a service according to a specification contract; s2, issuing a specification for generating contract service by using the obtained contract, recording information of an object in a task list after deploying one service according to a code, updating the information of the object into a storage environment, acquiring an address of the task through the storage environment address under the condition of starting the task, requesting to be hijacked to a deployment generation strategy when starting, and obtaining a starting address of the task according to the strategy so as to realize the discovery of the task; s3, automatically generating a running environment of the task according to the code, acquiring dependent service change information, analyzing the state of each aspect of the micro task under normal flow according to the dependent service change information, constructing a dependency relationship of a connection level according to nodes and edges of the task, statically analyzing, feeding back storage node modification and client log reporting frequency to a system steady state, and reflecting the health state and the configuration change state of the service system by the micro task through static analysis; s4, constructing a virtual local server according to the state of the micro task, then forwarding a request sent by a client of the micro task to a server at the rear end through a plug-in, designing a set of functional unit documents according to a specified functional unit connection port, and then processing the functional unit documents and returning some false data; s5, moving a service object circularly dependence upwards according to a preset micro task connection port, changing the circularly dependence into indirect dependence by adding an intermediate layer between two components which are mutually circularly dependent, introducing a new component, stripping a circular relation, and unifying the preset connection port, wherein the action of the new component is a command or query, the object state is changed in the query process, and a return value does not need to be obtained in the query process; s6, distinguishing strong dependence and weak dependence between two mutual cyclic dependences, distinguishing messages corresponding to the strong dependence and the weak dependence to obtain reliable messages and unreliable messages, setting a switch component for the weak dependence, ensuring the reliable messages in a system level mode, enabling key services to run by the reliable messages, and discarding the unreliable messages when the switch component is closed; s7, according to the strong dependence request gateway, filtering and processing the request through a logic layer in the gateway, distributing the request to each micro task connection port, restarting the gateway service, discovering the service through a service registration center, constructing a high-low coupling system, wherein one micro task is responsible for generating and maintaining data, the data takes an event as an expression form and is sent to a search engine through a message transmission system, and the other micro task is specially responsible for inquiring the data in the search engine for further processing.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A contract-based routing method for realizing service dependency discovery and service access is characterized in that: comprises the following steps;
s1, establishing a service contract according to a standardized micro task connection port, naming the service contract, using the name of the service contract as a default name of the micro task connection port, and generating a default implementation code of a service according to a specification contract;
s2, issuing a specification for generating contract service by using the obtained contract, recording information of an object in a task list after deploying one service according to a code, updating the information of the object into a storage environment, acquiring an address of the task through the storage environment address under the condition of starting the task, requesting to be hijacked to a deployment generation strategy when starting, and obtaining a starting address of the task according to the strategy so as to realize the discovery of the task;
s3, automatically generating a running environment of the task according to the code, acquiring dependent service change information, analyzing the state of each aspect of the micro task under normal flow according to the dependent service change information, constructing a dependency relationship of a connection level according to nodes and edges of the task, statically analyzing, feeding back storage node modification and client log reporting frequency to a system steady state, and reflecting the health state and the configuration change state of the service system by the micro task through static analysis;
s4, constructing a virtual local server according to the state of the micro task, then forwarding a request sent by a client of the micro task to a server at the rear end through a plug-in, designing a set of functional unit documents according to a specified functional unit connection port, processing the functional unit documents and returning some false data;
s5, moving up a service object cyclic dependence according to a preset micro task connection port, changing the cyclic dependence into indirect dependence by adding an intermediate layer between two components which are mutually cyclically dependent, introducing a new component, stripping the cyclic relationship, and simplifying the preset connection port, wherein the action of the new component is a command or query, the state of the object is changed in the query process, and a return value is not required in the query process;
s6, distinguishing strong dependence and weak dependence between two mutual cyclic dependences, distinguishing messages corresponding to the strong dependence and the weak dependence to obtain reliable messages and unreliable messages, setting a switch component for the weak dependence, ensuring the reliable messages in a system level mode, enabling key services to run by the reliable messages, and discarding the unreliable messages when the switch component is closed;
and S7, according to the strong dependence request gateway, filtering and processing the request through a logic layer in the gateway, distributing the request to each micro task connection port, restarting the gateway service, discovering the service through a service registration center, constructing a high-low coupling system, wherein one micro task is responsible for generating and maintaining data, the data takes an event as an expression form and is sent to a search engine through a message transmission system, and the other micro task is specially responsible for inquiring the data in the search engine for further processing.
2. The contract-based routing method for implementing service dependent discovery and service access according to claim 1, wherein: in S3, a performance problem in the system steady state, the cause of which is similar to the anomaly detection, is located and investigated by dynamic analysis, the performance problem being insufficient to trigger an alarm.
3. The contract-based routing method for realizing service dependent discovery and service access according to claim 1, wherein: in the S3, the content reported by the log includes the number of task response times and the response time, the range of task identification is narrowed down according to the time calculation, and the service object is searched according to the obtained range.
4. The contract-based routing method for realizing service dependent discovery and service access according to claim 1, wherein: in S3, the analysis micro task starts from granularity, range, and angle, and sorts the granularity, obtains an effective granularity sequence according to granularity time or size, and introduces the sequence into a functional unit connection.
5. The contract-based routing method for realizing service dependent discovery and service access according to claim 4, wherein: in S3, the range is a single service request or multiple service requests, and the angle is one or more combinations of a buried point index, a dependency relationship, and a traffic size.
6. The contract-based routing method for implementing service dependent discovery and service access according to claim 1, wherein: in S6, the weight is calculated according to the contract relationship for the information in the strong dependency and the weak dependency, and the reliable message and the unreliable message are distinguished by the size of the weight.
7. The contract-based routing method for realizing service dependent discovery and service access according to claim 1, wherein: in S5, the relationship of the cyclic dependency in the multiple objects is weakened by the indirect dependency, so that the multiple objects are relatively independent, thereby facilitating editing for the objects.
8. The contract-based routing method for realizing service dependent discovery and service access according to claim 1, wherein: in S5, a new component is used to strip the relationship between contexts, and when a context is imported, the original state of the context is maintained, and the context association is prevented from being required to be imported.
9. The contract-based routing method for implementing service dependent discovery and service access according to claim 6, wherein: the unreliable message is non-core service content, and the non-core service is discarded when extreme resource bottleneck of the micro task occurs.
10. The contract-based routing method for realizing service dependent discovery and service access according to claim 1, wherein: in the step S7, the search engine acquires the web page information by crawling and grabbing on the internet, stores the acquired information into the service data set, establishes an index set according to the information in the data set, and sorts the information by the search engine according to the relevance.
CN202111509260.8A 2021-12-10 2021-12-10 Contract-based routing method for realizing service dependency discovery and service access Active CN114201314B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111509260.8A CN114201314B (en) 2021-12-10 2021-12-10 Contract-based routing method for realizing service dependency discovery and service access

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111509260.8A CN114201314B (en) 2021-12-10 2021-12-10 Contract-based routing method for realizing service dependency discovery and service access

Publications (2)

Publication Number Publication Date
CN114201314A CN114201314A (en) 2022-03-18
CN114201314B true CN114201314B (en) 2022-10-04

Family

ID=80652331

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111509260.8A Active CN114201314B (en) 2021-12-10 2021-12-10 Contract-based routing method for realizing service dependency discovery and service access

Country Status (1)

Country Link
CN (1) CN114201314B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116166505B (en) * 2023-02-22 2023-09-26 优维科技(深圳)有限公司 Monitoring platform, method, storage medium and equipment for dual-state IT architecture in financial industry

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR3069669B1 (en) * 2017-07-25 2019-10-18 Worldline A COMMUNICATION SYSTEM AND A METHOD FOR ACCESSING AND DEPLOYING EPHEMICAL MICROSERVICES ON A HETEROGENEOUS PLATFORM
CN109597610A (en) * 2018-12-10 2019-04-09 南京华苏科技有限公司 A kind of application structure modularization construction method based on micro services framework
CN111752641A (en) * 2020-06-29 2020-10-09 深圳壹账通智能科技有限公司 Method, device, equipment and storage medium for starting service between micro-service containers
CN112000448B (en) * 2020-07-17 2023-08-25 北京计算机技术及应用研究所 Application management method based on micro-service architecture
CN112866379B (en) * 2021-01-15 2022-05-31 浪潮云信息技术股份公司 Access method and device of microservice
CN113037571B (en) * 2021-05-20 2021-08-24 睿至科技集团有限公司 Large-scale micro-service architecture and management method thereof
CN113312037B (en) * 2021-06-15 2023-11-24 北京百度网讯科技有限公司 Data processing method, device, equipment and storage medium applied to micro-service
CN113742105B (en) * 2021-09-01 2024-03-12 欧电云信息科技(江苏)有限公司 Method, device and medium for adapting micro-service framework

Also Published As

Publication number Publication date
CN114201314A (en) 2022-03-18

Similar Documents

Publication Publication Date Title
RU2409846C2 (en) Organising resources into collections to facilitate efficient and reliable resource access
US6182119B1 (en) Dynamically configurable filtered dispatch notification system
US11809300B2 (en) Trace chain information query method and device
KR20090046940A (en) Discovery web service
CN108289034A (en) A kind of fault discovery method and apparatus
CN109120794B (en) message display method and device and electronic equipment
CN110413845B (en) Resource storage method and device based on Internet of things operating system
CN111953541A (en) Alarm information processing method and device, computer equipment and storage medium
CN111858083B (en) Remote service calling method and device, electronic equipment and storage medium
US7818752B2 (en) Interface for application components
US11481361B1 (en) Cascading payload replication to target compute nodes
CN114201314B (en) Contract-based routing method for realizing service dependency discovery and service access
CN106021068A (en) Monitoring method for service interface and monitoring system
CN111488515A (en) Information query method, device, equipment and storage medium
US11768759B2 (en) Method and system for automated testing of web service APIs
CN115039090A (en) Data query method, device, server and storage medium
CN110543401A (en) hierarchical application topology generation method, system and cluster
CN115955384A (en) Error code returning method, device and system
CN113766363B (en) Fault monitoring method and device and computing equipment
CN109101595A (en) A kind of information query method, device, equipment and computer readable storage medium
CN113992664A (en) Cluster communication method, related device and storage medium
CN112000618A (en) File change management method, device, equipment and storage medium for cluster nodes
CN117033033B (en) Method for efficient configuration and interaction of public service in service bus
CN111782428B (en) Data calling system and method
CN117792896B (en) Configuration management system and configuration management method based on FPGA

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
GR01 Patent grant
GR01 Patent grant