CN114979138A - Instruction processing method, device and equipment based on distributed service and storage medium - Google Patents

Instruction processing method, device and equipment based on distributed service and storage medium Download PDF

Info

Publication number
CN114979138A
CN114979138A CN202210461691.XA CN202210461691A CN114979138A CN 114979138 A CN114979138 A CN 114979138A CN 202210461691 A CN202210461691 A CN 202210461691A CN 114979138 A CN114979138 A CN 114979138A
Authority
CN
China
Prior art keywords
service
target
route
service provider
routing
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
CN202210461691.XA
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.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202210461691.XA priority Critical patent/CN114979138A/en
Publication of CN114979138A publication Critical patent/CN114979138A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/16Multipoint routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing

Abstract

The application provides an instruction processing method, an instruction processing device, instruction processing equipment and a storage medium based on distributed services, and relates to a big data technology. The method is used for a distributed system comprising a plurality of service provider devices, comprising: responding to a service consumption instruction sent by service consumer equipment, and determining a target routing sequence corresponding to the service consumption instruction; the service consumption instruction indicates that the transaction information is processed; screening service provider equipment in the distributed system based on a preset routing screening strategy according to the target routing sequence to obtain target service provider equipment; the routing screening strategy represents a rule for screening the service provider equipment; sending the service consumption instruction to the target service provider equipment for processing; and the target service provider device serves the service consumer device according to the service consumption instruction. The method realizes that the routing sequences of different services can be different, meets various application scenes, and improves the flexibility of instruction processing.

Description

