CN117118830B - Distributed gateway configuration method and device based on queues - Google Patents

Distributed gateway configuration method and device based on queues Download PDF

Info

Publication number
CN117118830B
CN117118830B CN202311332072.1A CN202311332072A CN117118830B CN 117118830 B CN117118830 B CN 117118830B CN 202311332072 A CN202311332072 A CN 202311332072A CN 117118830 B CN117118830 B CN 117118830B
Authority
CN
China
Prior art keywords
gateway
gateways
configuration
queue
configuration items
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.)
Active
Application number
CN202311332072.1A
Other languages
Chinese (zh)
Other versions
CN117118830A (en
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.)
Beijing Zhian Technology Co ltd
Original Assignee
Beijing Zhian Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Zhian Technology Co ltd filed Critical Beijing Zhian Technology Co ltd
Priority to CN202311332072.1A priority Critical patent/CN117118830B/en
Publication of CN117118830A publication Critical patent/CN117118830A/en
Application granted granted Critical
Publication of CN117118830B publication Critical patent/CN117118830B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0894Policy-based network configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The embodiment of the application provides a distributed gateway configuration method and device based on a queue, which realize efficient distributed gateway configuration synchronization by introducing a mechanism based on the queue, can rapidly propagate configuration changes to all gateway nodes, can ensure instant synchronization no matter the number of the gateway nodes and network load, and solves the problems of complexity, configuration consistency and the like in the traditional configuration management in the prior art.

Description

