CN111952928B - Relay protection fault information system based on springclosed micro-service and transmission method thereof - Google Patents

Relay protection fault information system based on springclosed micro-service and transmission method thereof Download PDF

Info

Publication number
CN111952928B
CN111952928B CN202010815317.6A CN202010815317A CN111952928B CN 111952928 B CN111952928 B CN 111952928B CN 202010815317 A CN202010815317 A CN 202010815317A CN 111952928 B CN111952928 B CN 111952928B
Authority
CN
China
Prior art keywords
service
micro
server
ribbon
micro server
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
CN202010815317.6A
Other languages
Chinese (zh)
Other versions
CN111952928A (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.)
SHANGHAI XJ ELECTRIC CO Ltd
State Grid Corp of China SGCC
Xuji Group Co Ltd
Original Assignee
SHANGHAI XJ ELECTRIC CO Ltd
State Grid Corp of China SGCC
Xuji Group 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 SHANGHAI XJ ELECTRIC CO Ltd, State Grid Corp of China SGCC, Xuji Group Co Ltd filed Critical SHANGHAI XJ ELECTRIC CO Ltd
Priority to CN202010815317.6A priority Critical patent/CN111952928B/en
Publication of CN111952928A publication Critical patent/CN111952928A/en
Application granted granted Critical
Publication of CN111952928B publication Critical patent/CN111952928B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H02GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
    • H02HEMERGENCY PROTECTIVE CIRCUIT ARRANGEMENTS
    • H02H1/00Details of emergency protective circuit arrangements
    • H02H1/0061Details of emergency protective circuit arrangements concerning transmission of signals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • 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/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • Electromagnetism (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Computer And Data Communications (AREA)

Abstract

A relay protection fault information system based on spring bound micro-service and a transmission method thereof are disclosed, the system utilizes spring bound micro-service load balance to establish a Ribbon service consumer interface, a communication mode of 103 protocol/61850 protocol is replaced, each sub-station is provided with the Ribbon service consumer interface to be connected with a service end, namely a service registration center Eureka through the Ribbon service consumer interface, and the Ribbon judges available micro-service addresses through micro-service information registered in the Eureka to carry out communication connection. The invention realizes the requirement of load balance of the relay protection fault information system; the problem that the whole system is broken down after a certain server is down is solved; more machine resources can be used, so that the benign use of the server is guaranteed, and the phenomenon that the CPU of the system rises sharply when a certain peak moment is used is avoided.

Description

Relay protection fault information system based on springclosed micro-service and transmission method thereof
Technical Field
The invention relates to the technical field of relay protection, in particular to a relay protection fault information system and a transmission method based on springclosed micro-service.
Background
The relay protection fault information is mainly used as a relay protection and safety automatic device to provide a unified analysis platform, which is beneficial for a dispatching department to rapidly master the actual fault state and the relay protection action behavior of a power grid and analyze power grid accidents in time, thereby improving the overall operation reliability of a transformer substation, master the state of relay protection equipment, effectively analyze the relay protection action and improve the dispatching management and the operation management level.
The existing architecture scheme easily enables the servers to run in a load/overload mode, cannot meet the requirement of load balancing, generally can only achieve the purpose of manually distributing the number of accessed substations in two communication servers, cannot reasonably achieve dynamic server resource distribution or share tasks of the two communication servers by adding a new server, and has great defects.
The relay protection fault information system is mainly used for collecting real-time/non-real-time operation, configuration and fault information of intelligent equipment such as substation relay protection, a recorder and a safety automatic device. At present, each manufacturer mainly adopts a mode as shown in fig. 1, a 103/61850 protocol is generally used as a communication mode of a relay protection device in a station, and the 103/61850 protocol is also used as a medium for communication information transmission between the station and a relay protection fault information system, so that the transmission mode is easy to cause load/overload operation on the operation of one server, the potential of the other server is not exerted, and the requirement of real load balancing cannot be met. If relay protection fault information needs to be accessed into 500 substations, the access mode is as shown in fig. 2:
1) the communication server 1 which is connected into 300 sub-stations bears more access sub-stations, so that the communication is not smooth and the server is overloaded and crashed easily when the machine runs for a long time; once the "communication server 1" is down, "the" communication server 2 "cannot take over the 300 sub-stations that are down;
2) when both the "communication server 1"/"communication server 2" are operating normally, load balancing cannot be achieved due to the above access method, and work tasks are balanced and distributed to a plurality of operation units on the two servers.
Therefore, the prior art has the following defects: the system cannot realize the function of load balancing; the communication efficiency cannot be improved by adding a new server, and at most 2 communication servers are configured.
Disclosure of Invention
The invention aims to provide a relay protection fault information system based on springclosed micro-service and a transmission method thereof aiming at the defects of the prior art, mainly adopts a springclosed micro-service framework, solves the load balancing situation of the relay protection fault information system, improves the utilization rate of a server, and provides effective guarantee for the stability and reliability of the system.
In order to achieve the purpose, the invention adopts the following technical scheme:
the first aspect of the invention provides a relay protection fault information system based on spring group micro-service, which comprises: the system comprises a relay protection fault information main station, a plurality of relay protection fault information substations and a service registration center;
the relay protection fault information master station comprises a plurality of spring closed micro servers, and the spring closed micro servers register services with the service registration center respectively to form a service list;
the relay protection fault information substation is provided with a Ribbon service consumer interface and is connected with the service registration center according to a request to acquire the service list;
and the service registration center records the cluster metadata information according to the configured springclosed micro server, generates a service list and provides the service list to a Ribbon service consumer interface according to a request.
Further, the service registration center detects the springclosed micro server according to a preset time interval, if the springclosed micro server is not detected, the micro server is judged to be down, and the service list is updated.
Further, the registering the services with the service registry by the plurality of springclosed micro servers respectively comprises:
the service type and the micro server address of each micro server are associated and then registered to the service registration center;
the service types comprise protection action analysis, protection alarm analysis, fault state analysis and call service analysis.
Furthermore, a plurality of service processes are arranged in the substation, wherein the service processes comprise a protection action service process, a protection alarm service process, a fault state service process and a call service process; each process in the substation sends a request message which is safely encrypted by base64 and then sent to a Ribbon service consumer interface;
and the Ribbon service consumer interface acquires a service list, and selects a micro server of a corresponding service to call according to a preset balance strategy.
Further, the acquiring, by the Ribbon service consumer interface, a service list, and according to a predetermined balancing policy, selecting a micro server of a corresponding service to call includes:
inquiring a service list in a polling mode, and eliminating the down micro server;
performing a filtering service;
judging whether the service request of a micro server exceeds a threshold value within a preset time interval, if so, returning to the polling step, otherwise, entering the next step;
judging whether the load of the micro server exceeds the limit, if so, returning to the polling step, otherwise, entering the next step;
judging whether the micro server is the worst micro server, if so, returning to the polling step, otherwise, entering the next step;
and judging whether the micro server has the shortest response time or the fewest concurrency, if so, selecting the micro server to call, and otherwise, returning to the polling step.
The second aspect of the present invention provides a relay protection fault information transmission method based on a springclosed micro service, which adopts the relay protection fault information system based on the springclosed micro service to perform transmission, and includes the following steps:
a plurality of spring group micro servers in the relay protection fault information main station respectively register services with a service registration center to form a service list;
a Ribbon service consumer interface is arranged on the relay protection fault information substation, and is connected with a service registration center according to a request to acquire the service list;
and the service registration center records the cluster metadata information according to the configured springclosed micro server, generates a service list and provides the service list to a Ribbon service consumer interface according to a request.
Further, the service registration center detects the springclosed micro server according to a preset time interval, if the springclosed micro server is not detected, the micro server is judged to be down, and the service list is updated.
Further, the registering the services with the service registry by the plurality of springclosed micro servers respectively comprises:
the service type and the micro server address of each micro server are associated and then registered to the service registration center;
the service types comprise protection action analysis, protection alarm analysis, fault state analysis and calling service analysis.
Furthermore, a plurality of service processes are arranged in the substation, wherein the service processes comprise a protection action service process, a protection alarm service process, a fault state service process and a calling service process; each process in the substation sends a request message which is safely encrypted by base64 and then sent to a Ribbon service consumer interface;
and the Ribbon service consumer interface acquires a service list, and selects a micro server of a corresponding service to call according to a preset balance strategy.
Further, the acquiring, by the Ribbon service consumer interface, a service list, and according to a predetermined balancing policy, selecting a micro server of a corresponding service to call includes:
inquiring a service list in a polling mode, and eliminating the down micro server;
performing a filtering service;
judging whether the service request of a micro server exceeds a threshold value within a preset time interval, if so, returning to the polling step, otherwise, entering the next step;
judging whether the load of the micro server exceeds the quota, if so, returning to the polling step, otherwise, entering the next step;
judging whether the micro server is the worst micro server, if so, returning to the polling step, otherwise, entering the next step;
and judging whether the micro server is the micro server with the shortest response time and the fewest concurrency condition, if so, selecting the micro server to call, and otherwise, returning to the polling step.
In summary, the relay protection fault information system based on springclosed micro-service and the transmission method thereof provided by the invention have the advantages that the springclosed micro-service load balance is utilized to establish a Ribbon service consumer interface, a communication mode of 103/61850 protocol is replaced, the Ribbon service consumer interface is provided for the substation system, each substation is connected with a service end, namely a service registration center Eureka through the Ribbon service consumer interface, and the Ribbon judges available micro-service addresses through micro-service information registered in the Eureka to perform communication connection.
Compared with the prior art, the invention has the beneficial technical effects that:
1. the requirement of load balance of a relay protection fault information system is met;
2. the problem that the whole system is broken down after a certain server is down is solved;
3. more machine resources can be used, so that the benign use of the server is guaranteed, and the phenomenon that the CPU of the system rises sharply when a certain peak moment is used is avoided.
Drawings
Fig. 1 is a schematic structural framework diagram of a relay protection fault information system in the prior art;
FIG. 2 is a schematic structural framework diagram of a substation access mode of a relay protection fault information system in the prior art;
fig. 3 is a schematic diagram of a structural framework of a relay protection fault information system in an embodiment of the present invention;
fig. 4 is a schematic structural framework diagram of another specific relay protection fault information system in the embodiment of the present invention;
FIG. 5 is a schematic flow chart of a process in which Ribbon calls a micro server according to an equalization policy according to an embodiment of the present invention;
fig. 6 is a schematic flow chart of a relay protection fault information transmission method in the embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the accompanying drawings in combination with the embodiments. It should be understood that the description is intended to be exemplary only, and is not intended to limit the scope of the present invention. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present invention.
A first aspect of the present invention provides a relay protection fault information system based on springclosed micro-service, as shown in fig. 3, including: the system comprises a relay protection fault information main station, a plurality of relay protection fault information substations and a service registration center; the relay protection fault information master station comprises a plurality of spring closed micro servers, and the spring closed micro servers register services with the service registration center respectively to form a service list; the relay protection fault information substation is provided with a Ribbon service consumer interface and is connected with the service registration center according to a request to acquire the service list; and the service registration center records the cluster metadata information according to the configured springclosed micro server, generates a service list and provides the service list to a Ribbon service consumer interface according to a request. Therefore, the system provided by the invention is a brand-new solution for realizing load balancing by closely combining with the relay protection fault information system, mainly adopts a spring group micro-service framework, solves the load balancing situation of the relay protection fault information system, improves the utilization rate of the server, and provides effective guarantee for the stability and reliability of the system. The system framework adopts a spring Cloud Ribbon component of spring Cloud micro-service, the spring Cloud Ribbon is a load balancer of a client, and the load balancing of the relay protection fault information system is realized by using an eureka registration center.
As shown in fig. 3, microservice 1, microservice 2, and microservice 3 are a service cluster, and they all register services with a service registry, and each service is a server and can support configuration of multiple servers; the registration center records cluster metadata information according to the configured micro service; by installing a Ribbon-based component on the substation server, an Eureka registration center can obtain a service list after registration, when the substation needs to push a fault state and a relay protection action upwards, the Ribbon-based server firstly receives a request, and selects service resources for calling through a relevant balance strategy from the service list again, so that the idle of the resources is avoided; when 1 or more servers in the service cluster are down, the rest servers without being down can take over the service of the (down servers) and continue to use, so that the stable operation of the system is ensured.
As shown in fig. 4, the substation server has a plurality of service processes, including a service process of a protection action, a service process of a protection alarm, a service process of a fault state (including a switching value displacement, a communication state, and an operating state), and a service process of calling attributes of a protection/recording device (including a calling and sending function of a fixed value, a soft pressing plate, a fixed value area code, a switching value, an analog quantity, and a recording file); after the request message sent by each process of the substation is subjected to secure encryption by base64, a micro server is selected through a Ribbon service consumption interface registration mechanism. Ribbon mainly eliminates the worst service by reasonably using iRule (rule mode), picks out the service with the least concurrency and the shortest response time, and selects the proper service according to the request quantity limit of protection action/protection alarm/fault state/call and the current active connection number of each process. The service state serverStats mainly has the functions of judging connection abnormity, connection overtime abnormity and network abnormity. Ribbon obtains a list of the Eureka registration center to the service end through a Server list updating service, then judges that the micro Server has spare services according to a built-in load balancing algorithm, and achieves the effect of load balancing through polling access. The micro-service of each main station end, a decryption module containing the password and the corresponding substation process comprise 4 processes of protection action, alarm, fault state and call service receiving and processing, and various services are sent on the substation respectively.
Further, the service registration center detects the spring cloud micro server according to a preset time interval, and if the detection is not detected, the micro server is judged to be down, and the service list is updated. Specifically, the example is registered with a Eureka service registration center when the springclosed micro server is started, the Eureka puts the registration information of the springclosed micro server into a memory, and defaults to perform heartbeat detection on a service provider every 30 seconds, and if the heartbeat detection exceeds 30 seconds, the service provider is considered to be down, and the registration information in the memory is deleted. And the service consumer side, namely the substation, acquires the registration information from the Eureka Server through a Ribbon service consumer interface, stores the registration information into a local memory, and communicates with the springclosed micro Server through the registration information.
Further, the registering the services with the service registry by the plurality of springclosed micro servers respectively comprises: and associating the service type of each micro server with the address of the micro server and then registering the micro server to the service registration center, wherein the service type comprises protection action analysis, protection alarm analysis, fault state analysis and call service analysis.
Furthermore, a plurality of service processes are arranged in the substation, wherein the service processes comprise a protection action service process, a protection alarm service process, a fault state service process and a calling service process; each process in the substation sends a request message which is subjected to safe encryption by base64 and then is sent to a Ribbon service consumer interface; and the Ribbon service consumer interface acquires the service list, and selects the micro server of the corresponding service to call according to a preset balance strategy.
Further, as shown in fig. 5, the acquiring, by the Ribbon service consumer interface, a service list, and selecting a micro server of a corresponding service to call according to a predetermined balancing policy includes:
inquiring a service list in a polling mode, and eliminating the down micro server;
performing a filtering service;
judging whether the service request of a micro server exceeds a threshold value within a preset time interval (for example, within 30 s), if so, returning to the polling step, otherwise, entering the next step; specifically, the (action/alarm/call/fault state) time interval/threshold may be configurable;
judging whether the load of the micro server exceeds the quota, if so, returning to the polling step, otherwise, entering the next step;
judging whether the micro server is the worst micro server, if so, returning to the polling step, otherwise, entering the next step;
and judging whether the micro server is the micro server with the shortest response time and the fewest concurrency condition, if so, selecting the micro server to call, and otherwise, returning to the polling step.
A second aspect of the present invention provides a relay protection fault information transmission method based on a springclosed micro service, which uses the relay protection fault information system based on the springclosed micro service to perform transmission, as shown in fig. 6, including the following steps:
step S100, a plurality of spring closed micro servers in a relay protection fault information main station respectively register services with a service registration center to form a service list;
step S200, a Ribbon service consumer interface is arranged on the relay protection fault information substation, and the relay protection fault information substation is connected with a service registration center according to a request to obtain the service list;
step S300, the service registration center records cluster metadata information according to the configured springclosed micro server, generates a service list and provides the service list to a Ribbon service consumer interface according to a request.
Further, the service registration center detects the springclosed micro server according to a preset time interval, if the springclosed micro server is not detected, the micro server is judged to be down, and the service list is updated.
Further, the registering the services with the service registry by the plurality of springclosed micro servers respectively comprises: and associating the service type of each micro server with the address of the micro server and then registering the micro server to the service registration center, wherein the service type comprises protection action analysis, protection alarm analysis, fault state analysis and call service analysis.
Furthermore, a plurality of service processes are arranged in the substation, wherein the service processes comprise a protection action service process, a protection alarm service process, a fault state service process and a call service process; each process in the substation sends a request message which is safely encrypted by base64 and then sent to a Ribbon service consumer interface; and the Ribbon service consumer interface acquires the service list, and selects the micro server of the corresponding service to call according to a preset balance strategy.
Further, in the above-mentioned case,
the Ribbon service consumer interface obtains a service list, and the micro server of the corresponding service is selected to be called according to a preset balancing strategy, wherein the step of calling comprises the following steps:
inquiring a service list in a polling mode, and eliminating the down micro server;
performing a filtering service;
judging whether the service request of a micro server exceeds a threshold value within a preset time interval (for example, within 30 s), if so, returning to the polling step, and otherwise, entering the next step; specifically, the (action/alarm/call/fault state) time interval/threshold may be configurable;
judging whether the load of the micro server exceeds the quota, if so, returning to the polling step, otherwise, entering the next step;
judging whether the micro server is the worst running micro server, if so, returning to the polling step, otherwise, entering the next step;
and judging whether the micro server is the micro server with the shortest response time and the fewest concurrency condition, if so, selecting the micro server to call, and otherwise, returning to the polling step.
In summary, the relay protection fault information system based on springclosed micro-service and the transmission method thereof provided by the invention have the advantages that the springclosed micro-service load balance is utilized to establish a Ribbon service consumer interface, a communication mode of 103/61850 protocol is replaced, the Ribbon service consumer interface is provided for the substation system, each substation is connected with a service end, namely a service registration center Eureka through the Ribbon service consumer interface, and the Ribbon judges available micro-service addresses through micro-service information registered in the Eureka to perform communication connection. The invention realizes the requirement of load balance of the relay protection fault information system; the problem that the whole system is broken down after a certain server is down is solved; more machine resources can be used to ensure the benign use of the server, and the phenomenon that the CPU of the system rises sharply when a certain peak moment is used is avoided.
It is to be understood that the above-described embodiments of the present invention are merely illustrative of or explaining the principles of the invention and are not to be construed as limiting the invention. Therefore, any modification, equivalent replacement, improvement and the like made without departing from the spirit and scope of the present invention should be included in the protection scope of the present invention. Further, it is intended that the appended claims cover all such variations and modifications as fall within the scope and boundaries of the appended claims or the equivalents of such scope and boundaries.

