CN110971449A - Service management and control system based on micro-service architecture - Google Patents

Service management and control system based on micro-service architecture Download PDF

Info

Publication number
CN110971449A
CN110971449A CN201911020666.2A CN201911020666A CN110971449A CN 110971449 A CN110971449 A CN 110971449A CN 201911020666 A CN201911020666 A CN 201911020666A CN 110971449 A CN110971449 A CN 110971449A
Authority
CN
China
Prior art keywords
service
micro
module
request
management
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
Application number
CN201911020666.2A
Other languages
Chinese (zh)
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.)
Wuhan Fiberhome Digtal Technology Co Ltd
Original Assignee
Wuhan Fiberhome Digtal Technology 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 Wuhan Fiberhome Digtal Technology Co Ltd filed Critical Wuhan Fiberhome Digtal Technology Co Ltd
Priority to CN201911020666.2A priority Critical patent/CN110971449A/en
Publication of CN110971449A publication Critical patent/CN110971449A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/101Access control lists [ACL]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a micro-service architecture based service management and control system, which is applied to the technical field of micro-service architecture based service management and control and comprises the following steps: a plurality of server clusters, and a microservice deployed in each server; the service registration module is used for performing registration management on each micro service; the service scheduling module is used for receiving the request and analyzing the upper-layer micro service corresponding to the request, wherein the upper-layer micro service is any one micro service; the service discovery module is used for acquiring the required micro-service and calling the bottom micro-service in the upper layer micro-service according to the registration information of each micro-service in the service registration module; and the service configuration module is used for setting common parameters of the micro services and informing each micro service of finishing the modification of the configuration parameters in a message mode when the parameter configuration is changed. The embodiment of the invention aims to realize the efficient and reasonable control of the microservice.

Description