Distributed gateway configuration method and device based on queues
Technical Field
The embodiments of the present application belong to the technical field of network security, and in particular, relate to a distributed gateway configuration method and device based on queues.
Background
In the prior art, a plurality of gateways corresponding to the same application need to be configured and changed, and the configuration of the plurality of gateways is sequentially changed at present, so that the problems of complexity, synchronization delay, configuration consistency and the like in the conventional configuration management are caused.
Disclosure of Invention
In order to solve or alleviate the problems in the prior art, the embodiment of the invention provides a distributed gateway configuration method and device based on a queue, which are used for solving the problems of complexity, synchronization delay, configuration consistency and the like in the traditional configuration management in the prior art.
In a first aspect, an embodiment of the present application provides a method for configuring a distributed gateway based on a queue, including:
receiving all corresponding gateway configuration item change release requests for specific applications;
transmitting the configuration items of all the corresponding gateways to the corresponding task queues;
monitoring whether the configuration item of the corresponding gateway of the task queue is changed, if so, packaging the configuration item into a message to be transmitted to the corresponding gateway, and marking the corresponding gateway;
triggering all corresponding gateways to reload, and canceling marks of all corresponding gateways;
and receiving a notification that the configuration item change operation of all the corresponding gateways is completed, and notifying the specific application that the configuration item change of all the corresponding gateways is effective.
As a preferred embodiment of the present application, before receiving the request for issuing all the changes to the corresponding gateway configuration item of the specific application, the method includes:
and receiving a request for establishing a mapping relation table of the specific application and the corresponding gateway so as to establish the mapping relation table of the specific application and the corresponding gateway.
As a preferred embodiment of the present application, after receiving all the corresponding gateway configuration item change issuing requests for the specific application, the method includes:
and storing all the changed contents of the corresponding gateway configuration items of the specific application in a database.
As a preferred embodiment of the present application, the sending the configuration items of all the corresponding gateways to the corresponding task queues includes:
and marking the configuration items of all the corresponding gateways with version numbers, and sending the configuration items of all the corresponding gateways with the marked version numbers to corresponding task queues.
As a preferred embodiment of the present application, before the encapsulating the configuration item into a message is transferred to the corresponding gateway, the method includes:
and acquiring the first queue locks corresponding to all the corresponding gateways so that all the corresponding gateways cannot be reloaded.
As a preferred embodiment of the present application, after the encapsulating the configuration item into a message is transferred to the corresponding gateway, the method includes:
and releasing the first queue locks corresponding to all the corresponding gateways so that all the corresponding gateways can be reloaded.
As a preferred embodiment of the present application, after the encapsulating the configuration item into a message is transferred to the corresponding gateway, the method further includes:
polling to monitor whether all corresponding gateway configuration items of the specific application are consistent;
and if the configuration items are inconsistent, packaging the configuration items into messages and transmitting the messages to corresponding gateways of the inconsistent configuration items.
As a preferred embodiment of the present application, before triggering reloading of all the corresponding gateways, the method includes:
acquiring second queue locks corresponding to all the corresponding gateways so as to reload all the corresponding gateways;
as a preferred embodiment of the present application, after the marking of all the corresponding gateways is canceled, the method includes:
and releasing the second queue locks corresponding to all the corresponding gateways.
Compared with the prior art, the distributed gateway configuration method based on the queue, provided by the embodiment of the application, realizes efficient distributed gateway configuration synchronization by introducing a mechanism based on the queue, can ensure instant synchronization no matter the number of gateway nodes and network load, and solves the problems of complexity, configuration consistency and the like in the traditional configuration management in the prior art.
In a second aspect, an embodiment of the present application further provides a distributed gateway configuration device based on a queue, including:
the receiving module is used for receiving all the corresponding gateway configuration item change release requests of the specific application;
the sending module is used for sending the configuration items of all the corresponding gateways to the corresponding task queues;
the monitoring module is used for monitoring whether the configuration item of the corresponding gateway of the task queue is changed or not, if so, packaging the configuration item into a message, transmitting the message to the corresponding gateway, and marking the corresponding gateway;
the triggering module is used for triggering all the corresponding gateways to reload and canceling the marks of all the corresponding gateways;
and the receiving module is used for receiving the notification that the configuration item changing operation of all the corresponding gateways is completed and notifying the specific application that the configuration item changing of all the corresponding gateways is effective.
Compared with the prior art, the beneficial effects of the distributed gateway configuration device based on the queue provided by the embodiment of the application are the same as those of the technical scheme provided in the first aspect, and are not repeated here.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiments of the application and together with the description serve to explain the application and do not constitute an undue limitation to the application. Some specific embodiments of the present application will be described in detail hereinafter by way of example and not by way of limitation with reference to the accompanying drawings. The same reference numbers in the drawings denote the same or similar parts or portions, and it will be understood by those skilled in the art that the drawings are not necessarily drawn to scale, in which:
fig. 1 is a flow chart of a queue-based distributed gateway configuration method according to an embodiment of the present application;
fig. 2 is a flow chart of a queue-based distributed gateway configuration method according to another embodiment of the present application;
fig. 3 is a schematic structural diagram of a queue-based distributed gateway configuration according to an embodiment of the present application.
Detailed Description
In order to enable those skilled in the art to better understand the present application, the following description will make clear and complete descriptions of the technical solutions in the embodiments of the present application with reference to the accompanying drawings in the embodiments of the present application. It will be apparent that the described embodiments are merely some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, shall fall within the scope of the present application.
In a first aspect, as shown in fig. 1 and fig. 2, an embodiment of the present application provides a distributed gateway configuration method based on a queue, which is specifically applied to a platform, including:
step S01, receiving all corresponding gateway configuration item change release requests for specific applications;
it should be noted that, in the embodiment of the present application, in a specific practical application, an enterprise may manage, through a unified platform, software systems used by employees in different areas inside the enterprise, such as an OA management system and an attendance management system; however, each different software system in each area corresponds to a gateway, and when configuration changes need to be performed on the gateways corresponding to the software systems in different areas, operations need to be performed on the platform, for example, operations such as deleting and editing specific applications, etc. are performed by selecting all the configuration items to be changed of the gateways corresponding to the specific applications on the platform. Meanwhile, parameters needed for generating the configuration items need to be written: domain name, protocol, port, callback address, etc.
Prior to step S01, it includes:
and receiving a request for establishing a mapping relation table of the specific application and the corresponding gateway so as to establish the mapping relation table of the specific application and the corresponding gateway.
It should be noted that, because the platform has its own background system, before all users issue all the change requests of the corresponding gateways through the platform, the background system needs to establish a mapping relationship with the gateway corresponding to each specific application, so that the gateway corresponding to the specific application can be conveniently determined through the platform selection.
After step S01, it includes:
and storing all the changed contents of the corresponding gateway configuration items of the specific application in a database.
It should be noted that, by storing all the changed contents of the corresponding gateway configuration items in the database, the database is set on the platform, so that the changed contents of all the corresponding gateway configuration items can be conveniently released to the corresponding queues and conveniently obtained.
Step S02, transmitting the configuration items of all the corresponding gateways to the corresponding task queues;
step S02, including:
and marking the configuration items of all the corresponding gateways with version numbers, and sending the configuration items of all the corresponding gateways with the marked version numbers to corresponding task queues.
When the system needs to be used, each configuration change is accompanied by a version number, so that the system can accurately track and manage the historical change of the configuration.
It should be noted that, the configuration change is not carried out on all gateways one by one, but a mechanism based on a queue is introduced, the configuration items of all corresponding gateways are sent to the corresponding queues, the gateways are arranged in one-to-one correspondence with the queues, that is, each gateway corresponds to one queue, and each queue operates independently, so that all the gateways can independently carry out the configuration item change, the efficient distributed gateway configuration synchronization is realized, the configuration change can be rapidly propagated to all the gateway nodes, the real-time synchronization can be ensured no matter how many gateway nodes and network loads are, and the problems of complexity, configuration consistency and the like in the traditional configuration management in the prior art are solved.
Step S03, monitoring whether the configuration item of the corresponding gateway of the task queue is changed, if so, packaging the configuration item into a message to be transmitted to the corresponding gateway, and marking the corresponding gateway;
it should be noted that, in this embodiment of the present application, a gateway configuration reload monitor is provided on a platform, and the gateway configuration reload monitor monitors whether there is a change in a corresponding queue, that is, whether there is an increase in data in the corresponding queue, if there is a change in the corresponding queue, packages the configuration item into a message, transmits the message to a corresponding gateway, and marks the corresponding gateway; in particular, in the process of packaging the configuration item, compression processing, format change processing and the like are actually performed, and the colleague needs to mark the corresponding gateway, so that the gateway can be identified as the gateway to be subjected to configuration item change.
Prior to step S05, comprising:
and acquiring the first queue locks corresponding to all the corresponding gateways so that all the corresponding gateways cannot be reloaded.
When the configuration item is packaged into a message to be transferred to the corresponding gateway, all the corresponding gateways cannot be reloaded.
After step S05, it includes:
and releasing the first queue locks corresponding to all the corresponding gateways so that all the corresponding gateways can be reloaded.
When the configuration item is encapsulated into a message and transmitted to the corresponding gateway, the first queue lock needs to be released, that is, the first queue lock is returned to the background, so that the gateway needs to reload to enable the configuration item to be effective.
After step S05, further comprising:
polling to monitor whether all corresponding gateway configuration items of the specific application are consistent;
and if the configuration items are inconsistent, packaging the configuration items into messages and transmitting the messages to corresponding gateways of the inconsistent configuration items.
It should be noted that, the platform may automatically detect and resolve configuration conflicts between different gateway nodes according to a predetermined configuration conflict resolution policy, so as to ensure consistency of configuration changes.
After the configuration items are packaged into messages to be transferred to the corresponding gateways, a monitoring process is also required to poll and monitor whether all the corresponding gateway configuration items of the specific application are consistent, because configuration users of some gateways can perform configuration change through the background, and if the configuration items of the gateways are inconsistent, the configuration items are packaged into messages to be transferred to the corresponding gateways inconsistent in the configuration items.
Step S04, triggering all corresponding gateways to reload, and canceling the marks of all corresponding gateways;
it should be noted that, in the embodiment of the present application, when the gateway receives the configuration item, it needs to reload the configuration item to be effective, and because the corresponding gateway has changed the configuration item, the tag on the gateway that needs to be cancelled to identify the configuration item to be changed needs to be cancelled.
Prior to step S04, it includes:
acquiring second queue locks corresponding to all the corresponding gateways so as to reload all the corresponding gateways;
after step S05, it includes:
and releasing the second queue locks corresponding to all the corresponding gateways.
It should be noted that, in order to avoid that only loading operations are performed in the reloading process of all the corresponding gateways, it is necessary to acquire the second queue locks corresponding to all the corresponding gateways so that all the corresponding gateways are reloaded, and after loading of all the corresponding gateways is completed, the second queue locks corresponding to all the corresponding gateways are released to identify that loading of all the gateways is completed.
And step S05, receiving notification that the configuration item changing operation of all the corresponding gateways is completed, and notifying the specific application that the configuration item changing operation of all the corresponding gateways is effective.
After the operation of reloading the configuration item is completed, the gateway configuration reloading monitor informs the platform that the operation of all specific applications of all gateway agents is completed, and after the platform receives all gateway notification messages, the platform informs each specific application that the gateway configuration is effective, and then the user accesses the application on the platform which is the changed application.
In a second aspect, as shown in fig. 3, an embodiment of the present application further provides a distributed gateway configuration device based on a queue, including:
a receiving module 21, configured to receive all corresponding gateway configuration item change release requests for a specific application;
a sending module 22, configured to send the configuration items of all the corresponding gateways to corresponding task queues;
the monitoring module 23 is configured to monitor whether a configuration item of a corresponding gateway of the task queue is changed, and if so, encapsulate the configuration item into a message, transmit the message to the corresponding gateway, and mark the corresponding gateway;
a triggering module 24, configured to trigger reloading of all the corresponding gateways and cancel the marking of all the corresponding gateways;
the receiving module 25 is configured to receive notification that the configuration item change operation of all the corresponding gateways has been completed, and notify the specific application that all the corresponding gateway configuration item changes have been validated.
Compared with the prior art, the beneficial effects of the distributed gateway configuration device based on the queue provided by the embodiment of the application are the same as those of the technical scheme provided in the first aspect, and are not repeated here.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the corresponding technical solutions from the scope of the technical solutions of the embodiments of the present application.