Claims (6)

1. A relay protection fault information system based on springclosed micro-service is characterized by comprising: the system comprises a relay protection fault information main station, a plurality of relay protection fault information substations and a service registration center;
the relay protection fault information master station comprises a plurality of spring closed micro servers, and the spring closed micro servers register services with the service registration center respectively to form a service list;
the relay protection fault information substation is provided with a Ribbon service consumer interface and is connected with the service registration center according to a request to acquire the service list;
the service registration center records cluster metadata information according to the configured springclosed micro server, generates a service list and provides the service list to a Ribbon service consumer interface according to a request;
the substation is provided with a plurality of service processes, including a protection action service process, a protection alarm service process, a fault state service process and a call service process; each process in the substation sends a request message which is safely encrypted by base64 and then sent to a Ribbon service consumer interface;
the Ribbon service consumer interface acquires a service list, and selects a micro server of a corresponding service to call according to a preset balancing strategy;
the acquiring of the service list by the Ribbon service consumer interface, and the selecting of the micro server of the corresponding service according to the preset balancing strategy comprises the following steps:
inquiring a service list in a polling mode, and eliminating the down micro server;
performing a filtering service;
judging whether the service request of a micro server exceeds a threshold value within a preset time interval, if so, returning to the polling step, otherwise, entering the next step;
judging whether the load of the micro server exceeds the quota, if so, returning to the polling step, otherwise, entering the next step;
judging whether the micro server is the worst micro server, if so, returning to the polling step, otherwise, entering the next step;
and judging whether the micro server is the micro server with the shortest response time and the fewest concurrency condition, if so, selecting the micro server to call, and otherwise, returning to the polling step.
2. The relay protection fault information system based on the springgroup micro-service, as claimed in claim 1, wherein said service registry detects said springgroup micro-server at a predetermined time interval, if not, then determines that the micro-server has been down, and updates the service list.
3. The relay protection fault information system based on the springclosed micro-service as claimed in claim 1 or 2, wherein the registering of the plurality of springclosed micro-servers with the service registry respectively comprises:
associating the service type of each micro server with the address of the micro server and then registering the micro server to the service registration center;
the service types comprise protection action analysis, protection alarm analysis, fault state analysis and calling service analysis.
4. A relay protection fault information transmission method based on a springclosed micro service, characterized in that the relay protection fault information transmission method based on the springclosed micro service as claimed in any one of claims 1 to 3 is adopted, and comprises the following steps:
a plurality of spring closed micro servers in the relay protection fault information master station respectively register service with a service registration center to form a service list;
setting a Ribbon service consumer interface at the relay protection fault information substation, and connecting the Ribbon service consumer interface with a service registration center according to a request to obtain the service list;
the service registration center records cluster metadata information according to the configured springclosed micro server, generates a service list and provides the service list to a Ribbon service consumer interface according to a request;
the substation is provided with a plurality of service processes, including a protection action service process, a protection alarm service process, a fault state service process and a call service process; each process in the substation sends a request message which is safely encrypted by base64 and then sent to a Ribbon service consumer interface;
the Ribbon service consumer interface acquires a service list, and selects a micro server of a corresponding service to call according to a preset balancing strategy;
the acquiring of the service list by the Ribbon service consumer interface, and the selecting of the micro server of the corresponding service according to the preset balancing strategy comprises the following steps:
inquiring a service list in a polling mode, and eliminating the down micro server;
performing a filtering service;
judging whether the service request of a micro server exceeds a threshold value within a preset time interval, if so, returning to the polling step, otherwise, entering the next step;
judging whether the load of the micro server exceeds the quota, if so, returning to the polling step, otherwise, entering the next step;
judging whether the micro server is the worst micro server, if so, returning to the polling step, otherwise, entering the next step;
and judging whether the micro server is the micro server with the shortest response time and the fewest concurrency condition, if so, selecting the micro server to call, and otherwise, returning to the polling step.
5. The relay protection fault information transmission method based on the springgroup micro-service, as claimed in claim 4, wherein the service registry detects the springgroup micro-server according to a predetermined time interval, if the detection is not detected, it is determined that the micro-server is down, and the service list is updated.
6. The relay protection fault information transmission method based on the springgroup micro-service, as claimed in claim 4 or 5, wherein said registering services of the plurality of springgroup micro-servers with the service registry respectively comprises:
the service type and the micro server address of each micro server are associated and then registered to the service registration center;
the service types comprise protection action analysis, protection alarm analysis, fault state analysis and calling service analysis.
CN202010815317.6A 2020-08-12 2020-08-12 Relay protection fault information system based on springclosed micro-service and transmission method thereof Active CN111952928B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010815317.6A CN111952928B (en) 2020-08-12 2020-08-12 Relay protection fault information system based on springclosed micro-service and transmission method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010815317.6A CN111952928B (en) 2020-08-12 2020-08-12 Relay protection fault information system based on springclosed micro-service and transmission method thereof

