CN115277820A - Dubbo frame-based service fusing method and device - Google Patents

Dubbo frame-based service fusing method and device Download PDF

Info

Publication number
CN115277820A
CN115277820A CN202210920491.6A CN202210920491A CN115277820A CN 115277820 A CN115277820 A CN 115277820A CN 202210920491 A CN202210920491 A CN 202210920491A CN 115277820 A CN115277820 A CN 115277820A
Authority
CN
China
Prior art keywords
fusing
parameter
service
dubbo
switch
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
CN202210920491.6A
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202210920491.6A priority Critical patent/CN115277820A/en
Publication of CN115277820A publication Critical patent/CN115277820A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a service fusing method and a device based on a Dubbo frame, wherein the method comprises the following steps: intercepting the service request through a Dubbo filter; reading a fusing switch parameter corresponding to a service requested by an intercepted service request from Nacos, wherein the fusing switch parameter is artificially configured and comprises: a first parameter value for indicating open fusing; and if the read fusing switch parameter is the first parameter value, taking a preset fusing measure aiming at the intercepted service request. Compared with the automatic fusing mechanism provided by Dubbo at present, the automatic fusing mechanism provided by the invention adds a manual intervention mechanism and is more flexible.

Description

Dubbo frame-based service fusing method and device
Technical Field
The invention belongs to the technical field of service fusing, and particularly relates to a Dubbo frame-based service fusing method and device.
Background
Dubbo is an open-source high-performance excellent service framework, so that applications can realize output and input functions of services through high-performance RPC, and can be seamlessly integrated with a Spring framework. The fusing means that a certain resource in the system call link is unstable, which may cause the requests to be piled up, thereby causing a cascading error. At the moment, the unstable resources are isolated and fused, and for the subsequent call requests, the target service is not called any more, and the subsequent call requests are directly returned to quickly release the resources. Avoiding the "avalanche effect".
The components such as Hystrix, resilience4j, sentinel and the like supported by the Dubbo framework can realize service degradation fusing, the fusing conditions are set according to multiple dimensions, including dimensions such as interface slow calling proportion, abnormal constant and the like, and simultaneously, developers are also supported to self-define simulated return contents, once the fusing conditions are triggered, the predefined return contents are directly returned, and the Dubbo service is not called any more. And when the service is judged to be recovered according to the fusing condition, the service is recovered to be normal. However, the conventional Dubbo frame does not support manual control of fusing, for example, manual temporary fusing of a service cannot be realized at present, so the conventional Dubbo frame lacks a mechanism for manually controlling fusing.
Disclosure of Invention
The invention provides a service fusing method and device based on a Dubbo frame in order to solve at least one technical problem in the background technology.
In order to achieve the above object, according to an aspect of the present invention, there is provided a method for fusing a service based on a Dubbo frame, the method including:
intercepting the service request through a Dubbo filter;
reading a fusing switch parameter corresponding to a service requested by an intercepted service request from Nacos, wherein the fusing switch parameter is artificially configured and comprises: a first parameter value for indicating an open fuse;
and if the read fusing switch parameter is the first parameter value, taking a preset fusing measure aiming at the intercepted service request.
Optionally, the fuse switch parameters further include: a second parameter value for indicating a shutdown fuse;
the Dubbo frame-based service fusing method further comprises the following steps:
and if the read fusing switch parameter is a second parameter value, processing the intercepted service request.
Optionally, the method for fusing service based on a Dubbo frame further includes:
monitoring whether parameters of each fusing switch in the Nacos are changed or not in real time through a parameter change monitor;
and if the parameters of the fusing switch are changed, reloading the bean definition to enable the changed parameters to take effect.
Optionally, the method for fusing service based on a Dubbo frame further includes:
acquiring a modification instruction for modifying the fusing switch parameter of the target service by a user;
and correspondingly modifying the fusing switch parameter corresponding to the target service in the Nacos according to the modification instruction.
In order to achieve the above objects, according to another aspect of the present invention, there is provided a Dubbo frame based service fusing apparatus, the apparatus including:
the service request intercepting unit is used for intercepting the service request through a Dubbo filter;
a fusing switch parameter reading unit, configured to read, from the Nacos, a fusing switch parameter corresponding to a service requested by an intercepted service request, where the fusing switch parameter is configured manually, and the fusing switch parameter includes: a first parameter value for indicating an open fuse;
and the fusing measure execution unit is used for taking a preset fusing measure aiming at the intercepted service request if the read fusing switch parameter is the first parameter value.
Optionally, the fusing switch parameters further include: a second parameter value for indicating a shutdown fuse;
the Dubbo frame-based service fusing device further comprises:
and the service request processing unit is used for processing the intercepted service request if the read fusing switch parameter is the second parameter value.
Optionally, the service fusing apparatus based on a Dubbo frame further includes:
the parameter change monitoring unit is used for monitoring whether parameters of each fusing switch in the Nacos change in real time through the parameter change monitor;
and the parameter validation unit is used for reloading the bean definition if the parameters of the fusing switch are changed, so that the changed parameters are validated.
Optionally, the service fusing apparatus based on a Dubbo frame further includes:
the parameter modification instruction acquisition unit is used for acquiring a modification instruction for modifying the fusing switch parameter of the target service by a user;
and the parameter modification unit is used for correspondingly modifying the fusing switch parameter corresponding to the target service in the Nacos according to the modification instruction.
To achieve the above object, according to another aspect of the present invention, there is also provided a computer device, including a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the above-mentioned Dubbo framework-based service fusing method when executing the computer program.
In order to achieve the above object, according to another aspect of the present invention, there is also provided a computer readable storage medium having stored thereon a computer program/instruction which, when executed by a processor, implements the steps of the above-described Dubbo framework-based service fusing method.
To achieve the above object, according to another aspect of the present invention, there is also provided a computer program product comprising computer program/instructions which, when executed by a processor, implement the steps of the above-mentioned Dubbo framework-based service fusing method.
The invention has the beneficial effects that:
the method comprises the steps of defining fusing switch parameters through Nacos, intercepting a service request through a Dubbo filter, reading fusing switch parameters corresponding to services requested by the intercepted service request from the Nacos, and if the read fusing switch parameters are first parameter values, adopting preset fusing measures according to the intercepted service request.
Drawings
In order to more clearly illustrate the embodiments or technical solutions of the present invention, the drawings used in the embodiments or technical solutions in the prior art are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without creative efforts. In the drawings:
FIG. 1 is a first flowchart of a Dubbo framework-based service fusing method according to an embodiment of the present invention;
FIG. 2 is a second flowchart of a Dubbo framework-based service fusing method according to an embodiment of the present invention;
FIG. 3 is a third flowchart of a Dubbo frame-based service fusing method according to an embodiment of the present invention;
FIG. 4 is an architectural view of the present invention;
FIG. 5 is a first block diagram of a Dubbo frame based service fusing device according to an embodiment of the present invention;
FIG. 6 is a second block diagram of a Dubbo frame-based service fusing device according to an embodiment of the present invention;
FIG. 7 is a third block diagram of a Dubbo frame-based service fusing device according to an embodiment of the present invention;
FIG. 8 is a schematic diagram of a computer device according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, 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 obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, shall fall within the protection scope of the present invention.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
It should be noted that the terms "comprises" and "comprising," and any variations thereof, in the description and claims of the present invention and the above-described drawings, 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 noted that the embodiments and features of the embodiments may be combined with each other without conflict. The present invention will be described in detail below with reference to the embodiments with reference to the attached drawings.
It should be noted that, in the technical solution of the present application, the acquisition, storage, use, processing, etc. of data all conform to the relevant regulations of the national laws and regulations.
Fig. 1 is a first flowchart of a method for blowing a service based on a Dubbo frame according to an embodiment of the present invention, and as shown in fig. 1, the method for blowing a service based on a Dubbo frame according to an embodiment of the present invention includes steps S101 to S103.
Step S101, service request is intercepted through a Dubbo filter.
In the embodiment of the present invention, each service request is intercepted by the Dubbo filter.
Step S102, reading fusing switch parameters corresponding to services requested by intercepted service requests from Nacos, wherein the fusing switch parameters are artificially configured and comprise: a first parameter value representing an open fuse. In one embodiment of the present invention, the fuse switch parameters further include: a second parameter value representing a closed fuse.
In one embodiment of the present invention, the first parameter value is on and the second parameter value is off.
The method and the system utilize Nacos parameter management to store the parameters of the fusing switch, and a user can set the parameters of the fusing switch corresponding to each service in Nacos and can change the parameters of the fusing switch. In addition, the user can add and delete the fusing switch parameters in the Nacos.
The invention increases the parameters of the fusing switch through Nacos parameter management, and when fusing is needed by a certain method aiming at a certain service, the fusing can be realized by modifying the corresponding Nacos parameter value and opening the corresponding switch, thereby adding a mechanism for manually controlling fusing in the Dubbo frame in the prior art.
The Nacos is a dynamic service discovery, configuration and service management platform and provides three functions of a registration center, a configuration center and a dynamic DNS service. The popular frames such as springclosed, spring, dubbo and the like can be seamlessly butted. The functions of the Nacos include: DNS-based and RPC-based service discovery (which may be a registry for springclosed), dynamic configuration service (which may be a configuration center), dynamic DNS service.
And step S103, if the read fusing switch parameter is the first parameter value, taking a preset fusing measure aiming at the intercepted service request.
The invention judges whether the service corresponding to the service request is in the range of the fused service interface by inquiring the parameters of the fusing switch, if so, the preset fusing measure is adopted, otherwise, the execution is continued.
In an embodiment of the present invention, the method for fusing a service based on a Dubbo frame further includes:
and if the read fusing switch parameter is the second parameter value, processing the intercepted service request.
As shown in fig. 2, in one embodiment of the present invention, the Dubbo frame based service fusing method of the present invention includes step S201 and step S202.
Step S201, monitoring whether parameters of each fusing switch in the Nacos change in real time through a parameter change monitor.
As shown in fig. 4, the present invention is provided with a parameter change monitor for monitoring whether parameters of each fuse switch in the Nacos change.
And step S202, if the parameters of the fusing switch are changed, reloading bean definitions to enable the changed parameters to take effect.
The method utilizes the Nacos parameter management to store the fusing switch parameter, and when the parameter value changes (is turned on or turned off), the parameter change monitor monitors the change, so that the bean definition of the definition service provider is reloaded, and the aim of changing the parameter to take effect in real time is fulfilled.
As shown in fig. 3, in an embodiment of the present invention, the method for fusing a service based on a Dubbo frame of the present invention includes step S301 and step S302.
Step S301, acquiring a modification instruction for modifying the fusing switch parameter of the target service by the user;
and S302, correspondingly modifying the fusing switch parameter corresponding to the target service in the Nacos according to the modifying instruction.
In one embodiment of the present invention, the user may also add and delete fuse switch parameters in the Nacos.
According to the embodiment, the method supports manual configuration of the fusing condition by defining the Nacos parameters, and meanwhile, when the parameter values change, the fusing condition can be monitored in real time and correspondingly treated through the Dubbo filter. Compared with the automatic fusing mechanism provided by Dubbo at present, the automatic fusing mechanism provided by the invention adds a manual intervention mechanism and is more flexible.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
Based on the same inventive concept, the embodiment of the present invention further provides a service fusing apparatus based on a Dubbo frame, which can be used to implement the service fusing method based on the Dubbo frame described in the foregoing embodiment, as described in the following embodiments. As the principle of solving the problem of the Dubbo frame-based service fusing device is similar to that of the Dubbo frame-based service fusing method, reference may be made to the Dubbo frame-based service fusing device in the embodiments, and repeated descriptions are omitted. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 5 is a first block diagram of a Dubbo frame based service fusing apparatus according to an embodiment of the present invention, and as shown in fig. 5, in an embodiment of the present invention, the Dubbo frame based service fusing apparatus includes:
a service request intercepting unit 1, configured to intercept a service request through a Dubbo filter;
the fusing switch parameter reading unit 2 is configured to read, from the Nacos, a fusing switch parameter corresponding to a service requested by the intercepted service request, where the fusing switch parameter is configured manually, and the fusing switch parameter includes: a first parameter value for indicating an open fuse;
and the fusing measure executing unit 3 is configured to, if the read fusing switch parameter is the first parameter value, take a preset fusing measure for the intercepted service request.
In one embodiment of the present invention, the fuse switch parameters further include: a second parameter value for indicating a closed fuse;
the Dubbo frame-based service fusing device further comprises:
and the service request processing unit is used for processing the intercepted service request if the read fusing switch parameter is the second parameter value.
As shown in fig. 6, in one embodiment of the present invention, the Dubbo frame based service fusing apparatus of the present invention further comprises:
the parameter change monitoring unit 4 is used for monitoring whether parameters of each fusing switch in the Nacos change in real time through the parameter change monitor;
and the parameter validation unit 5 is used for reloading the bean definition if the parameter of the fusing switch is changed, so that the changed parameter is validated.
As shown in fig. 7, in an embodiment of the present invention, the Dubbo frame based service fusing apparatus of the present invention further includes:
a parameter modification instruction acquisition unit 6, configured to acquire a modification instruction for modifying a fusing switch parameter of a target service by a user;
and the parameter modification unit 7 is used for correspondingly modifying the fusing switch parameter corresponding to the target service in the Nacos according to the modification instruction.
To achieve the above object, according to another aspect of the present application, there is also provided a computer apparatus. As shown in fig. 8, the computer device comprises a memory, a processor, a communication interface and a communication bus, wherein a computer program that can be run on the processor is stored in the memory, and the steps of the method of the above embodiment are realized when the processor executes the computer program.
The processor may be a Central Processing Unit (CPU). The Processor may also be other general purpose Processor, digital Signal Processor (DSP), application Specific Integrated Circuit (ASIC), field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, or a combination thereof.
The memory, being a non-transitory computer-readable storage medium, may be used to store non-transitory software programs, non-transitory computer-executable programs, and units, such as the corresponding program units, of the above-described method embodiments of the invention. The processor executes various functional applications of the processor and the processing of the work data by executing the non-transitory software programs, instructions and modules stored in the memory, that is, the method in the above method embodiment is realized.
The memory may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created by the processor, and the like. Further, the memory may include high speed random access memory, and may also include non-transitory memory, such as at least one disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, the memory optionally includes memory located remotely from the processor, and such remote memory may be coupled to the processor via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The one or more units are stored in the memory and when executed by the processor perform the method of the above embodiments.
The specific details of the computer device may be understood by referring to the corresponding related descriptions and effects in the above embodiments, and are not described herein again.
In order to achieve the above object, according to another aspect of the present application, there is also provided a computer-readable storage medium storing a computer program which, when executed in a computer processor, implements the steps in the above-mentioned Dubbo framework-based service fusing method. It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
To achieve the above object, according to another aspect of the present application, there is also provided a computer program product including computer program/instructions which, when executed by a processor, implement the steps of the above-mentioned Dubbo framework-based service fusing method.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and they may alternatively be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, or fabricated separately as individual integrated circuit modules, or fabricated as a single integrated circuit module from multiple modules or steps. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (11)

