Movatterモバイル変換


[0]ホーム

URL:


CN112202605A - Service configuration method, device, equipment and storage medium - Google Patents

Service configuration method, device, equipment and storage medium
Download PDF

Info

Publication number
CN112202605A
CN112202605ACN202011035212.5ACN202011035212ACN112202605ACN 112202605 ACN112202605 ACN 112202605ACN 202011035212 ACN202011035212 ACN 202011035212ACN 112202605 ACN112202605 ACN 112202605A
Authority
CN
China
Prior art keywords
service
address
address registration
sending
receiving
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
CN202011035212.5A
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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank CorpfiledCriticalChina Construction Bank Corp
Priority to CN202011035212.5ApriorityCriticalpatent/CN112202605A/en
Publication of CN112202605ApublicationCriticalpatent/CN112202605A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

The embodiment of the invention discloses a service configuration method, a device, equipment and a storage medium. The method comprises the following steps: executed by a service provider, comprising: sending an address registration request message to an address registration center according to the name of the service; after receiving the message of successful address registration, sending a notification message to a service consumption end; so that the service consumer can obtain the address of the service from the address registration center. By adopting the technical means, the purposes of reducing the cost and difficulty of development, operation and maintenance can be achieved.

Description

Service configuration method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of lightweight registration configuration, in particular to a service configuration method, a device, equipment and a storage medium.
Background
The party group integrated service platform adopts a micro-service framework system, and service registration, discovery and configuration among all applications need additional configuration and management.
At present, due to various reasons, a plurality of services cannot realize uniform configuration management, so that the system development, operation and maintenance cost is high, the difficulty is high, the time consumption is long, and the like.
Therefore, a method is needed to reduce the cost and difficulty of developing operation and maintenance.
Disclosure of Invention
The invention provides a service configuration method, a service configuration device, service configuration equipment and a storage medium, and aims to reduce the cost and difficulty of development, operation and maintenance.
In a first aspect, an embodiment of the present invention provides a service configuration method, which is executed by a service provider, and includes:
sending an address registration request message to an address registration center according to the name of the service;
after receiving the message of successful address registration, sending a notification message to a service consumption end; so that the service consumer can obtain the address of the service from the address registration center.
Optionally, the same service corresponds to at least one address of the address registration center.
Optionally, the notification message carries a name of the service.
Optionally, before sending the request message for address registration to the address registration center according to the name of the service, the method further includes:
and configuring a preset rule for the service provider so that the service provider starts the service according to the preset rule.
Optionally, after the message that the address registration is successful is received and a notification message is sent to the service consumer, the method further includes:
and sending the name of the service, the parameter of the service or the calling method of the service to a storage center.
In a second aspect, an embodiment of the present invention further provides a service configuration method, executed by a service consumer, including:
after receiving a notification message of successful service address registration, sending a request message for acquiring at least one address of the service to an address registration center;
and receiving at least one address of the service, and calling the service according to the at least one address.
Optionally, the method further includes:
and interacting with the service provider through a preset protocol.
Optionally, before the receiving the notification message that the service address registration is successful, the method further includes:
and configuring preset rules for the service consumption end so that the service consumption end determines the corresponding service providing end when starting service.
In a third aspect, an embodiment of the present invention further provides a service configuration apparatus, configured at a service provider, including:
a request message sending module, which is used for sending the request message of address registration to the address registration center according to the name of the service;
the notification message sending module is used for sending a notification message to the service consumption end after receiving the message of successful address registration; so that the service consumer can obtain the address of the service from the address registration center.
Optionally, the same service corresponds to at least one address of the address registration center.
Optionally, the notification message carries a name of the service.
The device further comprises:
and the preset rule configuration module is used for configuring preset rules for the service provider so that the service provider starts the service according to the preset rules.
The device further comprises:
and the service sending module is used for sending the name of the service, the parameter of the service or the calling method of the service to a storage center.
In a fourth aspect, an embodiment of the present invention further provides a service configuration apparatus, configured at a service consumer, including:
a request message sending module, configured to send a request message for obtaining at least one address of the service to an address registration center after receiving a notification message that service address registration is successful;
and the address receiving module is used for receiving at least one address of the service and calling the service according to the at least one address.
Optionally, the apparatus further comprises:
and interacting with the service provider through a preset protocol.
Optionally, the apparatus further comprises:
and the preset rule configuration module is used for configuring preset rules for the service consumption end so that the service consumption end determines the corresponding service providing end when starting service.
The invention sends the request message of address registration to the address registration center according to the name of the service; after receiving the message of successful address registration, sending a notification message to a service consumption end; so that the service consumer can obtain the address of the service from the address registration center. By adopting the technical means, the purposes of reducing the cost and difficulty of development, operation and maintenance can be achieved.
Drawings
Fig. 1a is a schematic flowchart of a service configuration method according to a first embodiment of the present invention;
FIG. 1b is a schematic diagram of a service configuration framework provided in the first embodiment of the present invention;
fig. 2 is a flowchart illustrating a service configuration method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a service configuration apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a service configuration apparatus according to a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of an apparatus provided in the fifth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, subprograms, and the like.
Example one
Fig. 1a is a schematic flowchart of a service configuration method according to an embodiment of the present invention, where the method is applicable to a party complex service platform-based configuration situation, the method can be executed by a service provider, and the method can be executed by a service configuration device. The device can be realized in a software and/or hardware mode, can be integrated in electronic equipment, and specifically comprises the following steps:
and S110, sending a request message of address registration to the address registration center according to the name of the service.
In this embodiment, optionally, the same service corresponds to at least one address of the address registration center. In this embodiment, the names corresponding to different services are different, where the name of a service may be an ID or a specific number of the service. The address registry may be an EDAS (Enterprise Distributed Application Service) address registry, and specifically, the EDAS takes Distributed products of multiple types of long-run sand farms of an acris middleware team as core basic components, provides a high-availability Distributed solution for an Enterprise-level cloud computing market, and is a core product of an acris Enterprise-level internet architecture solution. EDAS makes full use of the resource management and service system of Aliskiu, introduces a whole set of mature distributed products of Aliskia middleware, and helps enterprise-level customers to easily construct a large-scale distributed application service system.
The request message refers to a message for acquiring an address in the address registry.
Optionally, before sending the request message for address registration to the address registration center according to the name of the service, the method further includes:
and configuring a preset rule for the service provider so that the service provider starts the service according to the preset rule.
In this embodiment, the preset rule refers to configuring the service provider through an EDAS configuration center. The specific rule is preset.
S120, after receiving the message of successful address registration, sending a notification message to a service consumption end; so that the service consumer can obtain the address of the service from the address registration center.
In this embodiment, optionally, the notification message carries a name of the service. In this embodiment, after the address registration center successfully registers the address of the service, the address registration center sends a message that the address registration is successful to the service provider. And after receiving the message of successful address registration, the service providing end sends a notification message to the service consuming end. And the service consumer side acquires the service address from the address registration center. Wherein, one service has more than one corresponding address. Illustratively, the same service corresponds to 5 addresses. The service consumer can obtain any one of the 5 addresses of the service from the address registry.
Optionally, after the message that the address registration is successful is received and a notification message is sent to the service consumer, the method further includes:
and sending the name of the service, the parameter of the service or the calling method of the service to a storage center.
In this embodiment, the name of the service, the parameter of the service, or the calling method of the service is sent to the storage center, so that a subsequent user can view the service through the storage center.
Specifically, the user may view the information in a manner of accessing the storage center through the console. Further, the query process may be to perform a query according to the name of the service and the parameters of the service.
In this embodiment, specifically, refer to a schematic diagram of a service configuration framework shown in fig. 1 b.
The invention sends the request message of address registration to the address registration center according to the name of the service; after receiving the message of successful address registration, sending a notification message to a service consumption end; so that the service consumer can obtain the address of the service from the address registration center. By adopting the technical means, the purposes of reducing the cost and difficulty of development, operation and maintenance can be achieved.
Example two
Fig. 2 is a schematic flowchart of a service configuration method provided in the second embodiment of the present invention, where this embodiment is applicable to a situation of performing configuration based on a party complex service platform, the method may be executed by a service consumer, and the method may be executed by a service configuration device, and the device may be implemented in a software and/or hardware manner, and may be integrated in an electronic device, and specifically includes the following steps:
s210, after receiving the notification message of successful service address registration, sending a request message for acquiring at least one address of the service to an address registration center.
In this embodiment, the address registration center has the following functions: a service registry. The service registry is the core of the registry and is used to record information about individual microservices, such as their name, IP, port, etc. The service registry provides a query API (Application Programming Interface) and a management API, wherein the query API is used for querying available micro-service instances, and the management API is used for registering and cancelling services; and (3) registering and discovering the service, wherein the service registration refers to the process of registering the information of the micro service to a registration center when the micro service is started. Service discovery refers to a mechanism for querying an available micro-service list and network addresses; and service checking, namely, the address registry periodically detects registered services by using a certain mechanism, and if an instance is found to be inaccessible for a long time, the instance is removed from the service registry.
In this embodiment, after the address registration center successfully registers the address of the service, the address registration center sends a message that the address registration is successful to the service provider. And after receiving the message of successful address registration, the service providing end sends a notification message to the service consuming end.
S220, receiving at least one address of the service, and calling the service according to the at least one address.
Optionally, the method further includes:
and interacting with the service provider through a preset protocol.
In this embodiment, the preset protocol refers to RPC (Remote Procedure Call). In particular, other programs or computer-processed processes can be utilized with the RPC program. Client or server mode computing combines remote procedure calls with other technologies, such as messaging, as a mechanism for intersystem communication. Clients perform their tasks, but rely on the server to provide backend file services. RPC provides a communication mechanism for clients to apply for services from a backend server,
optionally, before the receiving the notification message that the service address registration is successful, the method further includes:
and configuring preset rules for the service consumption end so that the service consumption end determines the corresponding service providing end when starting service.
After receiving a notification message of successful service address registration, sending a request message for acquiring at least one address of the service to an address registration center; and receiving at least one address of the service, and calling the service according to the at least one address. By adopting the technical means, the purposes of reducing the cost and difficulty of development, operation and maintenance can be achieved.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a service configuration apparatus according to a third embodiment of the present invention. The service configuration apparatus provided in the embodiment of the present invention may execute a service configuration method provided in any embodiment of the present invention, and specifically, configure the service configuration apparatus at a service providing end. The method has the corresponding functional modules and beneficial effects of the execution method. As shown in fig. 3, the apparatus includes:
a requestmessage sending module 310, configured to send a request message for address registration to an address registration center according to a name of a service;
a notificationmessage sending module 320, configured to send a notification message to the service consumer after receiving the message that the address registration is successful; so that the service consumer can obtain the address of the service from the address registration center.
Optionally, the same service corresponds to at least one address of the address registration center.
Optionally, the notification message carries a name of the service.
The device further comprises:
a presetrule configuration module 330, configured to perform preset rule configuration on the service provider, so that the service provider starts the service according to the preset rule.
The device further comprises:
theservice sending module 340 is configured to send the name of the service, the parameter of the service, or the calling method of the service to the storage center.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the above-described apparatus may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
The invention sends the request message of address registration to the address registration center according to the name of the service; after receiving the message of successful address registration, sending a notification message to a service consumption end; so that the service consumer can obtain the address of the service from the address registration center. By adopting the technical means, the purposes of reducing the cost and difficulty of development, operation and maintenance can be achieved.
Example four
Fig. 4 is a schematic structural diagram of a service configuration apparatus according to a fourth embodiment of the present invention. The service configuration device provided by the embodiment of the invention can execute the service configuration method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method. As shown in fig. 4, the apparatus includes:
a requestmessage sending module 410, configured to send, after receiving a notification message that service address registration is successful, a request message for obtaining at least one address of the service to an address registration center;
anaddress receiving module 420, configured to receive at least one address of the service, and invoke the service according to the at least one address.
Optionally, the apparatus further comprises:
and interacting with the service provider through a preset protocol.
Optionally, the apparatus further comprises:
the presetrule configuration module 430 is configured to configure a preset rule for the service consumer, so that the service consumer determines the corresponding service provider when starting a service.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the above-described apparatus may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
After receiving a notification message of successful service address registration, sending a request message for acquiring at least one address of the service to an address registration center; and receiving at least one address of the service, and calling the service according to the at least one address. By adopting the technical means, the purposes of reducing the cost and difficulty of development, operation and maintenance can be achieved.
EXAMPLE five
Fig. 5 is a schematic structural diagram of an apparatus according to a fifth embodiment of the present invention, and fig. 5 is a schematic structural diagram of an exemplary apparatus suitable for implementing the embodiment of the present invention. Thedevice 12 shown in fig. 5 is only an example and should not bring any limitations to the functionality and scope of use of the embodiments of the present invention.
As shown in FIG. 5,device 12 is in the form of a general purpose computing device. The components ofdevice 12 may include, but are not limited to: one or more processors orprocessing units 16, asystem memory 28, and abus 18 that couples various system components including thesystem memory 28 and theprocessing unit 16.
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Device 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible bydevice 12 and includes both volatile and nonvolatile media, removable and non-removable media.
Thesystem memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/orcache memory 32.Device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 5, and commonly referred to as a "hard drive"). Although not shown in FIG. 5, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected tobus 18 by one or more data media interfaces.System memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) ofprogram modules 42 may be stored, for example, insystem memory 28,such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment.Program modules 42 generally carry out the functions and/or methodologies of embodiments described herein.
Device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device,display 24, etc.), with one or more devices that enable a user to interact withdevice 12, and/or with any devices (e.g., network card, modem, etc.) that enabledevice 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O)interface 22. Also, thedevice 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via thenetwork adapter 20. As shown in FIG. 5, thenetwork adapter 20 communicates with the other modules of thedevice 12 via thebus 18. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction withdevice 12, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Theprocessing unit 16 executes various functional applications and data processing by running a program stored in thesystem memory 28, for example, implements a service configuration method provided by an embodiment of the present invention, which is executed by a service provider and includes:
sending an address registration request message to an address registration center according to the name of the service;
after receiving the message of successful address registration, sending a notification message to a service consumption end; so that the service consumer can obtain the address of the service from the address registration center.
Or, executed by a service consumer, comprising:
after receiving a notification message of successful service address registration, sending a request message for acquiring at least one address of the service to an address registration center;
and receiving at least one address of the service, and calling the service according to the at least one address.
EXAMPLE six
An embodiment of the present invention further provides a computer-readable storage medium, on which a computer program (or referred to as a computer-executable instruction) is stored, where the computer program, when executed by a processor, can implement a service configuration method according to any of the above embodiments, where the service configuration method is executed by a service provider, and the method includes:
sending an address registration request message to an address registration center according to the name of the service;
after receiving the message of successful address registration, sending a notification message to a service consumption end; so that the service consumer can obtain the address of the service from the address registration center.
Or, executed by a service consumer, comprising:
after receiving a notification message of successful service address registration, sending a request message for acquiring at least one address of the service to an address registration center;
and receiving at least one address of the service, and calling the service according to the at least one address.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having 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. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for embodiments of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (12)