Claims (8)

1. A method for configuring a distributed gateway based on a queue, comprising:
receiving all corresponding gateway configuration item change release requests for specific applications;
transmitting the configuration items of all the corresponding gateways to the corresponding task queues;
monitoring whether the configuration item of the corresponding gateway of the task queue is changed, if so, packaging the configuration item into a message to be transmitted to the corresponding gateway, and marking the corresponding gateway;
triggering all corresponding gateways to reload, and canceling marks of all corresponding gateways;
receiving notification that the configuration item changing operation of all the corresponding gateways is completed, and notifying the specific application that the configuration item changing operation of all the corresponding gateways is effective;
before the configuration items are packaged into messages to be transmitted to the corresponding gateway, the method comprises the following steps:
acquiring first queue locks corresponding to all corresponding gateways so that all corresponding gateways cannot be reloaded;
after the configuration items are packaged into messages and transmitted to the corresponding gateway, the method comprises the following steps:
and releasing the first queue locks corresponding to all the corresponding gateways so that all the corresponding gateways can be reloaded.
2. The method for queue-based distributed gateway configuration of claim 1, wherein prior to receiving all corresponding gateway configuration item changes publication requests for a particular application, comprising:
and receiving a request for establishing a mapping relation table of the specific application and the corresponding gateway so as to establish the mapping relation table of the specific application and the corresponding gateway.
3. The method for queue-based distributed gateway configuration of claim 1, wherein after receiving all corresponding gateway configuration item changes issued requests for a specific application, comprising:
and storing all the changed contents of the corresponding gateway configuration items of the specific application in a database.
4. The method for configuring a queue-based distributed gateway according to claim 1, wherein said sending configuration items of all corresponding gateways to corresponding task queues comprises:
and marking the configuration items of all the corresponding gateways with version numbers, and sending the configuration items of all the corresponding gateways with the marked version numbers to corresponding task queues.
5. The method for queue-based distributed gateway configuration of claim 1, wherein after encapsulating the configuration items into messages for delivery to the corresponding gateway, further comprising:
polling to monitor whether all corresponding gateway configuration items of the specific application are consistent;
and if the configuration items are inconsistent, packaging the configuration items into messages and transmitting the messages to corresponding gateways of the inconsistent configuration items.
6. The method of queue-based distributed gateway configuration of claim 1, wherein before triggering the reloading of all corresponding gateways, comprising:
and acquiring second queue locks corresponding to all the corresponding gateways so as to reload all the corresponding gateways.
7. The method for queue-based distributed gateway configuration of claim 6, wherein after said marking and de-marking of all of said corresponding gateways, comprising:
and releasing the second queue locks corresponding to all the corresponding gateways.
8. A queue-based distributed gateway configuration apparatus, comprising:
the receiving module is used for receiving all the corresponding gateway configuration item change release requests of the specific application;
the sending module is used for sending the configuration items of all the corresponding gateways to the corresponding task queues;
the monitoring module is used for monitoring whether the configuration item of the corresponding gateway of the task queue is changed or not, if so, packaging the configuration item into a message, transmitting the message to the corresponding gateway, and marking the corresponding gateway;
the triggering module is used for triggering all the corresponding gateways to reload and canceling the marks of all the corresponding gateways;
the receiving module is used for receiving the notification that the configuration item changing operation of all the corresponding gateways is completed and notifying the specific application that the configuration item changing of all the corresponding gateways is effective;
before the configuration items are packaged into messages to be transmitted to the corresponding gateway, the method comprises the following steps:
acquiring first queue locks corresponding to all corresponding gateways so that all corresponding gateways cannot be reloaded;
after the configuration items are packaged into messages and transmitted to the corresponding gateway, the method comprises the following steps:
and releasing the first queue locks corresponding to all the corresponding gateways so that all the corresponding gateways can be reloaded.
CN202311332072.1A 2023-10-16 2023-10-16 Distributed gateway configuration method and device based on queues Active CN117118830B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311332072.1A CN117118830B (en) 2023-10-16 2023-10-16 Distributed gateway configuration method and device based on queues

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311332072.1A CN117118830B (en) 2023-10-16 2023-10-16 Distributed gateway configuration method and device based on queues