Publications (2)

Publication Number Publication Date
CN111952928A CN111952928A (en) 2020-11-17
CN111952928B true CN111952928B (en) 2022-09-30

Family

ID=73343104

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010815317.6A Active CN111952928B (en) 2020-08-12 2020-08-12 Relay protection fault information system based on springclosed micro-service and transmission method thereof

Country Status (1)

Country Link
CN (1) CN111952928B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114089972A (en) * 2021-11-16 2022-02-25 上海许继电气有限公司 Intelligent configuration and checking device and method for main substation and substation of information protection system based on SpringCloud

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11323508B2 (en) * 2009-05-22 2022-05-03 Comcast Interactive Media, Llc Web service system and method
CN109343829A (en) * 2018-08-09 2019-02-15 广州瀚信通信科技股份有限公司 Frame is administered in a kind of service of declining of java language distribution
CN109104483B (en) * 2018-08-10 2021-07-30 望海康信(北京)科技股份公司 Micro-service dynamic load balancing method and device based on event notification
CN110851278A (en) * 2019-11-08 2020-02-28 南京国电南自电网自动化有限公司 Distribution network automation master station mobile application service management method and system based on micro-service architecture
CN110908658B (en) * 2019-11-15 2024-04-12 国网电子商务有限公司 Micro-service and micro-application system, data processing method and device

