CN114500637A - Method, device, equipment and medium for constructing micro-service communication framework - Google Patents
Method, device, equipment and medium for constructing micro-service communication framework Download PDFInfo
- Publication number
- CN114500637A CN114500637A CN202210126475.XA CN202210126475A CN114500637A CN 114500637 A CN114500637 A CN 114500637A CN 202210126475 A CN202210126475 A CN 202210126475A CN 114500637 A CN114500637 A CN 114500637A
- Authority
- CN
- China
- Prior art keywords
- service
- micro
- module
- called
- self
- 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
- 230000006854 communication Effects 0.000 title claims abstract description 60
- 238000004891 communication Methods 0.000 title claims abstract description 59
- 238000000034 method Methods 0.000 title claims abstract description 35
- 238000012544 monitoring process Methods 0.000 claims abstract description 35
- 239000000872 buffer Substances 0.000 claims description 22
- 230000005540 biological transmission Effects 0.000 claims description 19
- 238000010276 construction Methods 0.000 claims description 13
- 230000008859 change Effects 0.000 description 3
- 230000008878 coupling Effects 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 230000006872 improvement Effects 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 230000000903 blocking effect Effects 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000007246 mechanism Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000001360 synchronised effect Effects 0.000 description 2
- 238000011161 development Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000014509 gene expression Effects 0.000 description 1
- 239000012742 immunoprecipitation (IP) buffer Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/16—Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
- H04L69/163—In-band adaptation of TCP data exchange; In-band control procedures
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer And Data Communications (AREA)
Abstract
The application discloses a method, a device, equipment and a medium for constructing a micro-service communication framework, wherein the method comprises the following steps: configuring a target object and initializing a target module, wherein the target object comprises relevant information of self micro-service for communication based on a TCP protocol and relevant information of micro-service to be called, and the target module comprises a monitoring module and a registration module; acquiring an available service list corresponding to the micro service to be called in a registration center according to the related information of the micro service to be called, wherein the available service list comprises available equipment corresponding to the micro service to be called; monitoring the state of the available equipment in the available service list through a monitoring module, and synchronizing the state of the available equipment to self micro-service; the registration module adds the related information of the micro service to the registration center to complete registration, so that the technical problems that the existing micro service framework is too heavy and communication delay between services is high are solved.
Description
Technical Field
The present application relates to the field of micro-service architecture technologies, and in particular, to a method, an apparatus, a device, and a medium for constructing a micro-service communication framework.
Background
At present, micro services are extremely wide in application, communication means among the micro services are various, and a framework packaged based on a bottom layer technology can reduce the workload of developers, so that the development efficiency is improved. Most of microservice communication frames integrate service management functions, and the microservices are communicated by using an http protocol, so that the existing microservice communication frames are too heavy, and the communication delay among the services is high.
Disclosure of Invention
The application provides a micro-service communication framework construction method, a micro-service communication framework construction device, micro-service communication equipment and a micro-service communication framework construction medium, which are used for solving the technical problems that an existing micro-service framework is too heavy and communication delay among services is high.
In view of this, a first aspect of the present application provides a method for constructing a micro service communication framework, including:
configuring a target object and initializing a target module, wherein the target object comprises relevant information of self micro-service for communication based on a TCP protocol and relevant information of micro-service to be called, and the target module comprises a monitoring module and a registration module;
acquiring an available service list corresponding to the micro service to be called in a registration center according to the related information of the micro service to be called, wherein the available service list comprises available equipment corresponding to the micro service to be called;
monitoring the state of the available equipment in the available service list through the monitoring module, and synchronizing the state of the available equipment to self micro-service;
and adding the related information of the self microservice to a registration center through the registration module to finish registration.
Optionally, the relevant information of the self micro service includes a service name, a port number, and a local HOST, and the relevant information of the micro service to be called includes a service name, a connection number, and a cache size.
Optionally, the obtaining, in the registry, the available service list corresponding to the microservice to be called according to the relevant information of the microservice to be called includes:
and performing prefix matching in a registration center according to the name of the micro service to be called, and acquiring an available service list corresponding to the micro service to be called.
Optionally, the adding the relevant information of the self microservice to the registration center to complete registration further includes:
reading target parameters of self micro service, wherein the target parameters comprise the size of a TCP/IP receiving buffer area, the size of a TCP/IP sending buffer area, the size of a TCP/IP transmission buffer area, the timeout time of TCP/IP transmission and port numbers;
and configuring the self micro service according to the target parameters.
Optionally, the target module further includes a client module and a server module, and the method further includes:
sending a calling request to the micro service to be called through the client module;
and receiving a calling request through the server module.
The second aspect of the present application provides a micro service communication framework building apparatus, including:
the system comprises a configuration and initialization module, a monitoring module and a registration module, wherein the configuration and initialization module is used for configuring a target object and initializing the target module, the target object comprises relevant information of self micro-service for communication based on a TCP protocol and relevant information of micro-service to be called, and the target module comprises the monitoring module and the registration module;
the acquisition module is used for acquiring an available service list corresponding to the micro service to be called in a registration center according to the related information of the micro service to be called, wherein the available service list comprises available equipment corresponding to the micro service to be called;
the monitoring module is used for monitoring the state of the available equipment in the available service list and synchronizing the state of the available equipment to self micro-service;
and the registration module is used for adding the related information of the self microservice to a registration center to complete registration.
Optionally, the relevant information of the self micro service includes a service name, a port number, and a local HOST, and the relevant information of the micro service to be called includes a service name, a connection number, and a cache size.
Optionally, the method further includes: a reading module to:
reading target parameters of self micro service, wherein the target parameters comprise the size of a TCP/IP receiving buffer area, the size of a TCP/IP sending buffer area, the size of a TCP/IP transmission buffer area, the timeout time of TCP/IP transmission and port numbers;
and configuring the self micro service according to the target parameters.
A third aspect of the present application provides a microservice communication framework building apparatus, the apparatus comprising a processor and a memory;
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to execute the micro service communication framework building method according to any one of the first aspect according to instructions in the program code.
A fourth aspect of the present application provides a computer-readable storage medium for storing program code, which when executed by a processor implements the method for constructing a microservice communication framework according to any one of the first aspect 6.
According to the technical scheme, the method has the following advantages:
the application provides a micro-service communication framework construction method, which comprises the following steps: configuring a target object and initializing a target module, wherein the target object comprises relevant information of self micro-service for communication based on a TCP protocol and relevant information of micro-service to be called, and the target module comprises a monitoring module and a registration module; acquiring an available service list corresponding to the micro service to be called in a registration center according to the related information of the micro service to be called, wherein the available service list comprises available equipment corresponding to the micro service to be called; monitoring the state of the available equipment in the available service list through a monitoring module, and synchronizing the state of the available equipment to self micro-service; and adding the related information of the self microservice to a registration center through a registration module to complete registration.
The application provides a lightweight microservice communication framework construction method, which comprises the steps of configuring relevant information of self microservices and microservices to be called, and then initializing relevant target modules, wherein the self microservices are communicated with other microservices on the basis of a TCP (transmission control protocol) protocol, and compared with a http protocol, the packet body is smaller; the method comprises the steps of obtaining available equipment of the micro-service to be called according to related information of the micro-service to be called, monitoring states of the available equipment, achieving state synchronization, avoiding calling unavailable equipment when the micro-service to be called is called subsequently, reducing calling error rate, registering the micro-service to a registration center through a registration module, and enabling other micro-services to call the micro-service.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a schematic flowchart of a method for constructing a micro service communication framework according to an embodiment of the present application.
Detailed Description
The application provides a micro-service communication framework construction method, a micro-service communication framework construction device, micro-service communication equipment and a micro-service communication framework construction medium, which are used for solving the technical problems that an existing micro-service framework is too heavy and communication delay among services is high.
In order to make the technical solutions of the present application better understood, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
For easy understanding, referring to fig. 1, an embodiment of the present application provides a method for constructing a micro service communication framework, including:
Firstly, configuring a target object, wherein the target object comprises relevant information of self micro-service and relevant information of micro-service to be called, which are communicated based on a TCP protocol, specifically, the relevant information of the self micro-service comprises a service name, a port number and a local HOST, the relevant information of the micro-service to be called comprises the service name, the connection number and the cache size, the self micro-service is communicated based on the TCP protocol when calling other micro-services, and the TCP protocol can be directly configured by adopting Java socket. Then, the initial target module comprises a monitoring module, a registration module, a client module and a service end module. The monitoring module is used for monitoring the change of the service, such as the on-line and off-line of a certain service, and the registration module is used for registering the monitoring module to the registration center.
And 102, acquiring an available service list corresponding to the micro service to be called in a registry according to the relevant information of the micro service to be called, wherein the available service list comprises available equipment corresponding to the micro service to be called.
And performing prefix matching in the registration center according to the name of the micro service to be called, and acquiring an available service list corresponding to the micro service to be called. For example, the self microservice a needs to call the microservice B, devices in the microservice B can be named as B1, B2 and the like, and can be matched in the registry according to the prefix B to obtain the available device corresponding to the microservice B.
And 103, monitoring the state of the available equipment in the available service list through the monitoring module, and synchronizing the state of the available equipment to the self microservice.
Monitoring the states of the available devices in the available service list through the monitoring module, monitoring PUT and DELETE events of the micro-service to be called, and synchronizing the states of the available devices to the micro-service. For example, when a device in the micro service to be called is offline, the offline state of the device needs to be synchronized to the micro service, so as to avoid calling the offline device. When a certain device in the micro-service to be called is on-line, correspondingly, the on-line state of the device needs to be synchronized to the self micro-service, and the on-line device can be called when the device is called. When the self micro service calls the micro service to be called, the self micro service is equivalent to a client, a calling request is sent to the micro service to be called through a client module, and a message returned by the micro service to be called is received and processed.
The micro-service communication framework of the application can adopt an AIO (asynchronous non-blocking I/O) model, asynchronous non-blocking does not need a thread to poll the state change of all IO operations, and after the corresponding state change, a system can inform the corresponding thread to process. For example: after the service A calls the service B, the thread resources are released, then the service B is waited for responding, the thread resources are redistributed for processing, and the communication process adopts a full-asynchronization mode, so that the communication efficiency is improved, and the communication speed is accelerated.
And step 104, adding the relevant information of the self microservice to a registration center through a registration module to finish registration.
Before registration, reading target parameters of self micro service, wherein the target parameters comprise the size of a TCP/IP receiving buffer area, the size of a TCP/IP sending buffer area, the size of a TCP/IP transmission buffer area, the time-out time of TCP/IP transmission and a port number; and configuring the self micro service according to the target parameters. The transmit and receive buffer sizes define a receive window that specifies the amount of data that can be transmitted without being received before transmission is interrupted. If too much data is sent, the buffer is overloaded and transmission is interrupted. The data transfer interruption control mechanism is called flow control. If the receive window of the TCP/IP buffer is too small, the receive window buffer is frequently overloaded and the flow control mechanism stops data transmission until the receive buffer is emptied. When the communication between the client and the server exceeds the TCP/IP transmission timeout time, the communication is marked as timeout. The port number is used to listen for requests from the client.
After the configuration is completed, the registration module adds the relevant information of the self microservice to the registration center to complete the registration. Other micro services can acquire the information of the micro service through the registration center, and then the micro service is called. When receiving the call of other micro services, the self micro service is equivalent to a server and receives a call request through the server module.
The application provides a lightweight microservice communication framework construction method, which comprises the steps of configuring relevant information of self microservices and microservices to be called, and initializing relevant target modules, wherein the self microservices are communicated with other microservices on the basis of a TCP (transmission control protocol) protocol, and compared with an http (hyper text transport protocol) protocol, the packet body is smaller; the method comprises the steps of obtaining available equipment of the micro-service to be called according to related information of the micro-service to be called, monitoring states of the available equipment, achieving state synchronization, avoiding calling unavailable equipment when the micro-service to be called is called subsequently, reducing calling error rate, registering the micro-service to a registration center through a registration module, and enabling other micro-services to call the micro-service.
The foregoing is an embodiment of a method for constructing a micro service communication framework provided by the present application, and the following is an embodiment of an apparatus for constructing a micro service communication framework provided by the present application.
The micro-service communication framework construction device provided by the embodiment of the application comprises:
the system comprises a configuration and initialization module, a target module and a control and transmission protocol (TCP) module, wherein the configuration and initialization module is used for configuring a target object and initializing the target module, the target object comprises related information of self micro-service for communication based on a TCP protocol and related information of micro-service to be called, and the target module comprises a monitoring module and a registration module;
the acquisition module is used for acquiring an available service list corresponding to the micro service to be called in the registration center according to the related information of the micro service to be called, wherein the available service list comprises available equipment corresponding to the micro service to be called;
the monitoring module is used for monitoring the state of the available equipment in the available service list and synchronizing the state of the available equipment to the self microservice;
and the registration module is used for adding the relevant information of the self micro service to a registration center to complete registration.
As a further improvement, the related information of the self micro service comprises a service name, a port number and a local HOST, and the related information of the micro service to be called comprises the service name, the connection number and the cache size.
As a further improvement, the method further comprises the following steps: a reading module to:
reading target parameters of self micro service, wherein the target parameters comprise the size of a TCP/IP receiving buffer area, the size of a TCP/IP sending buffer area, the size of a TCP/IP transmission buffer area, the timeout time of TCP/IP transmission and port numbers;
and configuring the self micro service according to the target parameters.
As a further improvement, the target module further comprises a client module and a server module;
the client module is used for sending a calling request to the micro service to be called;
the server module is used for receiving the calling request.
In the embodiment of the application, relevant information of the self micro service and the micro service to be called is configured, and then a relevant target module is initialized, wherein the self micro service is communicated with other micro services based on a TCP protocol, and compared with a http protocol, a packet body is smaller; the method comprises the steps of obtaining available equipment of the micro-service to be called according to related information of the micro-service to be called, monitoring states of the available equipment, achieving state synchronization, avoiding calling unavailable equipment when the micro-service to be called is called subsequently, reducing calling error rate, registering the micro-service to a registration center through a registration module, and enabling other micro-services to call the micro-service.
The embodiment of the application also provides micro-service communication framework construction equipment, which comprises a processor and a memory;
the memory is used for storing the program codes and transmitting the program codes to the processor;
the processor is used for executing the micro-service communication framework construction method in the method embodiment according to the instructions in the program code.
The embodiment of the present application further provides a computer-readable storage medium, which is used for storing program codes, and when the program codes are executed by a processor, the method for constructing the micro-service communication framework in the foregoing method embodiments is implemented.
The terms "first," "second," "third," "fourth," and the like in the description of the application and the above-described figures, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be understood that in the present application, "at least one" means one or more, "a plurality" means two or more. "and/or" is used to describe the association relationship of the associated object, indicating that there may be three relationships, for example, "a and/or B" may indicate: only A, only B and both A and B are present, wherein A and B may be singular or plural. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. "at least one of the following" or similar expressions refer to any combination of these items, including any combination of single item(s) or plural items. For example, at least one (one) of a, b, or c, may represent: a, b, c, "a and b", "a and c", "b and c", or "a and b and c", wherein a, b, c may be single or plural.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for executing all or part of the steps of the method described in the embodiments of the present application through a computer device (which may be a personal computer, a server, or a network device). And the aforementioned storage medium includes: a U disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.
Claims (10)
1. A method for constructing a micro-service communication framework is characterized by comprising the following steps:
configuring a target object and initializing a target module, wherein the target object comprises relevant information of self micro-service for communication based on a TCP protocol and relevant information of micro-service to be called, and the target module comprises a monitoring module and a registration module;
acquiring an available service list corresponding to the micro service to be called in a registration center according to the related information of the micro service to be called, wherein the available service list comprises available equipment corresponding to the micro service to be called;
monitoring the state of the available equipment in the available service list through the monitoring module, and synchronizing the state of the available equipment to self micro-service;
and adding the related information of the self microservice to a registration center through the registration module to finish registration.
2. The method for building the micro-service communication framework according to claim 1, wherein the related information of the self micro-service comprises a service name, a port number and a native HOST, and the related information of the micro-service to be called comprises the service name, the connection number and the cache size.
3. The method for constructing the micro-service communication framework according to claim 2, wherein the step of obtaining the available service list corresponding to the micro-service to be called in the registry according to the related information of the micro-service to be called comprises:
and performing prefix matching in a registration center according to the name of the micro service to be called, and acquiring an available service list corresponding to the micro service to be called.
4. The method for building the micro-service communication framework according to claim 1, wherein the adding the information related to the self micro-service to the registry to complete the registration further comprises:
reading target parameters of self micro service, wherein the target parameters comprise the size of a TCP/IP receiving buffer area, the size of a TCP/IP sending buffer area, the size of a TCP/IP transmission buffer area, the timeout time of TCP/IP transmission and port numbers;
and configuring the self micro service according to the target parameters.
5. The method of claim 1, wherein the target module further comprises a client module and a server module, the method further comprising:
sending a calling request to the micro service to be called through the client module;
and receiving a calling request through the server module.
6. A microservice communication framework building apparatus, comprising:
the system comprises a configuration and initialization module, a monitoring module and a registration module, wherein the configuration and initialization module is used for configuring a target object and initializing the target module, the target object comprises relevant information of self micro-service for communication based on a TCP protocol and relevant information of micro-service to be called, and the target module comprises the monitoring module and the registration module;
the acquisition module is used for acquiring an available service list corresponding to the micro service to be called in a registration center according to the related information of the micro service to be called, wherein the available service list comprises available equipment corresponding to the micro service to be called;
the monitoring module is used for monitoring the state of the available equipment in the available service list and synchronizing the state of the available equipment to self micro-service;
and the registration module is used for adding the related information of the self microservice to a registration center to complete registration.
7. The apparatus according to claim 6, wherein the information related to the self-microservice comprises a service name, a port number and a native HOST, and the information related to the microservice to be called comprises a service name, a connection number and a cache size.
8. The microservice communication framework building apparatus of claim 6, further comprising: a reading module to:
reading target parameters of self micro service, wherein the target parameters comprise the size of a TCP/IP receiving buffer area, the size of a TCP/IP sending buffer area, the size of a TCP/IP transmission buffer area, the timeout time of TCP/IP transmission and port numbers;
and configuring the self micro service according to the target parameters.
9. A microservice communication framework-building device, the device comprising a processor and a memory;
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to execute the micro service communication framework construction method according to any one of claims 1-6 according to instructions in the program code.
10. A computer-readable storage medium for storing program code, which when executed by a processor implements the microservice communication framework building method of any of claims 1-6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210126475.XA CN114500637A (en) | 2022-02-10 | 2022-02-10 | Method, device, equipment and medium for constructing micro-service communication framework |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210126475.XA CN114500637A (en) | 2022-02-10 | 2022-02-10 | Method, device, equipment and medium for constructing micro-service communication framework |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114500637A true CN114500637A (en) | 2022-05-13 |
Family
ID=81477975
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210126475.XA Pending CN114500637A (en) | 2022-02-10 | 2022-02-10 | Method, device, equipment and medium for constructing micro-service communication framework |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114500637A (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20180152534A1 (en) * | 2015-06-03 | 2018-05-31 | Telefonaktiebolaget Lm Ericsson (Publ) | Implanted agent within a first service container for enabling a reverse proxy on a second container |
CN109547570A (en) * | 2018-12-29 | 2019-03-29 | 深圳云天励飞技术有限公司 | Service registration method, apparatus, registration center's management equipment and storage medium |
CN110990047A (en) * | 2019-11-06 | 2020-04-10 | 北京云思畅想科技有限公司 | Fusion method and device for multiple microservice architectures |
CN112217864A (en) * | 2020-09-04 | 2021-01-12 | 微民保险代理有限公司 | Micro-service monitoring method, device, system, computer equipment and storage medium |
-
2022
- 2022-02-10 CN CN202210126475.XA patent/CN114500637A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20180152534A1 (en) * | 2015-06-03 | 2018-05-31 | Telefonaktiebolaget Lm Ericsson (Publ) | Implanted agent within a first service container for enabling a reverse proxy on a second container |
CN109547570A (en) * | 2018-12-29 | 2019-03-29 | 深圳云天励飞技术有限公司 | Service registration method, apparatus, registration center's management equipment and storage medium |
CN110990047A (en) * | 2019-11-06 | 2020-04-10 | 北京云思畅想科技有限公司 | Fusion method and device for multiple microservice architectures |
CN112217864A (en) * | 2020-09-04 | 2021-01-12 | 微民保险代理有限公司 | Micro-service monitoring method, device, system, computer equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9537786B2 (en) | Method, device, and system for information processing based on distributed buses | |
CN105721512B (en) | A method of using RPC system | |
CN113301166B (en) | Service calling method and device, storage medium and electronic device | |
CN110958281B (en) | Data transmission method and communication device based on Internet of things | |
US10454795B1 (en) | Intermediate batch service for serverless computing environment metrics | |
CN112631788B (en) | Data transmission method and data transmission server | |
Laufer et al. | Climb: Enabling network function composition with click middleboxes | |
CN107528891B (en) | Websocket-based automatic clustering method and system | |
CN103139157B (en) | A kind of based on the network communication method of socket, Apparatus and system | |
CN102571947A (en) | Processing method proxy method, device and system | |
EP3272079B1 (en) | Method and system for transferring messages between messaging systems | |
CN113835902A (en) | Data processing method and device, computer equipment and storage medium | |
US8606908B2 (en) | Wake-up server | |
CN109491895A (en) | Server stress test method and device | |
CN105635083A (en) | Service processing method and service processing system based on server and client architecture | |
CN114237937A (en) | Multithreading data transmission method and device | |
CN106992940A (en) | Message processing method, device, system and terminal | |
CN113747373B (en) | Message processing system, device and method | |
CN114500637A (en) | Method, device, equipment and medium for constructing micro-service communication framework | |
CN113297110B (en) | Data acquisition system, method and device | |
EP1694007A2 (en) | Method and apparatus for transmitting data to a network and method and apparatus for receiving data from a network | |
CN115454667A (en) | Concurrent remote calling system and method based on message queue | |
CN114615284A (en) | Method and device for notifying and receiving messages in cluster | |
JP2006260543A (en) | Method and apparatus for transmitting data to network, and method and apparatus for receiving data from network | |
CN110809020B (en) | High-reliability data transmission method based on redundant network asynchronous communication |
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: 20220513 |
|
RJ01 | Rejection of invention patent application after publication |