Instruction processing method, device, equipment and storage medium based on distributed service
Technical Field
The present application relates to big data technologies, and in particular, to a method, an apparatus, a device, and a storage medium for instruction processing based on distributed services.
Background
The distributed system is a software system established on a network, has high cohesiveness and transparency, can be composed of a plurality of single-machine devices with the same performance specification and code meaning, and ensures the feasibility of the system. When a user provides a processing instruction of transaction information as a service consumer, a plurality of service provider devices in the distributed system can be filtered to obtain a device which can provide service for the user. The appropriate service provider device may be selected according to a certain screening policy.
In the prior art, based on a traditional distributed framework, when a routing layer performs filtering of a service provider device, a preset ranking algorithm is used to rank routes. And sequentially filtering the service provider equipment according to the sorted routing sequence.
However, the preset sorting algorithm limits the sorting result of the routes, for example, the sorting result can be sorted only according to the initials of the names of the routes or according to the size of the numbers in the names. The routing sequencing result cannot be flexibly changed, and the requirements under various filtering mechanism scenes cannot be met, so that the processing of transaction information cannot be completed, and the processing efficiency of instructions is influenced.
Disclosure of Invention
The application provides an instruction processing method, an instruction processing device, instruction processing equipment and a storage medium based on distributed services, which are used for improving the instruction processing efficiency.
In one aspect, the present application provides an instruction processing method based on distributed services, where the method is applied to a distributed system, where the distributed system includes at least two service provider devices, and includes:
responding to a service consumption instruction sent by service consumer equipment, and determining a target routing sequence corresponding to the service consumption instruction; wherein the service consumption instruction is used for indicating to process transaction information;
screening the service provider equipment in the distributed system based on a preset routing screening strategy according to the target routing sequence to obtain target service provider equipment; the preset routing screening strategy represents rule information for screening the service provider equipment;
sending the service consumption instruction to the target service provider equipment for processing; and the target service provider device is used for providing services for the service consumer device according to the service consumption instruction.
In another aspect, the present application provides an instruction processing apparatus based on distributed services, where the apparatus is applied in a distributed system, where the distributed system includes at least two service provider devices, and includes:
the target routing sequence determining module is used for responding to a service consumption instruction sent by service consumer equipment and determining a target routing sequence corresponding to the service consumption instruction; wherein the service consumption instruction is used for indicating to process transaction information;
the target service provider equipment determining module is used for screening the service provider equipment in the distributed system based on a preset route screening strategy according to the target route sequence to obtain the target service provider equipment; the preset routing screening strategy represents rule information for screening the service provider equipment;
the instruction processing module is used for sending the service consumption instruction to the target service provider equipment for processing; and the target service provider device is used for providing services for the service consumer device according to the service consumption instruction.
In another aspect, the present application provides an electronic device comprising: a processor, and a memory communicatively coupled to the processor;
the memory stores computer-executable instructions;
the processor executes the computer-executable instructions stored in the memory to implement the distributed service providing method according to any embodiment of the present application.
In another aspect, the present application provides a computer-readable storage medium having stored therein computer-executable instructions for implementing a distributed service providing method according to any embodiment of the present application when the computer-executable instructions are executed by a processor.
In another aspect, the present application provides a computer program product comprising a computer program which, when executed by a processor, implements a distributed based service providing method as described in any of the embodiments of the present application.
The method and the device for providing the service to the service consumer determine that the service needs to be provided for the service consumer by responding to the service consumption instruction sent by the service consumer device. The distributed system comprises a plurality of service provider devices, so that the service provider devices can be screened according to a preset routing strategy and a routing sequence. The routing order of different services may be different, and the specified target routing order may be determined according to the service consumption instruction. And screening to obtain target service provider equipment according to the target routing sequence, and processing the service consumption instruction by the target service provider equipment to provide service for the user. The problem that in the prior art, the routing sequence of different services cannot be flexibly changed is solved. The routing can be arranged according to the expected sequence under different scenes, the transaction instruction is prevented from being incomplete, and the instruction processing efficiency is improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and, together with the description, serve to explain the principles of the application.
Fig. 1 is a schematic flowchart of an instruction processing method based on distributed services according to an embodiment of the present application;
fig. 2 is a schematic flowchart of an instruction processing method based on distributed services according to an embodiment of the present application;
fig. 3 is a schematic flowchart of an instruction processing method based on distributed services according to an embodiment of the present application;
fig. 4 is a schematic flowchart of an instruction processing method based on distributed services according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an instruction processing apparatus based on a distributed service according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
With the above figures, there are shown specific embodiments of the present application, which will be described in more detail below. These drawings and written description are not intended to limit the scope of the inventive concepts in any manner, but rather to illustrate the inventive concepts to those skilled in the art by reference to specific embodiments.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
It should be understood that the embodiments described are only a few embodiments of the present application, and not all 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.
When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the application, as detailed in the appended claims.
In the description of the present application, it is to be understood that the terms "first," "second," "third," and the like are used solely to distinguish one from another and are not necessarily used to describe a particular order or sequence, nor are they to be construed as indicating or implying relative importance. The specific meaning of the above terms in the present application can be understood by those of ordinary skill in the art as appropriate. Further, in the description of the present application, "a plurality" means two or more unless otherwise specified. "and/or" describes the association relationship of the associated objects, meaning that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
It should be noted that, for the sake of brevity, this description does not exhaust all alternative embodiments, and it should be understood by those skilled in the art after reading this description that any combination of features may constitute an alternative embodiment as long as the features are not mutually inconsistent. The following examples are described in detail.
Fig. 1 is a schematic flowchart of an instruction processing method based on a distributed service according to an embodiment of the present disclosure, and as shown in fig. 1, the method provided in this embodiment is executed by an instruction processing apparatus based on a distributed service, and the method is applied to a distributed system, where the distributed system includes at least two service provider devices. As shown in fig. 1, the method comprises the steps of:
s101, responding to a service consumption instruction sent by service consumer equipment, and determining a target routing sequence corresponding to the service consumption instruction; wherein the service consumption instruction is used for instructing to process the transaction information.
The user can be used as a service consumer and can send out a service consumption instruction on equipment on one side of the service consumer. For example, the service consumption instruction may be a transaction request such as a transfer. The equipment at one side of the service consumer is the service consumer equipment which can be terminal equipment such as a mobile phone, a computer, counter equipment and the like.
The service consumption instruction may include transaction information to be processed, and the transaction information may be used to instruct the service provider device to process the transaction information. For example, the service consumption instruction may include transaction information such as a user name, an account number, a request time, a requested service name, a service identifier, and a transaction amount. And after responding to the service consumption instruction sent by the service consumer device, acquiring transaction information from the service consumption instruction, and determining the service which the service consumer wants to be provided.
The distributed system may include a plurality of routes, and the order of the routes when executing the preset routing policy may be specified in advance, that is, the routes are specified sequentially. For example, routes may be numerically labeled, with smaller numbers in an order that is more forward. For the unit routes of the unitized scene, a larger number can be assigned, ensuring that the order of the unit routes is the last one. The routing policy may be a routing screening policy for screening the service provider device. In this embodiment, a virtual device of sequential instructions may be created in the code of the route order determination algorithm to display the order of each route specified. The plurality of routes are arranged according to the designated sequence, and a list of route sequences is obtained. After receiving the service consumption instruction, the routes may be sorted according to the order assigned to each route to obtain a list of route orders as the target route order. Or, for each service consumption instruction, a routing sequence with different arrangements may be specified, and after the service consumption instruction is obtained, a list of routing sequences corresponding to the service consumption instruction is directly determined as a target routing sequence.
For example, for the service consumption instruction one, the specified target routing sequence is routing one, routing two and routing five, that is, the routing one is screened first, then the routing two is screened, and finally the routing five is screened; for the service consumption instruction two, the specified target routing sequence is the first route, the third route, the fourth route and the fifth route, namely, the first route is screened, the third route is screened, the fourth route is screened, and the fifth route is screened.
S102, screening service provider equipment in the distributed system based on a preset routing screening strategy according to a target routing sequence to obtain target service provider equipment; the preset routing screening strategy represents rule information for screening the service provider equipment.
The route screening policy may be preset for each route, and the route screening policies of each route may be different. The route screening policy is rule information for performing filtering screening on the service provider device. For example, the route screening policy may be to perform screening according to names of service provider devices, specify names of the service provider devices that need to be filtered in the route screening policy, and filter the service provider devices of the names of the service provider devices. The route screening policy may be a screening according to a version number of the service provider device, for example, a version number is predefined, and the service provider devices of versions below the version number are filtered.
At least two service provider devices may be included in the distributed system, the service provider devices being computer devices on the side of the service provider, and if one service provider device fails in the distributed system, the other service provider device may be used to provide services.
And determining the route screening strategy of each target route after determining the target route sequence. And screening the service provider equipment by adopting the route screening strategy of each target route based on the target route sequence. For example, if the target route is the first route, the second route and the fifth route, the first route is screened by using the first route screening policy, then the second route is screened by using the second route screening policy, and finally the fifth route is screened by using the fifth route screening policy.
And screening according to the target routing sequence, wherein the number of the screened service providers is less and less, and the target service provider equipment can be screened finally. For example, five service provider devices may be screened out of ten, three, and one of the three service provider devices may be screened out as the target service provider device.
S103, sending the service consumption instruction to target service provider equipment for processing; the target service provider device is used for providing services for the service consumer device according to the service consumption instruction.
Wherein, after determining the target service provider device, sending a service consumption instruction to the target service provider device. The service consumption instruction is processed by the target service provider device to provide the service to the service consumer, and the service consumer device may display whether the service is provided completely. For example, the user makes a transfer request, the destination service provider device completes the user's transfer request, and the other filtered service provider devices do not receive the user's transfer request.
The embodiment of the application determines that the service is required to be provided for the service consumer by responding to the service consumption instruction sent by the service consumer device. The distributed system comprises a plurality of service provider devices, so that the service provider devices can be screened according to a preset routing strategy and a routing sequence. The routing order of different services may be different, and the order of the respective routes may be specified in advance. Based on the service consumption instructions, a specified target routing order may be determined. And screening to obtain target service provider equipment according to the target routing sequence, and processing the service consumption instruction by the target service provider equipment to provide service for the user. The problem that in the prior art, the routing sequence of different services cannot be flexibly changed is solved. The routing can be arranged according to the expected sequence under different scenes, the transaction instruction is prevented from being incomplete, and the instruction processing efficiency is improved.
Fig. 2 is a schematic flowchart of an instruction processing method based on a distributed service according to an embodiment of the present application, which is an alternative embodiment based on the foregoing embodiment.
In this embodiment, in response to a service consumption instruction issued by a service consumer device, a target routing order corresponding to the service consumption instruction is determined, which may be detailed as: responding to a service consumption instruction sent by service consumer equipment, and determining a target service corresponding to the service consumption instruction; and determining a target routing sequence of the target service according to the association relationship between the preset service and the routing sequence.
As shown in fig. 2, the method comprises the steps of:
s201, responding to a service consumption instruction sent by service consumer equipment, and determining a target service corresponding to the service consumption instruction.
The service consumption instruction comprises transaction information such as the name, identification or scene of the service to be provided, and the service to be provided is a target service. From the service consumption instruction, a target service that the service consumer wants to be provided may be determined. For example, the target service may be determined to be a service of the unitized scenario according to the service consumption instruction.
S202, determining a target routing sequence of the target service according to the association relationship between the preset service and the routing sequence.
For different services, the association relationship between the service and the routing order may be preset, for example, the association relationship between the service and the routing order in different scenarios may be set. After the target service or the scene of the target service is determined, a routing sequence corresponding to the target service can be determined according to a preset incidence relation and is used as a target routing sequence. The method and the device realize that different routing sequences are adopted for different services, emphasize the sequential execution sequence of screening among the routes, improve the determination efficiency of the routing sequence and ensure the normal processing of the instructions.
In this embodiment, determining a target routing order of a target service according to a preset association relationship between the service and the routing order includes: determining at least two target routes corresponding to the target service according to the incidence relation between the preset service and the routes; and acquiring a preset sequence annotation in the target route, and sequencing the target route according to the sequence annotation to obtain a target route sequence.
Specifically, the association relationship between different services and the entire column of routing order may be preset, or the services may be associated with a single route. For example, for a service of a unitized scenario, route one, route two, and route three may be associated without limiting the routing order between route one, route two, and route three, where route three is a unit route; for a service outside the unitized scenario, route one, route two, and route four may be associated, neither route one, route two, nor route four is a unitary route, and the routing order between route one, route two, and route four is not limited. Each service can be associated with a plurality of routes, and a route corresponding to a target service is determined as a target route according to a preset association relationship between the service and the route.
The order of each route is annotated in advance, for example, the route may be annotated with a number, and the larger the number is, the later the order is when the routes are sorted. After each target route is determined, sequence annotations of each target route are obtained, and the sequence annotations are subjected to size sequencing to obtain a sequencing result which is a target route sequence. For example, there are three target routes, and the order annotations are 1, 5, and 3, respectively, then 1, 5, and 3 may be sorted according to size to obtain sorting results of 1, 3, and 5, and a corresponding target route order is obtained according to the sorting results.
For example, under a unitized architecture, there would be a unit route that is dedicated to the unitized scenario. Originally, each route is a layer-by-layer filtering service provider device, and the execution sequence is not concerned much. It is emphasized here that the role of the route is to screen out the appropriate service provider devices. After unitization, if one transaction is determined to be the unit or cross-unit call, the unit or cross-unit call is determined to be the unit or cross-unit call, and a scene that the unit is not provided with service provider equipment and then forwarded to other units for call can not occur. Therefore, the unit route is required to be positioned at the last of all the routes for execution, and after all the routes are filtered layer by layer, the unit route is executed, so that the legal service provider equipment of other routes filtered by the unit route is not worried about. That is, in the unitized scenario, the unit route must be the last route, and therefore, a large number of sequence annotations may be added to the unit route, so that the unit route is the last target route in the target route sequence of which unitized scenario service is served. The order of the unitized routes can be set to the last one by creating an order specifying means that displays the order in which each route is specified.
The method has the advantages that the sequencing of each route is annotated, the sequencing of the routes is appointed, the target route sequence can be obtained according to the expected sequencing in the transaction executing process, the target route sequence is executed one by one according to the target route sequence, the problem that the transaction cannot be executed normally in a scene because of the sequence failure is avoided, the problem that the transaction cannot be executed normally in the scene is solved, various application scenes are met, and the flexibility of the routing sequencing is improved.
In this embodiment, before obtaining the preset sequence annotation in the target route, the method further includes: and marking sequence annotation on each route in the distributed system according to a preset annotation marking algorithm, wherein the sequence annotation is used for displaying the specified route sequence.
Specifically, the sequential annotation is performed on each route in advance, so that the routes can be sequenced according to the sequential annotation in the following process. By annotating the various routing implementation classes and displaying the execution order of the specified routes in the code, the annotation principles can employ methods applicable to distributed routing policies, such as Spring's order. If a value larger number is marked on the implementation class of the unit route, the value corresponding to the unit route is ensured to be located at the maximum value of all routes, and thus the unit route is executed finally.
The beneficial effect of setting like this lies in, annotating in advance to the route, improves the flexibility of route sequencing, satisfies actual demand, and then improves the efficiency of instruction processing.
In this embodiment, the routing in the distributed system may include at least one of conditional routing, script routing, Mock routing, unit routing, custom routing, and the like.
S203, screening service provider equipment in the distributed system based on a preset routing screening strategy according to the target routing sequence to obtain target service provider equipment; the preset routing screening strategy represents rule information for screening the service provider equipment.
S204, sending the service consumption instruction to target service provider equipment for processing; the target service provider device is used for providing services for the service consumer device according to the service consumption instruction.
The embodiment of the application determines that the service is required to be provided for the service consumer by responding to the service consumption instruction sent by the service consumer device. The distributed system comprises a plurality of service provider devices, so that the service provider devices can be screened according to a preset routing strategy and a routing sequence. The routing order of different services may be different, and the order of the respective routes may be specified in advance. Based on the service consumption instructions, a specified target routing order may be determined. And screening to obtain target service provider equipment according to the target routing sequence, and processing the service consumption instruction by the target service provider equipment to provide service for the user. The problem that in the prior art, the routing sequence of different services cannot be flexibly changed is solved. The routing can be arranged according to the expected sequence under different scenes, the transaction instruction is prevented from being incomplete, and the instruction processing efficiency is improved.
Fig. 3 is a schematic flowchart of an instruction processing method based on a distributed service according to an embodiment of the present application, which is an alternative embodiment based on the foregoing embodiment.
In this embodiment, according to the target routing sequence, based on a preset routing screening policy, the service provider device in the distributed system is screened to obtain a target service provider device, which may be detailed as follows: determining a route screening strategy of each target route in the target route sequence; and according to the route screening strategy of the target route, sequentially screening the target route in the target route sequence by the service provider equipment to obtain the target service provider equipment.
As shown in fig. 3, the method comprises the steps of:
s301, responding to a service consumption instruction sent by service consumption side equipment, and determining a target routing sequence corresponding to the service consumption instruction; wherein the service consumption instruction is used for instructing to process the transaction information.
S302, determining a route screening strategy of each target route in the target route sequence.
Each route corresponds to its own route screening policy, for example, the route screening policy of route one may be a service provider device that filters out a failure; the routing screening strategy of the second route can be to filter out service provider equipment with a preset version number; the route screening policy of route three may be a random filtering service provider device.
And determining each target route in the target route sequence, and determining the route screening strategy of each target route according to the preset incidence relation between each route and the route screening strategy.
S303, according to the route screening strategy of the target route, screening the service provider equipment for the target route in the target route sequence in sequence to obtain the target service provider equipment.
And each target route filters the service provider equipment according to the own route screening strategy and sequentially filters according to the target route sequence. And the service provider equipment obtained by screening the last target route is the target service provider equipment. For example, if the target route sequence is route one, route two, and route three, the route one is filtered, then the route two is filtered, and finally the route three is filtered to obtain the target service provider device.
In this embodiment, according to a route screening policy of a target route, sequentially screening service provider devices for the target route in a target route sequence to obtain a target service provider device, includes: determining a target route of a currently executed route screening strategy as a first route according to the target route sequence; according to a route screening strategy of a first route, screening service provider equipment in the distributed system to obtain first candidate service provider equipment; if the target route exists after the first route in the target route sequence, determining the target route after the first route as a second route; screening the first candidate service provider equipment according to a route screening strategy of a second route to obtain second candidate service provider equipment; and if the target route does not exist after the second route in the target route sequence, determining the second candidate service provider device as the target service provider device.
Specifically, the target route sequence includes a plurality of target routes, and each filtering is performed by using one of the target routes. And determining a target route from the target routes according to the target route sequence, wherein the target route is used as the route which needs to execute the route screening strategy currently. This determined target route is the first route, for example, the first-ranked target route may be determined to be the first route.
And determining a route screening strategy of the first route, screening all service provider equipment currently existing in the distributed system according to the route screening strategy of the first route, and obtaining the service provider equipment as first candidate service provider equipment after screening. For example, the first route may filter out all failed service provider devices, determining a normally functioning service provider device as a first candidate service provider device.
In the target routing sequence, it is determined whether a target route exists after the first route, for example, it may be determined whether a second target route exists after the first target route. And if so, determining the target route ranked after the first route as the second route. And determining a route screening strategy of the second route, and screening the first candidate service provider equipment obtained by the first route according to the route screening strategy of the second route. The service provider device obtained after the screening is a second candidate service provider device. And if the target route does not exist after the first route, determining that the first route is the last target route, and finishing the route screening, wherein the first candidate service provider equipment is the target service provider equipment.
And after the second candidate service provider equipment is obtained, continuously judging whether a target route exists in the target route sequence after the second route, if not, determining that the second route is the last target route, and finishing the route screening, wherein the second candidate service provider equipment is the target service provider equipment. And if so, determining the target route ranked after the second route as a third route. And determining a route screening strategy of the third route, and screening second candidate service provider equipment obtained by the second route according to the route screening strategy of the third route. The service provider device obtained after the screening is a third candidate service provider device. And continuing to judge according to the target route sequence until the last target route is screened, and determining the service provider equipment obtained by screening the last target route as the target service provider equipment.
The method has the advantages that layer-by-layer filtering of all target routes is performed through the target route sequence, so that the filtering object of each target route is the service provider equipment obtained by screening the previous target route, and the filtering efficiency of the service provider equipment is improved. By setting a proper target route sequence, the condition that the service provider equipment required to be filtered by the target route arranged in front is filtered by the target route arranged in front and the filtering of the target route arranged in back is influenced can be avoided. For example, in a unitized scenario, a unit route is set to be executed at the last of all routes, and after all target routes are filtered layer by layer, the unit route is executed, so that the unit route can be prevented from filtering legal service provider equipment of other routes in advance.
S304, sending the service consumption instruction to target service provider equipment for processing; the target service provider device is used for providing services for the service consumer device according to the service consumption instruction.
The embodiment of the application determines that the service is required to be provided for the service consumer by responding to the service consumption instruction sent by the service consumer device. The distributed system comprises a plurality of service provider devices, so that the service provider devices can be screened according to a preset routing strategy and a routing sequence. The routing order of different services may be different, and the order of the respective routes may be specified in advance. Based on the service consumption instructions, a specified target routing order may be determined. And screening to obtain target service provider equipment according to the target routing sequence, and processing the service consumption instruction by the target service provider equipment to provide service for the user. The problem that in the prior art, the routing sequence of different services cannot be flexibly changed is solved. The method and the device ensure that the routes can be arranged according to the expected sequence in different scenes, avoid the transaction instruction from being unable to be completed, and improve the instruction processing efficiency.
Fig. 4 is a flowchart of an instruction processing method based on a distributed service according to an embodiment of the present application, which is an alternative embodiment based on the foregoing embodiment.
In this embodiment, after responding to the service consumption instruction issued by the service consumer device, the following may be added: and acquiring the service parameters from the service consumption instruction, and caching the service parameters into a preset information carrier.
As shown in fig. 4, the method comprises the steps of:
s401, responding to a service consumption instruction sent by service consumer equipment, determining a target routing sequence corresponding to the service consumption instruction, acquiring a service parameter from the service consumption instruction, and caching the service parameter into a preset information carrier.
And determining a target service from the service consumption instruction in response to the service consumption instruction sent by the service consumption side equipment, and determining a target routing sequence corresponding to the service consumption instruction according to a pre-specified routing sequence.
The service consumption instruction may further include parameters related to the service, for example, service parameters such as a service name version number, an IP, a retry number, and a timeout. The service parameters may be interface class information or the like. After responding to the service consumption instruction, the service parameters can be obtained from the service consumption instruction and cached in the preset information carrier. The preset information carrier can be a preset context virtual device or a distributed execution body, and is used for caching the service parameters, so that the subsequent service parameter acquisition is facilitated, and the problem that the interface information cannot be acquired is solved.
In this embodiment, before responding to the service consumption instruction issued by the service consumer device, the method further includes: and adding the service parameters into the annotation of the route according to a preset annotation marking algorithm.
Specifically, the route may be added with a sequential annotation in advance, or a service parameter may be added to the annotation. A route from the plurality of routes for which an annotation of a service parameter is to be added may be selected, the service parameter being added to the annotation of the route. The service parameter added in the annotation is a parameter that may be predetermined, for example, the service parameter may be interface class information.
The interface information is a basic element for service calling, and only after the interface information is acquired, the assembly of other information of the service can be further completed, so that the service calling is completed. In the prior art, in a unitized scene, interface type information cannot be known in unit routing, which affects cross-unit forwarding. The method and the device for processing the cell routing annotation can add the interface type information to the annotation of the cell routing in advance. That is, the service parameters may be obtained from the service consumption instructions or from the annotations.
The method has the advantages that service parameters such as interface information and the like can be directly obtained from the route, the problem that cross-unit forwarding cannot be achieved is solved, and the instruction processing efficiency is further improved.
In this embodiment, after determining, in response to a service consumption instruction issued by a service consumer device, a target routing order corresponding to the service consumption instruction, the method further includes: and obtaining the service parameters from the annotations of the target route in the target route sequence, and caching the service parameters into a preset information carrier.
Specifically, if the annotation of the service parameter exists in the target route sequence, the service parameter in the annotation can be obtained when the target route is executed, and the service parameter is cached in the preset information carrier. For example, when unit routing is executed, interface information is acquired in a form of scanning annotations, and the interface information is assigned to the information carrier, so that the interface information can be conveniently taken from the information carrier, and service calling is completed.
The beneficial effect of the setting is that the service parameters are acquired through the annotation, the problem that the interface information cannot be acquired in the prior art is solved, and the instruction processing efficiency is improved.
S402, screening service provider equipment in the distributed system based on a preset routing screening strategy according to a target routing sequence to obtain target service provider equipment; the preset routing screening strategy represents rule information for screening the service provider equipment.
After the target service provider device is determined, the service needs to be called in the target service provider device, and the processing of the instruction is completed.
In this embodiment, after obtaining the target service provider device, the method further includes: and according to the preset information storage position, assembling the service parameters in the information carrier in the target service provider equipment, and calling the service after the target service provider equipment is assembled to provide service for the service consumer equipment.
Specifically, in the invocation of the distributed service, the interface type information is a basic element of the invocation of the service, and only after the interface type information is obtained, the assembly of other service parameters can be further performed, so that the invocation of the service is further completed. Other service parameters may be service parameters other than interface class information, and may include, for example, user account, origination time, and amount of money.
Information storage locations for the respective service parameters are set in advance in the service provider device. And acquiring the service parameters from the information carrier, and assembling the service parameters in the target service provider equipment according to the information storage position. And the target service provider equipment can perform service call after being assembled, provide service for the service consumer equipment and complete the processing of the instruction.
The method has the advantages that the required service parameters can be acquired and assembled, service calling is facilitated, and instruction processing efficiency is improved.
S403, sending the service consumption instruction to the target service provider equipment for processing; the target service provider device is used for providing services for the service consumer device according to the service consumption instruction.
The embodiment of the application determines that the service is required to be provided for the service consumer by responding to the service consumption instruction sent by the service consumer device. The distributed system comprises a plurality of service provider devices, so that the service provider devices can be screened according to a preset routing strategy and a routing sequence. The routing order of different services may be different, and the order of the respective routes may be specified in advance. Based on the service consumption instructions, a specified target routing order may be determined. And screening to obtain target service provider equipment according to the target routing sequence, and processing the service consumption instruction by the target service provider equipment to provide service for the user. The problem that in the prior art, the routing sequence of different services cannot be flexibly changed is solved. The routing can be arranged according to the expected sequence under different scenes, the transaction instruction is prevented from being incomplete, and the instruction processing efficiency is improved.
Fig. 5 is a schematic structural diagram of an instruction processing apparatus based on a distributed service according to an embodiment of the present application, where the apparatus is applied to a distributed system, where the distributed system includes at least two service provider devices, and the apparatus may be implemented by software, hardware, or a combination of the two. As shown in fig. 5, the apparatus includes: a target routing order determination module 501, a target service provider device determination module 502, and an instruction processing module 503.
A target routing sequence determining module 501, configured to determine, in response to a service consumption instruction sent by a service consumer device, a target routing sequence corresponding to the service consumption instruction; wherein the service consumption instruction is used for indicating to process transaction information;
a target service provider device determining module 502, configured to screen, according to the target routing sequence and based on a preset routing screening policy, service provider devices in the distributed system to obtain a target service provider device; the preset routing screening strategy represents rule information for screening the service provider equipment;
the instruction processing module 503 is configured to send the service consumption instruction to the target service provider device for processing; and the target service provider device is used for providing services for the service consumer device according to the service consumption instruction.
Optionally, the target routing order determining module 501 includes:
the target service determining unit is used for responding to a service consumption instruction sent by service consumer equipment and determining a target service corresponding to the service consumption instruction;
and the sequence determining unit is used for determining a target routing sequence of the target service according to the incidence relation between the preset service and the routing sequence.
Optionally, the order determining unit is specifically configured to:
determining at least two target routes corresponding to the target service according to a preset incidence relation between the service and the routes;
and acquiring a preset sequence annotation in the target route, and sequencing the target route according to the sequence annotation to obtain a target route sequence.
Optionally, the apparatus further comprises:
and the sequence annotation marking module is used for marking sequence annotations on each route in the distributed system according to a preset annotation marking algorithm before acquiring the preset sequence annotations in the target route, wherein the sequence annotations are used for displaying the specified route sequence.
Optionally, the routing in the distributed system includes at least one of conditional routing, script routing, simulation routing, unit routing, and custom routing.
Optionally, the target service provider device determining module 502 includes:
a screening policy determination unit, configured to determine a routing screening policy of each target route in the target route sequence;
and the service provider equipment screening unit is used for sequentially screening the target routes in the target route sequence according to the route screening strategies of the target routes to obtain the target service provider equipment.
Optionally, the service provider device screening unit is specifically configured to:
determining a target route of the currently executed route screening strategy as a first route according to the target route sequence;
according to the route screening strategy of the first route, screening service provider equipment in the distributed system to obtain first candidate service provider equipment;
if a target route exists after the first route in the target route sequence, determining the target route after the first route as a second route;
screening the first candidate service provider equipment according to the route screening strategy of the second route to obtain second candidate service provider equipment;
and if the target route does not exist after the second route in the target route sequence, determining the second candidate service provider equipment as the target service provider equipment.
Optionally, the apparatus further comprises:
and the service parameter acquisition module is used for acquiring service parameters from the service consumption instruction after responding to the service consumption instruction sent by the service consumer device, and caching the service parameters into a preset information carrier.
Optionally, the apparatus further comprises:
and the parameter assembling module is used for assembling the service parameters in the information carrier in the target service provider equipment according to a preset information storage position after the target service provider equipment is obtained, and the target service provider equipment calls the service after being assembled to provide the service for the service consumer equipment.
Optionally, the apparatus further comprises:
and the parameter marking module is used for adding the service parameters into the routing annotation according to a preset annotation marking algorithm before responding to the service consumption instruction sent by the service consumer device.
Optionally, the apparatus further comprises:
and the parameter acquisition module is used for acquiring service parameters from annotations of the target route in the target route sequence after responding to a service consumption instruction sent by service consumer equipment and determining the target route sequence corresponding to the service consumption instruction, and caching the service parameters into a preset information carrier.
The embodiment of the application determines that the service is required to be provided for the service consumer by responding to the service consumption instruction sent by the service consumer device. The distributed system comprises a plurality of service provider devices, so that the service provider devices can be screened according to a preset routing strategy and a routing sequence. The routing order of different services may be different, and the order of the respective routes may be specified in advance. Based on the service consumption instructions, a specified target routing order may be determined. And screening to obtain target service provider equipment according to the target routing sequence, and processing the service consumption instruction by the target service provider equipment to provide service for the user. The problem that in the prior art, the routing sequence of different services cannot be flexibly changed is solved. The routing can be arranged according to the expected sequence under different scenes, the transaction instruction is prevented from being incomplete, and the instruction processing efficiency is improved.
FIG. 6 is a block diagram illustrating an electronic device, which may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like, in accordance with an exemplary embodiment.
The apparatus 600 may include one or more of the following components: a processing component 602, a memory 604, a power component 606, a multimedia component 608, an audio component 610, an input/output (I/O) interface 612, a sensor component 614, and a communication component 616.
The processing component 602 generally controls overall operation of the device 600, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 602 may include one or more processors 620 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 602 can include one or more modules that facilitate interaction between the processing component 602 and other components. For example, the processing component 602 can include a multimedia module to facilitate interaction between the multimedia component 608 and the processing component 602.
The memory 604 is configured to store various types of data to support operations at the apparatus 600. Examples of such data include instructions for any application or method operating on device 600, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 604 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
Power supply component 606 provides power to the various components of device 600. The power components 606 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the apparatus 600.
The multimedia component 608 includes a screen that provides an output interface between the device 600 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 608 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the device 600 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 610 is configured to output and/or input audio signals. For example, audio component 610 includes a Microphone (MIC) configured to receive external audio signals when apparatus 600 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may further be stored in the memory 604 or transmitted via the communication component 616. In some embodiments, audio component 610 further includes a speaker for outputting audio signals.
The I/O interface 612 provides an interface between the processing component 602 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor component 614 includes one or more sensors for providing status assessment of various aspects of the apparatus 600. For example, the sensor component 614 may detect an open/closed state of the device 600, the relative positioning of components, such as a display and keypad of the device 600, the sensor component 614 may also detect a change in position of the device 600 or a component of the device 600, the presence or absence of user contact with the device 600, orientation or acceleration/deceleration of the device 600, and a change in temperature of the device 600. The sensor assembly 614 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 614 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 614 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 616 is configured to facilitate communications between the apparatus 600 and other devices in a wired or wireless manner. The apparatus 600 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 616 receives broadcast signals or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 616 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 600 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer readable storage medium comprising instructions, such as the memory 604 comprising instructions, executable by the processor 620 of the apparatus 600 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
A non-transitory computer-readable storage medium, in which instructions are executed by a processor of a terminal device, so that the terminal device can perform the instruction processing method based on a distributed service of the terminal device.
The present application also discloses a computer program product comprising a computer program which, when executed by a processor, implements the instruction processing method based on distributed services as described in the present embodiment.
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuitry, Field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), system on a chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, receiving data and instructions from, and transmitting data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for implementing the methods of the present application may be written in any combination of one or more programming languages. These program codes may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the program codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package partly on the machine and partly on a remote machine or entirely on the remote machine or electronic device.
In the context of this application, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back-end component (e.g., as data electronics), or that includes a middleware component (e.g., application electronics), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), Wide Area Networks (WANs), and the Internet.
The computer system may include a client and an electronic device. The client and the electronic device are generally remote from each other and typically interact through a communication network. The relationship of client and electronic device arises by virtue of computer programs running on the respective computers and having a client-electronic device relationship to each other. The electronic device may be a cloud electronic device, which is also called a cloud computing electronic device or a cloud host, and is a host product in a cloud computing service system, so as to solve the defects of high management difficulty and low service extensibility in a conventional physical host and VPS service ("Virtual Private Server", or "VPS" for short). The electronic device may also be a distributed system of electronic devices or an electronic device incorporating a blockchain. It should be understood that various forms of the flows shown above may be used, with steps reordered, added, or deleted. For example, the steps described in the present application may be executed in parallel, sequentially, or in different orders, as long as the desired results of the technical solutions disclosed in the present application can be achieved, and the present invention is not limited herein.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.
It will be understood that the present application is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the application is limited only by the appended claims.