Publications (2)

Publication Number Publication Date
CN117118830A CN117118830A (en) 2023-11-24
CN117118830B true CN117118830B (en) 2024-01-23

Family

ID=88805689

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311332072.1A Active CN117118830B (en) 2023-10-16 2023-10-16 Distributed gateway configuration method and device based on queues

Country Status (1)

Country Link
CN (1) CN117118830B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105827446A (en) * 2016-03-31 2016-08-03 深圳市金溢科技股份有限公司 Intelligent traffic API gateway and intelligent traffic service system
CN109413043A (en) * 2018-09-25 2019-03-01 聚好看科技股份有限公司 Realize method and device, the electronic equipment, storage medium of Database Dynamic configuration
CN110113187A (en) * 2019-04-19 2019-08-09 北京奇艺世纪科技有限公司 A kind of configuration update method, device, configuration server and configuration system
CN111930303A (en) * 2020-07-02 2020-11-13 苏州浪潮智能科技有限公司 Hierarchical migration optimization method and system based on distributed object storage system
CN112069265A (en) * 2020-09-11 2020-12-11 中国工商银行股份有限公司 Configuration data synchronization method, service data system, computer system and medium
CN112817992A (en) * 2021-01-29 2021-05-18 北京百度网讯科技有限公司 Method, device, electronic equipment and readable storage medium for executing change task

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230055511A1 (en) * 2021-08-20 2023-02-23 International Business Machines Corporation Optimizing clustered filesystem lock ordering in multi-gateway supported hybrid cloud environment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105827446A (en) * 2016-03-31 2016-08-03 深圳市金溢科技股份有限公司 Intelligent traffic API gateway and intelligent traffic service system
CN109413043A (en) * 2018-09-25 2019-03-01 聚好看科技股份有限公司 Realize method and device, the electronic equipment, storage medium of Database Dynamic configuration
CN110113187A (en) * 2019-04-19 2019-08-09 北京奇艺世纪科技有限公司 A kind of configuration update method, device, configuration server and configuration system
CN111930303A (en) * 2020-07-02 2020-11-13 苏州浪潮智能科技有限公司 Hierarchical migration optimization method and system based on distributed object storage system
CN112069265A (en) * 2020-09-11 2020-12-11 中国工商银行股份有限公司 Configuration data synchronization method, service data system, computer system and medium
CN112817992A (en) * 2021-01-29 2021-05-18 北京百度网讯科技有限公司 Method, device, electronic equipment and readable storage medium for executing change task