1. A service fusing method based on a Dubbo frame is characterized by comprising the following steps:
intercepting the service request through a Dubbo filter;
reading a fusing switch parameter corresponding to a service requested by an intercepted service request from Nacos, wherein the fusing switch parameter is artificially configured and comprises: a first parameter value for indicating open fusing;
and if the read fusing switch parameter is the first parameter value, taking a preset fusing measure aiming at the intercepted service request.
2. The Dubbo frame-based service fusing method of claim 1, wherein the fuse switch parameters further comprise: a second parameter value for indicating a closed fuse;
the service fusing method based on the Dubbo frame further comprises the following steps:
and if the read fusing switch parameter is the second parameter value, processing the intercepted service request.
3. The Dubbo frame-based service fusing method of claim 1, further comprising:
monitoring whether parameters of each fusing switch in the Nacos are changed or not in real time through a parameter change monitor;
and if the parameters of the fusing switch are changed, reloading the bean definition to enable the changed parameters to take effect.
4. The Dubbo frame-based service fusing method of claim 1, further comprising:
acquiring a modification instruction for modifying the fusing switch parameter of the target service by a user;
and correspondingly modifying the fusing switch parameter corresponding to the target service in the Nacos according to the modification instruction.
5. A service fusing device based on a Dubbo frame is characterized by comprising:
the service request intercepting unit is used for intercepting the service request through a Dubbo filter;
a fusing switch parameter reading unit, configured to read, from the Nacos, a fusing switch parameter corresponding to a service requested by an intercepted service request, where the fusing switch parameter is configured manually, and the fusing switch parameter includes: a first parameter value for indicating an open fuse;
and the fusing measure execution unit is used for taking a preset fusing measure aiming at the intercepted service request if the read fusing switch parameter is the first parameter value.
6. The Dubbo frame based service fuse device of claim 5, wherein the fuse switch parameters further comprise: a second parameter value for indicating a closed fuse;
the Dubbo frame-based service fusing device further comprises:
and the service request processing unit is used for processing the intercepted service request if the read fusing switch parameter is the second parameter value.
7. The Dubbo frame-based service fusing apparatus of claim 5, further comprising:
the parameter change monitoring unit is used for monitoring whether parameters of each fusing switch in the Nacos change in real time through the parameter change monitor;
and the parameter validation unit is used for reloading the bean definition if the parameters of the fusing switch are changed, so that the changed parameters are validated.
8. The Dubbo frame based service fusing device of claim 5, further comprising:
the parameter modification instruction acquisition unit is used for acquiring a modification instruction for modifying the fusing switch parameter of the target service by a user;
and the parameter modification unit is used for correspondingly modifying the fusing switch parameter corresponding to the target service in the Nacos according to the modification instruction.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method according to any of claims 1 to 4 are implemented when the computer program is executed by the processor.
10. A computer-readable storage medium, on which a computer program/instructions are stored, characterized in that the computer program/instructions, when executed by a processor, implement the steps of the method of any one of claims 1 to 4.
11. A computer program product comprising computer program/instructions, characterized in that the computer program/instructions, when executed by a processor, implement the steps of the method of any one of claims 1 to 4.
CN202210920491.6A 2022-08-02 2022-08-02 Dubbo frame-based service fusing method and device Pending CN115277820A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210920491.6A CN115277820A (en) 2022-08-02 2022-08-02 Dubbo frame-based service fusing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210920491.6A CN115277820A (en) 2022-08-02 2022-08-02 Dubbo frame-based service fusing method and device