Service management and control system based on micro-service architecture
Technical Field
The invention relates to the technical field of micro-service management and control, in particular to a service management and control system based on a micro-service architecture.
Background
With the rapid development of software applications, the traditional monolithic applications cannot meet the rapid change of the requirements, the maintenance of the software is more and more difficult, and many enterprise applications are turned to the architecture of microservice.
Although the architecture that the single application is divided into the micro-services solves the problems of rapid change and software maintenance, the number of the micro-services is huge, but in some existing management and control components for the micro-services, each component is relatively independent, and thus, management personnel cannot manage the deployed micro-services from each layer conveniently to know the running state of the services.
Thus, the relatively independent components may result in less than reasonable and efficient management of the microservices.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a service management and control system based on a micro-service architecture, aiming at realizing the efficient and reasonable management and control of micro-services.
The invention is realized by the following steps:
the invention provides a service management and control system based on a micro-service architecture, which comprises:
a plurality of server clusters, and a microservice deployed in each server;
the service registration module is used for performing registration management on each micro service;
the service scheduling module is used for receiving the request and analyzing the upper-layer micro service corresponding to the request, wherein the upper-layer micro service is any one micro service;
the service discovery module is used for acquiring the required micro-service and calling the bottom micro-service in the upper layer micro-service according to the registration information of each micro-service in the service registration module;
and the service configuration module is used for setting common parameters of the micro services and informing each micro service of finishing the modification of the configuration parameters in a message mode when the parameter configuration is changed.
In one implementation manner, the service scheduling module is configured to receive a request distributed after being analyzed by a gateway and implement mutual invocation of micro services in a micro service system, where an analysis result includes a micro service corresponding to the request, and the gateway is configured to receive the request sent by a client.
In one implementation, the service scheduling module is configured to receive a request sent by a first load balancing module, where the first load balancing module is configured to receive the request distributed by the gateway.
In one implementation manner, the service control module includes blacklist control, whitelist control and flow control, and specifically includes:
the blacklist control unit is used for forbidding to access the micro service when the request ip is judged to belong to the blacklist;
the white list control unit is used for allowing the access to the micro service and forbidding the access to the ip of other requesting parties when the request ip is judged to belong to the white list;
and the flow control unit is used for starting access prohibition when the flow request times in a preset time period or the access times of each thread in the preset time period exceed a threshold value.
In one implementation, the service configuration module is a micro service, performs micro service registration, and automatically pushes the node configuration to other micro services after the node configuration is updated by adopting a cluster deployment manner.
In one implementation manner, the system further comprises a service monitoring module, wherein the service monitoring module is used for recording the operation parameters, the response results and the abnormal information of the service of each micro service.
In one implementation, the service monitoring module includes:
the recording unit is used for recording the calling relation among the plurality of microservices;
and the display unit is used for displaying the calling relationship through a visual chart.
In one implementation, the recording unit is specifically configured to: generating a random character string with a set bit length as a unique identifier for each micro service, recording the unique identifier when micro services are called, and simultaneously recording the request initiating time of a requester, the receiving time of a server, the processing finishing time of the server and the returning time of the requester when the requester receives the server;
and the display unit is used for displaying the chain calling relation and calling time among the micro services by adopting an echarts chart.
In one implementation mode, the system further comprises a fusing module, wherein the fusing module is used for returning a result to the upper-layer micro service when the calling of any one bottom-layer micro service is abnormal, so that the waiting time of the upper-layer micro service is reduced, and the upper layer is prevented from being abnormal due to long-time waiting.
In one implementation, the fuse module is further configured to: and when the system access amount exceeds a specified threshold value, carrying out call blocking according to the call function, and canceling the call blocking when the access amount is recovered to be below the threshold value.
The service management and control system based on the micro-service architecture has the following beneficial effects:
(1) the micro-service is registered to the module through the service registration module, and the service requester can find the corresponding service by using the automatic service discovery function only through the service name, so that the service provider and the service requester are decoupled, and the system expansion is facilitated;
(2) the load balancing module accesses a plurality of instances of the same service, so that the pressure of a single server is effectively relieved, and the service response speed is improved;
(3) through the access control module, the access to the service can be controlled according to the ip, the request number, the thread number and the like, so that the safety of the service access is improved;
(4) through the fusing module, the default value is quickly returned when the bottom-layer service is abnormal, so that the system paralysis caused by the fact that the upper-layer service waits for a long time to occupy a large amount of resources is avoided, and the reliability of the whole system is improved;
(5) all service configurations are managed by adopting a uniform service configuration module, so that the maintainability of the system is improved;
(6) the system service monitoring module is used for monitoring the service running condition and the service calling condition, so that managers can conveniently master the running condition of the whole micro-service system and find problems in the system in time.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a service management and control system based on a micro-service architecture according to an embodiment of the present invention;
fig. 2 is another schematic flow chart of a service management and control system based on a micro-service architecture according to an embodiment of the present invention;
fig. 3 is a schematic view of an application scenario of a micro-service architecture based service management and control apparatus according to an embodiment of the present invention
Fig. 4 is a schematic view of another application scenario of a micro service architecture-based service management and control apparatus according to an embodiment of the present invention;
fig. 5 is a schematic view of another application scenario of the service management and control apparatus based on the micro service architecture according to the embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
Referring to fig. 1, an embodiment of the present invention provides a service management and control system based on a micro-service architecture, which is familiar to include the following:
it is understood that a plurality of servers are arranged below each server cluster, and none of the servers can have the same or different functions.
In the embodiment of the invention, the service registration module is used for performing registration management on each micro-service; specifically, the service can be registered in a unified service center, the service can be managed in a unified manner, and the service can be conveniently called by a service requester.
The service scheduling module is used for receiving the request and analyzing the upper-layer micro service corresponding to the request, wherein the upper-layer micro service is any one micro service; and the request is distributed to different microservices according to the configured calling rule. Specifically, the request parsing process is the prior art, and the embodiments of the present invention are not described herein again.
The service scheduling module is realized by adopting an open source component feign under netflix, the open source component Ribbon is integrated in the feign, and load balance during service calling can be realized through the Ribbon. The fegin is an declarative web server, which makes writing of a web service client easier, and realizes mutual calling between services through an http protocol.
In one implementation of the present invention, as shown in fig. 2, the service scheduling module includes a service control and routing scheduling module, and is implemented by an open source component Zuul of Netflix. Zuul is a gateway component, dynamic routing can be realized by configuring the Zuul, and APP and web websites can access different service providers through the routing scheduling of the Zuul.
Specifically, zuul can realize a security authentication function by combining security frameworks such as shrio, spring-security and the like, and can be used for verifying illegal access, granting token, verifying token and the like. Or, the limitation of the number of times of ip access and the control of the black and white list of the ip can be realized through the current limiting configuration of zuul.
And the service discovery module is used for acquiring the required micro-services and calling the bottom micro-services at the upper layer micro-services according to the registration information of each micro-service in the service registration module so as to realize mutual scheduling of the micro-services. Illustratively, through the service discovery module, it is determined that micro service B is executing the request a, and through the functional association between the micro services, it is determined that micro service C is executing other functional modules, then micro service B calls micro service C. It can be understood that the calling relationship between the request and the corresponding microservices may be a mapping relationship, the function corresponding to each microservice is known, and the function to be executed by each request is also known, so that the mapping relationship is formed according to the association between the functions, so as to obtain the microservices corresponding to each request, and then the execution process of one request is realized through the calling between the microservices.
The service discovery module may specifically adopt a service discovery mode of a service end, that is, a client sends a request to a service through a load balancer, and the load balancer queries a registry corresponding to all registered microservices in the service registration module and routes the request to an available service instance, that is, a microservice. And acquiring the information of the service instance registered and unregistered on the service registry through the service discovery module. HTTP servers and load balancers like Nginx, Nginx Plus may also be used as server side service discovery load balancers. For example, Consul Template may be used to dynamically configure the reverse proxy for Nginx. The server-side service discovery mode enables details of service discovery to be abstracted from the client side, and the client side only needs to send requests to the load balancer, and does not need to realize service discovery logic for each language and framework used by the service client side.
It will be appreciated that the microservices registered in the service registration module may be embodied by a service registry, which is a key part of service discovery, is a database containing network addresses of service instances, and must be highly available and up-to-date. The client may cache the network address obtained from the service registry. However, this information eventually fails and the client may not find the service instance. Therefore, the service registry consists of a cluster of servers, which maintain consistency through application protocols. The invention adopts an open source framework Netflix Eureka to realize a service registry. A REST API is provided by Netflix Eureka to register and query service instances. A service instance, i.e., microservice, registers its network location with a POST request and re-registers with a PUT request every 30 seconds. An entry in the registry is deleted because of an HTTP DELETE request or instance registration timeout, and the client retrieves the registered service instance via an HTTP GET request. Netflix achieves high availability by running one or more Eureka servers in the available zone of each EC 2.
The service discovery module, the micro-service, must be able to register and deregister in the registry. The invention adopts self-registration mode (self-registration) to realize the registration and the cancellation of the service instance. In self-registration mode, a service instance is responsible for registering and deregistering from a service registry. A service instance sends a heartbeat request to prevent registration from expiring if needed. The service instance integrates a Netflix OSS Eureka client, and all problems of service instance registration and cancellation are processed through the Eureka client.
In the embodiment of the invention, when the client sends a request, the request is received through the gateway, the service scheduling module receives the request distributed after the gateway analyzes, and the analysis result comprises the micro-service corresponding to the request, wherein the gateway is used for receiving the request sent by the client. The distribution can be carried out by the load balancer, and the load balancer obtains other micro-services and executes the request by the service scheduling module, thereby realizing the execution of the request. In addition, in the embodiment of the present invention, the service discovery module, the service registration module, and the service scheduling module are all disposed in the microservice, exist as functional modules in the microservice, and are entities operated in the servers for each microservice, and the servers are located in the corresponding server cluster, so that distribution in the cluster is achieved.
The service configuration module is used for providing a uniform configuration center for the whole system, and the configuration of each service is pushed to the service configuration module; when the service configuration is changed, the latest configuration is acquired from the service configuration module. It can be understood that, when the parameter configuration is changed, the parameter change is notified to each microservice according to the changed parameter. Therefore, the configuration files scattered in each project can be managed in a centralized mode, and each project can be notified after configuration modification through a message bus such as spring closed bus without restarting the project. The invention is realized by adopting an open source component Spring Cloud Config, and the Spring Cloud Config can dynamically set and acquire configuration files and local configuration files in a Git and SVN configuration warehouse.
In a specific implementation, the configuration center may centrally manage configuration files dispersed in each project, and notify each project after configuration modification through a message bus, such as a spring cluster bus, without restarting the project. The invention is realized by adopting an open source component Spring Cloud Config, and the Spring Cloud Config can dynamically set and acquire configuration files and local configuration files in a Git and SVN configuration warehouse.
In addition, as shown in fig. 3, the embodiment of the present invention further includes a service control module, configured to limit service invocation, where the service control module includes a blacklist control unit, a whitelist control unit, and a flow control unit, and specifically includes: the blacklist control unit controls according to the ip of the service request party, and requests the ip in the blacklist to forbid the access to the service; the method comprises the following steps that a white list control unit can access service in ip in a white list and forbids other requesters from accessing the ip at the same time; the flow control unit limits the request times per second or the access times of each thread in a certain time, and prohibits access after the request times per second or the access times per thread exceed a specified threshold.
In the embodiment of the present invention, as shown in fig. 4, the embodiment further includes a service monitoring module, configured to record an operation parameter, a response result, and exception information of a service of each microservice. In specific implementation, the service monitoring module further includes:
the recording unit is used for recording the calling relation among the micro services, and the display unit is used for displaying the calling relation in a visual chart mode. The method specifically comprises the following steps: generating a 64-bit random character string as a unique identifier for each service, recording the unique identifier when calling between services, and simultaneously recording the request initiating time of a requester, the receiving time of a server, the processing finishing time of the server and the return time of the requester after receiving the server, wherein an echarts chart is adopted by the front end of the system to show the chain calling relationship and the calling time between services.
In the invention, the open source community project Spring boot Admin is used for realizing service monitoring. The Springboot Admin is used as a service instance to be registered in a service registration center, so that the service monitoring function can be realized, and the main monitoring contents comprise: service health, JVM and memory indices, data source indices, cache indices, focus on and download log files, and the like. In the invention, through modifying configuration and secondary development, lightweight log management can be realized, functions such as http call tracing and the like are realized, and monitoring of a microservice cluster is realized.
In one implementation of the invention, as shown in fig. 5, the system further comprises a fusing module, which is implemented by an Open source component Hystrix of Netflix, and when the number of requested backend service failures exceeds a certain proportion (default 50%), the circuit breaker is switched to an Open circuit state (Open). All requests will fail directly without being sent to the back-end service. After the circuit breaker has been left in the OPEN state for a certain period of time (default 5 seconds), it automatically switches to the semi-OPEN state (HALF-OPEN). The Hystrix can also realize the degradation processing of the service, for one query service, a degradation service can be defined firstly, and when the query service is abnormal, the result of the degradation service is returned.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A micro-service architecture based service management and control system, the system comprising:
a plurality of server clusters, and a microservice deployed in each server;
the service registration module is used for performing registration management on each micro service;
the service scheduling module is used for receiving the request and analyzing the upper-layer micro service corresponding to the request, wherein the upper-layer micro service is any one micro service;
the service discovery module is used for acquiring the required micro-service and calling the bottom micro-service in the upper layer micro-service according to the registration information of each micro-service in the service registration module;
and the service configuration module is used for setting common parameters of the micro services and informing each micro service of finishing the modification of the configuration parameters in a message mode when the parameter configuration is changed.
2. The micro-service architecture based service management and control system according to claim 1, wherein the service scheduling module is configured to receive a request distributed after being analyzed by the gateway and implement mutual invocation of micro-services in the micro-service system, an analysis result includes a micro-service corresponding to the request, and the gateway is configured to receive the request sent by the client.
3. The microservice architecture-based service management and control system of claim 2, wherein the service scheduling module is configured to receive a request sent by a first load balancing module, wherein the first load balancing module is configured to receive the request assigned by the gateway.
4. The micro-service architecture based service management and control system according to any one of claims 1-3, further comprising a service control module for restricting service invocation;
the service control module includes: the system comprises a blacklist control unit, a white list control unit and a flow control unit, and specifically comprises the following steps:
the blacklist control unit is used for forbidding to access the micro service when the request ip is judged to belong to the blacklist;
the white list control unit is used for allowing the access to the micro service and forbidding the access to the ip of other requesting parties when the request ip is judged to belong to the white list;
and the flow control unit is used for starting access prohibition when the flow request times in a preset time period or the access times of each thread in the preset time period exceed a threshold value.
5. The micro-service architecture based service management and control system of claim 4, wherein the service configuration module is a micro-service, performs micro-service registration, adopts a cluster deployment mode, and automatically pushes to other micro-services after node configuration is updated.
6. The micro-service architecture based service management and control system according to any one of claims 1-3 and 5, further comprising a service monitoring module, wherein the service monitoring module is configured to record operation parameters, response results and exception information of the service of each micro-service.
7. The microservice architecture-based service management and control system of claim 6, wherein the service monitoring module comprises:
the recording unit is used for recording the calling relation among the plurality of microservices;
and the display unit is used for displaying the calling relationship through a visual chart.
8. The micro-service architecture based service management and control system of claim 7, wherein the recording unit is specifically configured to: generating a random character string with a set bit length as a unique identifier for each micro service, recording the unique identifier when micro services are called, and simultaneously recording the request initiating time of a requester, the receiving time of a server, the processing finishing time of the server and the returning time of the requester when the requester receives the server;
and the display unit is used for displaying the chain calling relation and calling time among the micro services by adopting an echarts chart.
9. The micro-service architecture based service management and control system of claim 8, further comprising a fusing module, configured to, when an exception occurs in any one of the calls of the bottom micro-service, return a replacement result to the upper micro-service to reduce the waiting time of the upper micro-service, and prevent the upper micro-service from waiting for the exception to occur due to the timeout.
10. The micro-service architecture based service management system of claim 9, wherein the fuse module is further to: and when the system access amount exceeds a specified threshold value, carrying out call blocking according to the call function, and canceling the call blocking when the access amount is recovered to be below the threshold value.
CN201911020666.2A 2019-10-25 2019-10-25 Service management and control system based on micro-service architecture Pending CN110971449A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911020666.2A CN110971449A (en) 2019-10-25 2019-10-25 Service management and control system based on micro-service architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911020666.2A CN110971449A (en) 2019-10-25 2019-10-25 Service management and control system based on micro-service architecture