Claims (15)

1. An instruction processing method based on distributed service is characterized in that the method is applied to a distributed system, wherein the distributed system comprises at least two service provider devices, and the method comprises the following steps:
responding to a service consumption instruction sent by service consumer equipment, and determining a target routing sequence corresponding to the service consumption instruction; wherein the service consumption instruction is used for indicating to process transaction information;
screening the service provider equipment in the distributed system based on a preset routing screening strategy according to the target routing sequence to obtain target service provider equipment; the preset routing screening strategy represents rule information for screening the service provider equipment;
sending the service consumption instruction to the target service provider equipment for processing; and the target service provider device is used for providing services for the service consumer device according to the service consumption instruction.
2. The method of claim 1, wherein determining, in response to a service consumption instruction issued by a service consumer device, a target routing order corresponding to the service consumption instruction comprises:
responding to a service consumption instruction sent by service consumer equipment, and determining a target service corresponding to the service consumption instruction;
and determining a target routing sequence of the target service according to the incidence relation between the preset service and the routing sequence.
3. The method of claim 2, wherein determining the target routing order of the target service according to the association relationship between the preset service and the routing order comprises:
determining at least two target routes corresponding to the target service according to a preset incidence relation between the service and the routes;
and acquiring a preset sequence annotation in the target route, and sequencing the target route according to the sequence annotation to obtain a target route sequence.
4. The method according to claim 3, further comprising, before obtaining the preset order annotation in the target route:
according to a preset annotation marking algorithm, marking sequence annotation on each route in the distributed system, wherein the sequence annotation is used for displaying a specified route sequence.
5. The method of claim 1, wherein the routes in the distributed system include at least one of conditional routes, scripted routes, simulated routes, cell routes, and custom routes.
6. The method of claim 3, wherein screening the service provider devices in the distributed system according to the target routing order based on a preset routing screening policy to obtain target service provider devices comprises:
determining a route screening strategy of each target route in the target route sequence;
and according to the route screening strategy of the target route, sequentially screening the target route in the target route sequence by service provider equipment to obtain the target service provider equipment.
7. The method of claim 6, wherein the sequentially screening the target routes in the target route order by the service provider devices according to the route screening policy of the target routes to obtain the target service provider devices comprises:
determining a target route of the currently executed route screening strategy as a first route according to the target route sequence;
according to the route screening strategy of the first route, screening service provider equipment in the distributed system to obtain first candidate service provider equipment;
if a target route exists after the first route in the target route sequence, determining the target route after the first route as a second route;
screening the first candidate service provider equipment according to the route screening strategy of the second route to obtain second candidate service provider equipment;
and if the target route does not exist after the second route in the target route sequence, determining the second candidate service provider equipment as the target service provider equipment.
8. The method of claim 1, further comprising, after responding to a service consumption instruction issued by a service consumer device:
and acquiring service parameters from the service consumption instruction, and caching the service parameters into a preset information carrier.
9. The method of claim 8, further comprising, after obtaining the target service provider device:
and assembling the service parameters in the information carrier in the target service provider equipment according to a preset information storage position, wherein the target service provider equipment performs service calling after being assembled and provides service for service consumer equipment.
10. The method of claim 1, further comprising, prior to responding to the service consumption instruction issued by the service consumer device:
and adding the service parameters into the annotation of the route according to a preset annotation marking algorithm.
11. The method of claim 10, after determining a target routing order corresponding to a service consumption instruction issued by a service consumer device in response to the service consumption instruction, further comprising:
and acquiring service parameters from the annotations of the target route in the target route sequence, and caching the service parameters into a preset information carrier.
12. An instruction processing apparatus based on distributed services, the apparatus being applied in a distributed system, the distributed system including at least two service provider devices, the apparatus comprising:
the target routing sequence determining module is used for responding to a service consumption instruction sent by service consumer equipment and determining a target routing sequence corresponding to the service consumption instruction; wherein the service consumption instruction is used for indicating to process transaction information;
the target service provider equipment determining module is used for screening the service provider equipment in the distributed system based on a preset route screening strategy according to the target route sequence to obtain the target service provider equipment; the preset routing screening strategy represents rule information for screening the service provider equipment;
the instruction processing module is used for sending the service consumption instruction to the target service provider equipment for processing; and the target service provider device is used for providing services for the service consumer device according to the service consumption instruction.
13. An electronic device, comprising: a processor, and a memory communicatively coupled to the processor;
the memory stores computer-executable instructions;
the processor executes the computer-executable instructions stored by the memory to implement the distributed based service provisioning method of any of claims 1-11.
14. A computer-readable storage medium having stored therein computer-executable instructions for implementing the distributed service providing method according to any one of claims 1-11 when executed by a processor.
15. A computer program product comprising a computer program which, when executed by a processor, carries out the distribution-based service provision method according to any one of claims 1 to 11.
CN202210461691.XA 2022-04-28 2022-04-28 Instruction processing method, device and equipment based on distributed service and storage medium Pending CN114979138A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210461691.XA CN114979138A (en) 2022-04-28 2022-04-28 Instruction processing method, device and equipment based on distributed service and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210461691.XA CN114979138A (en) 2022-04-28 2022-04-28 Instruction processing method, device and equipment based on distributed service and storage medium