CN202011035212.5A2020-09-272020-09-27Service configuration method, device, equipment and storage mediumPendingCN112202605A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202011035212.5ACN112202605A (en)2020-09-272020-09-27Service configuration method, device, equipment and storage medium

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202011035212.5ACN112202605A (en)2020-09-272020-09-27Service configuration method, device, equipment and storage medium

Publications (1)

Publication NumberPublication Date
CN112202605Atrue CN112202605A (en)2021-01-08

Family

ID=74007379

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202011035212.5APendingCN112202605A (en)2020-09-272020-09-27Service configuration method, device, equipment and storage medium

Country Status (1)

CountryLink
CN (1)CN112202605A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113742100A (en)*2021-08-272021-12-03欧电云信息科技(江苏)有限公司Service calling method, system, equipment and medium based on micro-service architecture
CN115002185A (en)*2022-05-092022-09-02北京城市网邻信息技术有限公司Data processing method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102427451A (en)*2011-12-062012-04-25宁波电业局Method and system for acquiring service application
WO2017185961A1 (en)*2016-04-262017-11-02中兴通讯股份有限公司Method and apparatus for processing service discovery
CN108234666A (en)*2018-01-162018-06-29云宏信息科技股份有限公司A kind of micro services calling system, method and computer storage media
CN108965461A (en)*2018-08-032018-12-07华数传媒网络有限公司Service administering method, device and dubbo service system
CN110708362A (en)*2019-09-192020-01-17贝壳技术有限公司Call relation determining method and device, storage medium and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102427451A (en)*2011-12-062012-04-25宁波电业局Method and system for acquiring service application
WO2017185961A1 (en)*2016-04-262017-11-02中兴通讯股份有限公司Method and apparatus for processing service discovery
CN108234666A (en)*2018-01-162018-06-29云宏信息科技股份有限公司A kind of micro services calling system, method and computer storage media
CN108965461A (en)*2018-08-032018-12-07华数传媒网络有限公司Service administering method, device and dubbo service system
CN110708362A (en)*2019-09-192020-01-17贝壳技术有限公司Call relation determining method and device, storage medium and electronic equipment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113742100A (en)*2021-08-272021-12-03欧电云信息科技(江苏)有限公司Service calling method, system, equipment and medium based on micro-service architecture
CN113742100B (en)*2021-08-272024-05-31欧电云信息科技(江苏)有限公司Service calling method, system, equipment and medium based on micro-service architecture
CN115002185A (en)*2022-05-092022-09-02北京城市网邻信息技术有限公司Data processing method and device, electronic equipment and storage medium