Publications (1)

Publication Number Publication Date
CN110971449A true CN110971449A (en) 2020-04-07

Family

ID=70029858

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911020666.2A Pending CN110971449A (en) 2019-10-25 2019-10-25 Service management and control system based on micro-service architecture

Country Status (1)

Country Link
CN (1) CN110971449A (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111770171A (en) * 2020-06-29 2020-10-13 山东浪潮通软信息科技有限公司 Multi-page function session period state management method under micro-service mode
CN111782259A (en) * 2020-06-24 2020-10-16 北京计算机技术及应用研究所 Micro-service management method based on reverse proxy
CN111917816A (en) * 2020-05-22 2020-11-10 淮阴工学院 Service application independent architecture system
CN112054930A (en) * 2020-09-08 2020-12-08 上海欣诺通信技术股份有限公司 Network management method and system based on microservice
CN112187958A (en) * 2020-11-11 2021-01-05 北京金和网络股份有限公司 Method and device for registering, discovering and forwarding microservice
CN112256351A (en) * 2020-10-26 2021-01-22 卫宁健康科技集团股份有限公司 Implementation method of Feign component, micro-service calling method and device
CN112394947A (en) * 2020-11-27 2021-02-23 北京宇航系统工程研究所 Information system based on micro-service architecture
CN112540838A (en) * 2020-12-18 2021-03-23 南京中兴力维软件有限公司 System resource scheduling method and device and computer storage medium
CN112615786A (en) * 2020-12-04 2021-04-06 北京神州泰岳软件股份有限公司 Route determining method and device, electronic equipment and computer readable storage medium
CN112671882A (en) * 2020-12-18 2021-04-16 上海安畅网络科技股份有限公司 Same-city double-activity system and method based on micro-service
CN112732231A (en) * 2021-01-12 2021-04-30 北京元年科技股份有限公司 System of computer-implemented microservice development platform and method of providing microservices
CN112770145A (en) * 2020-12-31 2021-05-07 罗普特科技集团股份有限公司 Scheduling method and system for video monitoring platform
CN112860342A (en) * 2021-02-10 2021-05-28 北京百度网讯科技有限公司 Method, device, equipment, system and storage medium for microservice configuration
CN113094074A (en) * 2021-05-07 2021-07-09 聚好看科技股份有限公司 Service cluster updating method and device
CN113347274A (en) * 2021-07-02 2021-09-03 大象慧云信息技术有限公司 Data processing system and method for micro-service
CN113381947A (en) * 2021-04-15 2021-09-10 北京开元华创信息技术有限公司 Data exchange all-in-one machine
CN113409021A (en) * 2021-06-28 2021-09-17 广东电网有限责任公司 Power grid data sharing system
CN113542344A (en) * 2020-04-16 2021-10-22 瞻博网络公司 Model-driven configuration management for microservices
CN113806104A (en) * 2021-08-02 2021-12-17 北京房江湖科技有限公司 Interface access request processing method, API gateway, server and system
CN114785675A (en) * 2022-06-20 2022-07-22 中建三局信息科技有限公司 Method, device and storage medium for positioning service overtime
CN114866617A (en) * 2022-04-28 2022-08-05 济南浪潮数据技术有限公司 Micro-service request processing method, device, equipment and medium
CN115134396A (en) * 2022-06-24 2022-09-30 京东方科技集团股份有限公司 Service calling method and device, electronic equipment and storage medium
CN115277863A (en) * 2022-06-27 2022-11-01 中盈优创资讯科技有限公司 Scheduling method of API (application program interface) route
CN115811458A (en) * 2022-11-17 2023-03-17 浪潮云信息技术股份公司 Monitoring method and system based on springboot micro-service

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190026085A1 (en) * 2017-07-21 2019-01-24 Accenture Global Solutions Limited Intelligent cloud engineering platform
CN109714358A (en) * 2019-01-15 2019-05-03 广东工业大学 A kind of injection molding MES cloud platform of micro services
CN109814909A (en) * 2019-01-18 2019-05-28 南京绿新能源研究院有限公司 Method based on Spring cloud micro services framework cloud SCADA system
CN109981561A (en) * 2019-01-17 2019-07-05 华南理工大学 Monomer architecture system moves to the user authen method of micro services framework
CN110149396A (en) * 2019-05-20 2019-08-20 华南理工大学 A kind of platform of internet of things construction method based on micro services framework
CN110162405A (en) * 2019-05-31 2019-08-23 福建南威软件有限公司 A kind of method and system of automated service discovery and load balancing
CN110324209A (en) * 2019-08-02 2019-10-11 泰康保险集团股份有限公司 Micro services system monitoring method, apparatus, electronic equipment and computer-readable medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190026085A1 (en) * 2017-07-21 2019-01-24 Accenture Global Solutions Limited Intelligent cloud engineering platform
CN109714358A (en) * 2019-01-15 2019-05-03 广东工业大学 A kind of injection molding MES cloud platform of micro services
CN109981561A (en) * 2019-01-17 2019-07-05 华南理工大学 Monomer architecture system moves to the user authen method of micro services framework
CN109814909A (en) * 2019-01-18 2019-05-28 南京绿新能源研究院有限公司 Method based on Spring cloud micro services framework cloud SCADA system
CN110149396A (en) * 2019-05-20 2019-08-20 华南理工大学 A kind of platform of internet of things construction method based on micro services framework
CN110162405A (en) * 2019-05-31 2019-08-23 福建南威软件有限公司 A kind of method and system of automated service discovery and load balancing
CN110324209A (en) * 2019-08-02 2019-10-11 泰康保险集团股份有限公司 Micro services system monitoring method, apparatus, electronic equipment and computer-readable medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
IT人生: "SpringCloud与中间件", 《豆丁网》 *
KILLKISS: "使用Spring Cloud Netflix技术栈实施微服务架构", 《个人图书馆》 *
石杉的架构笔记: "拜托面试请不要问我Spring cloud底层原理", 《CSDN》 *

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113542344A (en) * 2020-04-16 2021-10-22 瞻博网络公司 Model-driven configuration management for microservices
CN111917816A (en) * 2020-05-22 2020-11-10 淮阴工学院 Service application independent architecture system
CN111917816B (en) * 2020-05-22 2022-08-26 淮阴工学院 Service application independent architecture system
CN111782259B (en) * 2020-06-24 2023-11-10 北京计算机技术及应用研究所 Reverse proxy-based microservice treatment method
CN111782259A (en) * 2020-06-24 2020-10-16 北京计算机技术及应用研究所 Micro-service management method based on reverse proxy
CN111770171A (en) * 2020-06-29 2020-10-13 山东浪潮通软信息科技有限公司 Multi-page function session period state management method under micro-service mode
CN112054930A (en) * 2020-09-08 2020-12-08 上海欣诺通信技术股份有限公司 Network management method and system based on microservice
CN112256351B (en) * 2020-10-26 2023-11-17 卫宁健康科技集团股份有限公司 Method for realizing Feign component, method and device for calling micro-service
CN112256351A (en) * 2020-10-26 2021-01-22 卫宁健康科技集团股份有限公司 Implementation method of Feign component, micro-service calling method and device
CN112187958A (en) * 2020-11-11 2021-01-05 北京金和网络股份有限公司 Method and device for registering, discovering and forwarding microservice
CN112394947B (en) * 2020-11-27 2024-05-14 北京宇航系统工程研究所 Information system based on micro-service architecture
CN112394947A (en) * 2020-11-27 2021-02-23 北京宇航系统工程研究所 Information system based on micro-service architecture
CN112615786A (en) * 2020-12-04 2021-04-06 北京神州泰岳软件股份有限公司 Route determining method and device, electronic equipment and computer readable storage medium
CN112540838B (en) * 2020-12-18 2024-04-09 南京中兴力维软件有限公司 System resource scheduling method and device and computer storage medium
CN112671882A (en) * 2020-12-18 2021-04-16 上海安畅网络科技股份有限公司 Same-city double-activity system and method based on micro-service
CN112540838A (en) * 2020-12-18 2021-03-23 南京中兴力维软件有限公司 System resource scheduling method and device and computer storage medium
CN112770145A (en) * 2020-12-31 2021-05-07 罗普特科技集团股份有限公司 Scheduling method and system for video monitoring platform
CN112770145B (en) * 2020-12-31 2023-07-25 罗普特科技集团股份有限公司 Scheduling method and system for video monitoring platform
CN112732231A (en) * 2021-01-12 2021-04-30 北京元年科技股份有限公司 System of computer-implemented microservice development platform and method of providing microservices
CN112860342A (en) * 2021-02-10 2021-05-28 北京百度网讯科技有限公司 Method, device, equipment, system and storage medium for microservice configuration
CN112860342B (en) * 2021-02-10 2024-03-12 北京百度网讯科技有限公司 Method, device, equipment, system and storage medium for micro-service configuration
CN113381947A (en) * 2021-04-15 2021-09-10 北京开元华创信息技术有限公司 Data exchange all-in-one machine
CN113094074A (en) * 2021-05-07 2021-07-09 聚好看科技股份有限公司 Service cluster updating method and device
CN113094074B (en) * 2021-05-07 2024-03-19 聚好看科技股份有限公司 Service cluster updating method and device
CN113409021A (en) * 2021-06-28 2021-09-17 广东电网有限责任公司 Power grid data sharing system
CN113347274A (en) * 2021-07-02 2021-09-03 大象慧云信息技术有限公司 Data processing system and method for micro-service
CN113806104A (en) * 2021-08-02 2021-12-17 北京房江湖科技有限公司 Interface access request processing method, API gateway, server and system
CN114866617A (en) * 2022-04-28 2022-08-05 济南浪潮数据技术有限公司 Micro-service request processing method, device, equipment and medium
CN114785675B (en) * 2022-06-20 2022-09-09 中建三局信息科技有限公司 Method, device and storage medium for positioning service overtime
CN114785675A (en) * 2022-06-20 2022-07-22 中建三局信息科技有限公司 Method, device and storage medium for positioning service overtime
CN115134396A (en) * 2022-06-24 2022-09-30 京东方科技集团股份有限公司 Service calling method and device, electronic equipment and storage medium
CN115277863A (en) * 2022-06-27 2022-11-01 中盈优创资讯科技有限公司 Scheduling method of API (application program interface) route
CN115277863B (en) * 2022-06-27 2024-05-14 中盈优创资讯科技有限公司 Scheduling method of API (application program interface) route
CN115811458A (en) * 2022-11-17 2023-03-17 浪潮云信息技术股份公司 Monitoring method and system based on springboot micro-service

Similar Documents

Publication Publication Date Title
CN110971449A (en) Service management and control system based on micro-service architecture
US11095506B1 (en) Discovery of resources associated with cloud operating system
US10187459B2 (en) Distributed load balancing system, health check method, and service node
US11777790B2 (en) Communications methods and apparatus for migrating a network interface and/or IP address from one Pod to another Pod in a Kubernetes system
CN111431740B (en) Data transmission method, device, equipment and computer readable storage medium
EP3537689B1 (en) Using credentials stored in different directories to access a common endpoint
US9317333B2 (en) Method and system for providing load balancing for virtualized application workspaces
US20090150565A1 (en) SOA infrastructure for application sensitive routing of web services
US20190238642A1 (en) Dynamic service discovery and control of load distribution
CN112769687A (en) API gateway platform
CN106844111B (en) Access method of cloud storage network file system
CN112261172A (en) Service addressing access method, device, system, equipment and medium
CN112637332B (en) Service registration discovery method and system
CN108989420B (en) Method and system for registering service and method and system for calling service
CN113835836A (en) System, method, computer device and medium for dynamically publishing container service
US20020174362A1 (en) Method and system for network management capable of identifying sources of small packets
US9942118B1 (en) Sentinel network devices and sentinel marker
CN116633993B (en) Cross-network micro-service calling method, device, equipment and storage medium
US20170195426A1 (en) Maintaining session across plural providing devices
US20230102122A1 (en) Methods, systems, and computer readable media for identifying alternate delivery endpoints for mobile originated data and monitoring reports in a communications network
US11863567B2 (en) Management of bot detection in a content delivery network
US20230146880A1 (en) Management system and management method
CN114726863A (en) Method, device, system and storage medium for load balancing
US7912922B2 (en) Globally unique instance identification
CN114143269A (en) HTTP request distribution method, device, equipment and medium

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: 20200407

RJ01 Rejection of invention patent application after publication