Publications (1)

Publication Number Publication Date
CN115277820A true CN115277820A (en) 2022-11-01

Family

ID=83746482

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210920491.6A Pending CN115277820A (en) 2022-08-02 2022-08-02 Dubbo frame-based service fusing method and device

Country Status (1)

Country Link
CN (1) CN115277820A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107659431A (en) * 2017-08-15 2018-02-02 北京趣拿软件科技有限公司 Interface processing method, apparatus, storage medium and processor
CN108427581A (en) * 2018-02-07 2018-08-21 平安普惠企业管理有限公司 System micro services method and terminal device
CN109828856A (en) * 2018-12-26 2019-05-31 天翼电子商务有限公司 The automatic blowout method of safety and system, storage medium and terminal based on Dubbo
WO2020151358A1 (en) * 2019-01-23 2020-07-30 深圳壹账通智能科技有限公司 System resource allocation method and apparatus, computer device, and storage medium
CN111475382A (en) * 2020-04-09 2020-07-31 杭州趣维科技有限公司 Service fusing, degrading and current limiting system based on sentinel
CN114553786A (en) * 2022-04-22 2022-05-27 深圳丰尚智慧农牧科技有限公司 Network request fusing method and device, computer equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107659431A (en) * 2017-08-15 2018-02-02 北京趣拿软件科技有限公司 Interface processing method, apparatus, storage medium and processor
CN108427581A (en) * 2018-02-07 2018-08-21 平安普惠企业管理有限公司 System micro services method and terminal device
CN109828856A (en) * 2018-12-26 2019-05-31 天翼电子商务有限公司 The automatic blowout method of safety and system, storage medium and terminal based on Dubbo
WO2020151358A1 (en) * 2019-01-23 2020-07-30 深圳壹账通智能科技有限公司 System resource allocation method and apparatus, computer device, and storage medium
CN111475382A (en) * 2020-04-09 2020-07-31 杭州趣维科技有限公司 Service fusing, degrading and current limiting system based on sentinel
CN114553786A (en) * 2022-04-22 2022-05-27 深圳丰尚智慧农牧科技有限公司 Network request fusing method and device, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
辛园园;钮俊;谢志军;张开乐;毛昕怡;: "微服务体系结构实现框架综述", 计算机工程与应用, no. 19, 1 October 2018 (2018-10-01) *