Publications (1)

Publication Number Publication Date
CN114979138A true CN114979138A (en) 2022-08-30

Family

ID=82978642

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210461691.XA Pending CN114979138A (en) 2022-04-28 2022-04-28 Instruction processing method, device and equipment based on distributed service and storage medium

Country Status (1)

Country Link
CN (1) CN114979138A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109191109A (en) * 2018-08-30 2019-01-11 中国平安人寿保险股份有限公司 The self-adapting regulation method and device of transaction routing rule
CN110601977A (en) * 2019-08-29 2019-12-20 凡普数字技术有限公司 Configuration method and device of routing strategy and storage medium
CN111147371A (en) * 2018-11-02 2020-05-12 华为技术有限公司 Method for processing routing event record table item, network equipment and control equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109191109A (en) * 2018-08-30 2019-01-11 中国平安人寿保险股份有限公司 The self-adapting regulation method and device of transaction routing rule
CN111147371A (en) * 2018-11-02 2020-05-12 华为技术有限公司 Method for processing routing event record table item, network equipment and control equipment
CN110601977A (en) * 2019-08-29 2019-12-20 凡普数字技术有限公司 Configuration method and device of routing strategy and storage medium

Similar Documents

Publication Publication Date Title
EP3515046A1 (en) Task management based on instant communication message
CN106919629B (en) Method and device for realizing information screening in group chat
CN112506553B (en) Upgrading method and device for data surface container of service grid and electronic equipment
CN109586951B (en) Method, device, electronic equipment and readable storage medium for implementing fault transfer
CN112256563A (en) Android application stability testing method and device, electronic equipment and storage medium
CN110769311A (en) Method, device and system for processing live data stream
CN114095794B (en) Information processing method, information processing device, electronic equipment and computer readable storage medium
CN112383661B (en) Mobile terminal automatic test method and device, electronic equipment and storage medium
CN114979138A (en) Instruction processing method, device and equipment based on distributed service and storage medium
CN112581102A (en) Task management method and device, electronic equipment and storage medium
CN114443160A (en) Message pushing method and device, electronic equipment and storage medium
CN107257384B (en) Service state monitoring method and device
CN107295144B (en) Method and device for deleting contact number
KR101689599B1 (en) Terminal and method for sharing contents thereof
CN112182027B (en) Information query method, device, electronic equipment and storage medium
CN115002227B (en) User access request response method, storage medium and electronic device
CN109739763B (en) Code segment operation method, device, terminal and storage medium
CN112506700B (en) Conflict processing method, device, electronic equipment and storage medium
CN112506628B (en) Agent program management method, device, computer equipment and storage medium
CN113468503B (en) Identification information distribution method and device and electronic equipment
CN113191792B (en) Task processing method, device, electronic equipment, storage medium and program product
CN110311968B (en) Method and device for loading file in streaming mode and intelligent equipment
CN116228244A (en) Method and device for providing service information and service assembly
CN116708671A (en) Customer service system routing node determining method, equipment and storage medium
CN116321363A (en) Communication method, device, equipment and storage medium based on long-distance radio

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