Similar Documents

PublicationPublication DateTitle
US7673029B2 (en)Grid automation bus to integrate management frameworks for dynamic grid management
EP3660665A1 (en)Business processing method, apparatus, device and system using the same, and readable storage medium of the same
US20100057865A1 (en)Transferable Debug Session in a Team Environment
US8874638B2 (en)Interactive analytics processing
US10454795B1 (en)Intermediate batch service for serverless computing environment metrics
CN111177112A (en)Database blocking method and device based on operation and maintenance management system and electronic equipment
CN111614729A (en)Method and device for controlling kubernets container cluster and electronic equipment
CN110098998B (en)Method and apparatus for processing information
CN114756390B (en) Message queue consumption method and system, electronic device and readable medium, product
CN114884956A (en)Method and device for realizing multi-cluster architecture and multi-cluster architecture system
CN112818336A (en)Data access method, data access device and computer readable storage medium
CN111371898A (en)Message monitoring method, device, equipment and storage medium
CN105681463A (en)Distributed service framework and distributed service calling system
CN111818145A (en)File transmission method, device, system, equipment and storage medium
CN112202605A (en)Service configuration method, device, equipment and storage medium
CN111274047A (en)Information processing method, terminal, system, computer device and storage medium
CN109981546B (en)Method and device for acquiring remote call relation between application modules
CN110275701B (en)Data processing method, device, medium and computing equipment
US11381665B2 (en)Tracking client sessions in publish and subscribe systems using a shared repository
CN108833147B (en)Configuration information updating method and device
CN115562892B (en) A Redis-based simulation system time management method and system, device and equipment
CN114490104B (en) Information forwarding method, device, equipment and medium in Android system module
CN114968636A (en)Fault processing method and device
CN114185717A (en)Microservice exception handling method, microservice exception handling apparatus, microservice exception handling device, microservice exception handling medium, and program product
US11210129B2 (en)Extended architecture as a service to integrate resource and transaction managers

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication

Application publication date:20210108

RJ01Rejection of invention patent application after publication

[8]ページ先頭

©2009-2025 Movatter.jp