Also Published As

Publication number Publication date
CN117118830A (en) 2023-11-24

Similar Documents

Publication Publication Date Title
US20200288309A1 (en) Data management microservice in a microservice domain
US8560713B2 (en) Method and system for mediating enterprise service access for smart devices
JP3782477B2 (en) Event architecture for operating system system management
KR20200116123A (en) Method for security serialization of supply chain product units
CN107590072A (en) A kind of application and development and the method and apparatus of test
JP2006504182A5 (en)
CN108804238B (en) Soft bus communication method based on remote procedure call
WO2020207194A1 (en) Blockchain-based iot device changing method and apparatus
CN104135378A (en) Method of management control of Internet of Things gateways and management control entity for Internet of Things gateways
Li et al. Blockchain-enabled workflow management system for fine-grained resource sharing in E-commerce logistics
JP2001265576A (en) Program replacing system, distributed processing system and program replacing method
CN117118830B (en) Distributed gateway configuration method and device based on queues
CN110768818B (en) Network management method and device
US11356298B2 (en) Access management apparatus and access management method
US8005941B2 (en) Method and system for event transmission
AU2003223040B2 (en) Exchange infrastructure system and method
CN108076081A (en) Method, device and system for synchronizing service data
CN110620819B (en) Block chain interaction method and device, computer equipment and readable storage medium
WO2023125773A1 (en) Global exception handling method and platform in large-scale micro-service cluster scenario
US7174556B2 (en) Administration of a system
Bustamante et al. Managing Evolution of API-driven IoT Devices through Adaptation Chains.
JP2003076618A (en) Device condition managing method and system therefor
KR100578029B1 (en) Interface architecture of subscriber information management system for mobile network system
CN109615287A (en) Management-control method, device and the electronic equipment of information of receiving based on big data
CN112073449B (en) Kubernetes-based environment switching processing method and equipment

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
GR01 Patent grant
GR01 Patent grant