Also Published As

Publication number Publication date
CN111952928A (en) 2020-11-17

Similar Documents

Publication Publication Date Title
US11570262B2 (en) Methods, systems, and computer readable media for rank processing for network function selection
CN101631360B (en) Method, device and system for realizing load balancing
CN102394925B (en) Communication method and device for remote monitoring diagnosis center and area regulation center
CN103401896B (en) Method and system are shared in a kind of many Android client service
JPWO2005060161A1 (en) Communication system, communication method, network load prediction node, and network configuration management node
WO2018103665A1 (en) L2tp-based device management method, apparatus and system
CN102089749A (en) Method and apparatus for managing binding information about a bundle installed remotely in an osgi service platform
CN111952928B (en) Relay protection fault information system based on springclosed micro-service and transmission method thereof
CN101715252A (en) Cluster short message center and method for shunting disaster recovery therefor
US20070294255A1 (en) Method and System for Distributing Data Processing Units in a Communication Network
CN107666401A (en) A kind of configuration information obtaining method and terminal
JP2001292467A (en) Operation and maintenance method for base station utilizing remote procedure call
CN105591467B (en) Relay protection fault information main station system based on Service-Oriented Architecture Based
US9967163B2 (en) Message system for avoiding processing-performance decline
CN112636959B (en) Network slice privacy number service guarantee system and method for distinguishing service types
CN116389385A (en) System resource processing method, device, storage medium and equipment
CN113055427B (en) Service-based server cluster access method and device
CN112616143B (en) Method and device for distributing communication numbers, electronic equipment and storage medium
CN109587189B (en) Node management method and device
CN111786840A (en) Gateway switching method and device based on network access platform
CN114567907B (en) Resource management method, device and system of cross-domain network
CN111158899A (en) Data acquisition method, data acquisition device, task management center and task management system
CN111245477B (en) Power failure detection method of communication equipment
KR100496263B1 (en) A billing method for data service of mobile telecommunication network, and the system therefor
CN109005564A (en) A kind of method and system of MME load distribution

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