Similar Documents

Publication Publication Date Title
US20220391238A1 (en) Low latency computational capacity provisioning
US11461124B2 (en) Security protocols for low latency execution of program code
US10592269B2 (en) Dynamic code deployment and versioning
EP3394750B1 (en) Code execution request routing
US10079719B2 (en) Automatically tuning middleware in a mobilefirst platform running in a docker container infrastructure
US9100854B2 (en) Quality of service application controller and user equipment application profiler
CN110149231B (en) Method, device, storage medium and equipment for updating virtual switch
CN112333096A (en) Micro-service traffic scheduling method and related components
CN110245031B (en) AI service opening middle platform and method
CN113452830A (en) Batch control method of android cloud mobile phone, computer readable medium and electronic device
JP2012037935A (en) Information processing device
CN111124593B (en) Information processing method and device, network element and storage medium
CN115277820A (en) Dubbo frame-based service fusing method and device
US11972265B2 (en) Parallel booting operating system
EP4340436A1 (en) Operation and maintenance method, apparatus, and system, server, electronic device, and medium
CN114662102A (en) File processing method and device and storage medium
CN116032728A (en) Intelligent access method and system for micro-service environment
CN110704220B (en) Method, device and equipment for adjusting fusing parameters
CN111221651B (en) Load balancing configuration method, device, server and readable storage medium
CN114449030A (en) Internet service system, method, electronic equipment and storage medium
CN114895937A (en) Application updating method and device, electronic equipment and storage medium
US11775362B2 (en) Content provisioning to virtual machines
CN114900383A (en) Interface processing method and device, electronic equipment and computer readable storage medium
US12022385B2 (en) Systems and methods for modeling container-based network functions
US11768704B2 (en) Increase assignment effectiveness of kubernetes pods by reducing repetitive pod mis-scheduling

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