CN110740187A - micro service architecture realization method - Google Patents

micro service architecture realization method Download PDF

Info

Publication number
CN110740187A
CN110740187A CN201911023352.8A CN201911023352A CN110740187A CN 110740187 A CN110740187 A CN 110740187A CN 201911023352 A CN201911023352 A CN 201911023352A CN 110740187 A CN110740187 A CN 110740187A
Authority
CN
China
Prior art keywords
service
gateway
external
information
internal
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.)
Granted
Application number
CN201911023352.8A
Other languages
Chinese (zh)
Other versions
CN110740187B (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.)
Home Interactive (xiamen) Network Technology Co Ltd
Original Assignee
Home Interactive (xiamen) Network 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 Home Interactive (xiamen) Network Technology Co Ltd filed Critical Home Interactive (xiamen) Network Technology Co Ltd
Priority to CN201911023352.8A priority Critical patent/CN110740187B/en
Publication of CN110740187A publication Critical patent/CN110740187A/en
Application granted granted Critical
Publication of CN110740187B publication Critical patent/CN110740187B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0807Network architectures or network communication protocols for network security for authentication of entities using tickets, e.g. Kerberos
    • 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/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention realizes the external provision of service entrance through the external gateway, enables each sub-service to be more similar to the self-function of the service through packaging the public module of each service, such as a security authentication module, and the like, reduces the system redundancy, improves the development efficiency of service developers by enabling the external gateway to support the dynamic language development habit, realizes the internal provision of service entrance through the internal gateway, ensures the isolation of the core service and the service, improves the reliability of the core service, and improves the development efficiency of bottom layer developers by enabling the internal gateway to support the static language development habit.

Description

micro service architecture realization method
Technical Field
The invention belongs to the technical field of computer internet application, and particularly relates to an implementation method of micro-service architectures.
Background
The micro-service architecture can decompose each service function module into discrete services, thereby reducing the coupling of the system, improving the expandability of the system, and enabling the continuous integration and continuous deployment of software to be more convenient and rapid, but inevitably facing new challenges, such as increased complexity of operation and maintenance, increased complexity of problem positioning, increased difficulty of system performance evaluation, and the like.
At present, background service programs can be divided into core functional services supporting a system and logic services supporting business by functional differentiation, the core functional services of the system are required to ensure the operating efficiency and are mainly developed by a static language and a TCP/UDP protocol, such as c + +, java and the like, and the logic services of the business are required to ensure the development efficiency and are mainly developed by a dynamic language and an HTTP/WEBSOCKET protocol, such as php, pyhon and the like.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides sets of high-reliability and easily-expandable micro-service architecture solutions, the bottom layer of a framework is compiled by using golang, and by using the characteristics of the golang protocol and the csp, the high performance and high concurrency of the architecture are ensured, and meanwhile, the horizontal expansion is supported, and the high availability of the architecture is ensured.
The invention adopts the following technical scheme:
implementation method of micro service architecture, including,
s1: the external service transmits the information M1 to an external gateway through a service configuration center, and the external gateway establishes a routing table and establishes connection with the external service;
s2: the internal gateway transmits the information M2 to the internal service through the service configuration center, and the internal service is connected with the internal gateway;
s3: the service configuration center transmits the information M2 to an external service, and the external service is connected with the internal gateway;
s4: the client sends the information M3 to the external gateway, the external gateway processes the information to obtain information M4, and the information M4 is forwarded to external services;
s5: the external service receives the information M4, performs protocol conversion, and invokes a corresponding processing message.
The technical proposal further optimizes steps and also comprises,
s6: the external service accesses the internal service, and the external service constructs information M5 and sends the information to the internal gateway;
s9: the interior gateway receives the information M5, processes the information to obtain information M6, and sends the information M7 to the interior gateway for processing and feeding back the processing result;
s11: after the internal gateway processes the information M7, the original path returns processing result information M8 to the external service;
s12: the external service processes the information M8 and returns processing result information M9 to the external gateway;
s13: the external gateway original path returns processing result information M10 to the client.
The technical solution is further optimized in step , and the external service and external gateway flow is as follows,
a1: the external service calls an external service registration module to register a message processing function and distributes configuration information to a service configuration center;
a2: the external gateway acquires external service information from the service configuration center, constructs a routing table and establishes connection with external services;
a3: the external gateway receives the appearance service request, calls an identity verification module to perform identity authentication, and calls a fusing current limiting module to perform fusing judgment and processing;
a4: the external gateway calls the routing module and the load balancing module to find an external service node to forward the request;
a5: the external gateway calls a protocol conversion module, encapsulates the request header and the request message body into private protocol message data, and forwards the private protocol message data to an external service node selected by A4;
a6: the external service receives the Request, calls a protocol conversion module, constructs a standard Request example and transmits the standard Request example to a corresponding processing function for processing;
a7: and externally recording the link calling information and returning the result.
The technical scheme is further optimized in step , and the identity authentication module is realized based on an http token authentication mode.
The technical solution is further optimized in step , and the internal service and internal gateway flow is as follows,
b1: the internal gateway issues configuration information to a service configuration center;
b2: the internal service calls an internal service registration module to register a message processing function, and the internal service acquires internal gateway information from the service configuration center and establishes connection with the internal gateway information;
b3: the internal service calls an internal service registration module and sends registration service routing information to the internal gateway;
b4: the internal gateway receives the service registration message, performs admission verification and generates a routing table;
b5: the internal gateway receives the request message;
b6: the internal gateway calls a fusing current limiting module to perform fusing judgment and processing;
b7: the internal gateway calls a routing module and a load balancing module, and finds an internal service node to forward a request;
b8: the internal service receives the request message forwarded by the internal gateway and calls a corresponding message processing function to process the request message;
b9: the internal service records the link calling information and returns the result.
In the technical scheme, the optimization is carried out in step , and the data transmission mode of the interior gateway comprises unicast messages and broadcast messages.
The technical scheme further optimizes steps, and the fusing current limiting module is realized based on the use of a third party package hystrix.
The technical scheme further optimizes steps, and the load balancing module is realized by adopting consistency hash algorithm.
The technical scheme further optimizes steps, and the protocol conversion is realized based on a standard http packet.
The technical scheme further optimizes steps, and the routing table is constructed by using two-level mapping, so that multiple versions of the same service can be compatible, and updating iteration of the service is facilitated.
Compared with the prior art, the invention has the following beneficial effects:
1. the invention realizes micro-service architectures, and solves the problem that the updating and repairing of large-scale integral applications of enterprises become more and more difficult as new requirements continuously increase in the traditional integral architecture application development system (CRM, ERP and other large-scale applications);
2. according to the invention, the external service processing function prototype is processed by according to the standard http processing function, so that the migration of the web historical project is facilitated, and the development efficiency of web background developers is improved;
3. the internal service processing function prototype is very simple, and background developers can concentrate on the development function;
4. in the invention, system public modules are systematically implemented at the gateway level, such as identity authentication, fusing and current limiting, data statistics and the like, so that the redundancy of the system is greatly reduced;
5. the double gateways improve the isolation of the system and can ensure that the core service of the system is more reliable and safer. The invention provides external services through the external gateway, ensures core services through the internal gateway, and isolates the external environment from the internal environment by using the double gateways, thereby ensuring more reliability and safety of the system.
Drawings
FIG. 1 is a diagram illustrating an exemplary method according to an embodiment of the present invention;
fig. 2 is a flow chart of an external gateway;
FIG. 3 is an external service flow diagram;
FIG. 4 is a flow chart of an interior gateway;
FIG. 5 is an internal service flow diagram;
fig. 6 is a flow chart of route table generation and route distribution.
Detailed Description
To further illustrate the embodiments , the present invention provides the accompanying drawings, part of the disclosure of the present invention, which are primarily intended to illustrate embodiments and, together with the description, explain the principles of operation of the embodiments.
The invention will now be described with reference to the figures and the detailed description .
Referring to fig. 1, which is a method example of the preferred embodiment of the present invention, the method for implementing micro service architectures of the preferred embodiment of the present invention includes the following steps,
s1: the external service issues service information M1 to the service configuration center, and the service configuration center sends the information M1 to the external gateway;
s2: the external gateway receives the configuration information M1, constructs a routing table and establishes tcp connection with the external service;
s3: the internal gateway issues gateway information M2 to the service configuration center, and the service configuration center transmits the information M2 to the internal service and the external service;
s4: the internal service receives the configuration information M2 and establishes tcp connection with the internal gateway;
s5: the external service receives the configuration information M2 and is connected with the internal gateway connection tcp;
s6: the external gateway receives the client APP request information M3, performs identity authentication, fusing and current limiting, routing distribution and protocol conversion, encapsulates the http header and the message body into data M4 of private messages, and forwards the data to an external service;
s7: receiving data M4 by the external service, converting the protocol to construct a Request instance, and calling a corresponding processing message;
s8: the external service needs to access the internal service, and the external service constructs information M5 and sends the information to the internal gateway;
s9: the interior gateway receives the information M5, performs fusing current limiting, routing distribution and load balancing, performs routing according to the target service ID, and sends the information M6 to the interior service;
s10: the internal service receives the information M6, calls a corresponding processing function, records a call log and returns processing result information M7 to the internal gateway;
s11: the original path of the internal gateway returns processing result information M8 to the external service;
s12: the external service receives the processing result information M8, records a call log, and returns the processing result information M9 to the external gateway;
s13: the external gateway original path returns processing result information M10 to the client APP.
It should be noted that the external service and the internal service are two independent service systems, and the external service needs to access the internal service, and then the external service needs to call the internal service SDK to access the internal gateway according to the internal service flow.
Referring to fig. 2, a flowchart of the external gateway according to the embodiment is shown, and includes the following steps,
a11, monitoring external service information change of a service configuration center, constructing a routing table, and establishing tcp connection with external services;
a12, receiving a client request;
a13, authentication is carried out, if the authentication is successful, the step A13 is carried out, and if the authentication is failed, the step A12 is carried out;
the authentication is identity authentication, and the authentication mode has a plurality of modes, and the embodiment adopts a token-based identity authentication method: the method comprises the following steps:
1) the client requests login by using a user name and a password;
2) the server receives the request to verify the user name and the password of the client;
3) after the verification is successful, the server side issues tokens, and then sends the tokens to the client side;
4) the client receives and stores the token;
5) each time a client requests a resource from a server, a token is used to assign a specific header field (header fields include, but are not limited to: timestamp, random string, etc.) and transmit the signature to the server;
6) the server side generates a signature in the same step, compares the signature with the signature of the client side, and if the signature is the same, the identity authentication is successful; if not, the identity authentication fails.
A14, identifying the state of the fuse, if opening, going to step A12, closing, going to step A15;
a15, distributing routes, selecting service nodes, converting protocols and constructing private data;
and A16, the forwarding private data is timed out to wait correspondingly, and a result is returned.
Referring to fig. 3, a flow chart of the external service of the embodiment includes the following steps,
a20, registering a message processing function;
a21, issuing external service information to a service configuration center, and waiting for an external gateway to establish connection;
a22, receiving external gateway information;
a23, calling a protocol conversion module, constructing a Request instance, and calling a corresponding routing processing function;
and A24, recording the link information and returning the processing result.
The external services and appearance gateway implementation flow of this embodiment, includes the following steps,
a1, the external service calls an external service registration module to register a message processing function, and the function prototype and a standard http processing function are similar to a function handler (rw http. responsewriter, r http. request) so as to adapt to the habit of a web developer;
while the prototype of the registered service processing function of the traditional web backend item (particularly implemented by golang) is function handler (rw http. responsewriter, r http. request), the embodiment samples prototype of the function, so that seamless migration of the history item can be achieved, and the system expansion is facilitated in the form of the registered service processing function.
A2: the external service issues configuration information to a service configuration center, wherein the configuration information comprises a service address, routing information and the like;
a3: the external gateway acquires external service information from the service configuration center, constructs a routing table and establishes tcp connection with the routing table;
a4: the external gateway receives the restful request and calls the identity module to perform identity authentication;
a5: the external gateway calls a fusing current limiting module to perform fusing judgment and processing;
a6: the external gateway calls the routing module and the load balancing module to find a proper external service node to forward the request;
a7: the external gateway calls a protocol conversion module, encapsulates the request header and the request message body into private protocol message data, and forwards the private protocol message data to an external service node selected by A6;
a8: the external service receives the Request, calls a protocol conversion module, constructs a Request example of a standard http library, and transmits the Request example to a corresponding processing function for processing;
a9: and externally recording the link calling information and returning the result.
Referring to fig. 4, a flow chart of the interior gateway is shown, which specifically includes the following steps,
b11, issuing gateway information to the service configuration center, waiting for the internal service to establish connection;
b12, receiving the internal service information and judging;
b13, if the message type is heartbeat message of the internal service, carrying out heartbeat response;
b14, if the message type is the registration message of the internal service, performing admission authentication on the internal service, and if the authentication is successful, generating a routing entry of the internal service;
b15, if the message type is a request message, performing the following steps:
a, executing a fusing current limiting process: judging whether the fusing is started or not, and if the fusing is started, refusing the service; if not, executing step b.
b, route distribution: and searching for target service and carrying out load balancing.
And c, forwarding the message, setting timeout time and waiting for response.
And d, returning a response result.
Referring to fig. 5, an internal service flow diagram is shown, which specifically includes the following steps,
b20, registering a message handling function;
b21, obtaining the internal gateway information from the service configuration center, and establishing tcp connection with the internal gateway information;
b22, sending the registration message to the internal gateway for admission authentication;
b23, waiting for the gateway to forward the request message;
b24, calling a corresponding message processing function;
b25, recording the link information and returning the result.
The internal service processing function prototype is: a function handler (so, Socket, msg, Message), so is a connection handle for sending data; msg is customer data, which developers can directly perform corresponding logic processing.
The implementation flow of the internal service and the internal gateway of this embodiment includes the following steps,
b1: the internal gateway issues configuration information to a service configuration center, wherein the configuration information comprises a service address and the like;
b2: the internal service calls an internal service registration module to register a message processing function, wherein the function prototype is as follows: a functional handler (so Socket, msg Message) for adapting the habit of the developer at the back end of the static language;
b3: the internal service acquires the internal gateway information from the configuration center and establishes tcp connection with the internal gateway information;
b4: the internal service calls an internal service registration module to register service routing information including a service name, a service identifier, a node identifier and the like in the internal gateway;
b5: the internal gateway receives the service registration message, performs admission verification and generates a routing table;
b6: the internal gateway receives the request message;
b7: the internal gateway calls a fusing current limiting module to perform fusing judgment and processing;
b8: the internal gateway calls the routing module and the load balancing module to find a proper internal service node to forward the request;
b9: the internal service receives the request message forwarded by the internal gateway and calls a corresponding message processing function to process the request message;
b10: the internal service records the link calling information and returns the result.
Referring to fig. 6, a flow chart of route table generation and route distribution is shown.
The external gateway obtains routing information for the external service registration from the service configuration center.
Step two: and the external gateway extracts the address and the monitoring port of the external service from the routing information and establishes tcp connection with the external service.
Step three, the external gateway generates a route entry of the external service according to the route information and the connection information established in the step two, the keys of level routes are service names for distinguishing different services, the keys of second level routes are version numbers for distinguishing different versions of the same service, and the route information comprises a service node number, a load balancing weight, a connection socket, a service path list and the like.
Step four: the external gateway receives the client request (the URL of the request is agreed as:http://domain/name/ version/path) And finding out specific service according to the name in the URL, finding out specific version of the specific service according to version in the URL, and judging whether the external service provides the service of the corresponding path or not according to the path of the URL.
And step five, calculating the service nodes after load balancing by using consistency hash algorithm.
Step six: and forwarding the request, setting timeout time and waiting for a processing result.
Step seven: and responding the processing result to the client.
While the invention has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1, implementation method of micro service architecture, which comprises,
s1: the external service transmits the information M1 to an external gateway through a service configuration center, and the external gateway establishes a routing table and establishes connection with the external service;
s2: the internal gateway transmits the information M2 to the internal service through the service configuration center, and the internal service is connected with the internal gateway;
s3: the service configuration center transmits the information M2 to an external service, and the external service is connected with the internal gateway;
s4: the client sends the information M3 to the external gateway, the external gateway processes the information to obtain information M4, and the information M4 is forwarded to external services;
s5: the external service receives the information M4, performs protocol conversion, and invokes a corresponding processing message.
2. The method of claim 1, further comprising,
s6: the external service accesses the internal service, and the external service constructs information M5 and sends the information to the internal gateway;
s9: the interior gateway receives the information M5, processes the information to obtain information M6, and sends the information M7 to the interior gateway for processing and feeding back the processing result;
s11: after the internal gateway processes the information M7, the original path returns processing result information M8 to the external service;
s12: the external service processes the information M8 and returns processing result information M9 to the external gateway;
s13: the external gateway original path returns processing result information M10 to the client.
3. The method of claim 1, wherein the external services and external gateway flows are as follows,
a1: the external service calls an external service registration module to register a message processing function and distributes configuration information to a service configuration center;
a2: the external gateway acquires external service information from the service configuration center, constructs a routing table and establishes connection with external services;
a3: the external gateway receives the appearance service request, calls an identity verification module to perform identity authentication, and calls a fusing current limiting module to perform fusing judgment and processing;
a4: the external gateway calls the routing module and the load balancing module to find an external service node to forward the request;
a5: the external gateway calls a protocol conversion module, encapsulates the request header and the request message body into private protocol message data, and forwards the private protocol message data to an external service node selected by A4;
a6: the external service receives the Request, calls a protocol conversion module, constructs a standard Request example and transmits the standard Request example to a corresponding processing function for processing;
a7: and externally recording the link calling information and returning the result.
4. The method for implementing the micro service architecture as claimed in claim 3, wherein the identity authentication module is implemented based on http token authentication.
5. The method of claim 1, wherein the internal services and internal gateway flows are as follows,
b1: the internal gateway issues configuration information to a service configuration center;
b2: the internal service calls an internal service registration module to register a message processing function, and the internal service acquires internal gateway information from the service configuration center and establishes connection with the internal gateway information;
b3: the internal service calls an internal service registration module and sends registration service routing information to the internal gateway;
b4: the internal gateway receives the service registration message, performs admission verification and generates a routing table;
b5: the internal gateway receives the request message;
b6: the internal gateway calls a fusing current limiting module to perform fusing judgment and processing;
b7: the internal gateway calls a routing module and a load balancing module, and finds an internal service node to forward a request;
b8: the internal service receives the request message forwarded by the internal gateway and calls a corresponding message processing function to process the request message;
b9: the internal service records the link calling information and returns the result.
6. The method of claim 1, wherein the data transmission modes of the interior gateway include unicast messages and broadcast messages.
7. The method for implementing the micro-service architecture as claimed in claim 3 or 5, wherein the fuse current limiting module is implemented based on using a third party package hystrix.
8. The method for implementing the micro service architecture as claimed in claim 3 or 5, wherein the load balancing module is implemented by using consistency hash algorithm.
9. A method for implementing a microservice architecture according to claim 1 or 3, characterised in that said protocol conversion is implemented on the basis of standard http packets.
10. The method of implementing the microservice architecture of claim 1, 3 or 5, wherein the routing table is constructed using a two-level mapping.
CN201911023352.8A 2019-10-25 2019-10-25 Method for realizing micro-service architecture Active CN110740187B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911023352.8A CN110740187B (en) 2019-10-25 2019-10-25 Method for realizing micro-service architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911023352.8A CN110740187B (en) 2019-10-25 2019-10-25 Method for realizing micro-service architecture

Publications (2)

Publication Number Publication Date
CN110740187A true CN110740187A (en) 2020-01-31
CN110740187B CN110740187B (en) 2021-12-28

Family

ID=69271463

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911023352.8A Active CN110740187B (en) 2019-10-25 2019-10-25 Method for realizing micro-service architecture

Country Status (1)

Country Link
CN (1) CN110740187B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112104640A (en) * 2020-09-11 2020-12-18 深圳前海微众银行股份有限公司 Data processing method, device and equipment of gateway and readable storage medium
CN112149079A (en) * 2020-10-22 2020-12-29 国网冀北电力有限公司经济技术研究院 Planning review management platform based on micro-service architecture and user access authorization method
CN112565093A (en) * 2020-12-11 2021-03-26 山东大学 Method and storage medium for realizing micro-service route dynamic change based on memory database
CN112738184A (en) * 2020-12-24 2021-04-30 上海家睦网络科技有限公司 Plug-in dynamic registration distributed micro-service gateway system
CN113014640A (en) * 2021-02-23 2021-06-22 北京明朝万达科技股份有限公司 Request processing method and device, electronic equipment and storage medium
CN114124976A (en) * 2021-11-30 2022-03-01 北京中电普华信息技术有限公司 Service request processing system and method for realizing internal and external network penetration
CN114884752A (en) * 2022-07-11 2022-08-09 天津金城银行股份有限公司 Inline gateway system, inline loan service docking method, apparatus, and medium
CN114942856A (en) * 2022-07-22 2022-08-26 浙江中控技术股份有限公司 Data processing method and device of micro-service system and electronic equipment

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090064307A1 (en) * 2007-08-30 2009-03-05 Software Ag Systems and/or methods for streaming reverse HTTP gateway, and network including the same
CN104410651A (en) * 2014-12-26 2015-03-11 浪潮通用软件有限公司 Enterprise information system architecture under mobile internet environment
US20180007035A1 (en) * 2015-11-16 2018-01-04 Mastercard International Incorporated Systems and Methods for Authenticating Network Messages
US9921894B1 (en) * 2017-03-17 2018-03-20 Accenture Global Solutions Limited Extensible single point orchestration system for application program interfaces
CN108512748A (en) * 2018-03-21 2018-09-07 上海艾融软件股份有限公司 A kind of implementation method of micro services gateway
CN108965442A (en) * 2018-07-23 2018-12-07 珠海宏桥高科技有限公司 A kind of micro services infrastructure services dissemination system and model-based optimization method
CN109639572A (en) * 2018-12-06 2019-04-16 网易(杭州)网络有限公司 Route management method, device and micro services system
CN110008271A (en) * 2019-04-04 2019-07-12 航天云网科技发展有限责任公司 Micro services affairs based on single database submit method
CN110287249A (en) * 2019-06-17 2019-09-27 中电科大数据研究院有限公司 A kind of service system based on micro services framework
CN110324293A (en) * 2018-03-30 2019-10-11 阿里巴巴集团控股有限公司 A kind of traffic data processing system and method

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090064307A1 (en) * 2007-08-30 2009-03-05 Software Ag Systems and/or methods for streaming reverse HTTP gateway, and network including the same
CN101420455A (en) * 2007-08-30 2009-04-29 软件Ag公司 Systems and/or methods for streaming reverse http gateway, and network including the same
CN104410651A (en) * 2014-12-26 2015-03-11 浪潮通用软件有限公司 Enterprise information system architecture under mobile internet environment
US20180007035A1 (en) * 2015-11-16 2018-01-04 Mastercard International Incorporated Systems and Methods for Authenticating Network Messages
US9921894B1 (en) * 2017-03-17 2018-03-20 Accenture Global Solutions Limited Extensible single point orchestration system for application program interfaces
CN108512748A (en) * 2018-03-21 2018-09-07 上海艾融软件股份有限公司 A kind of implementation method of micro services gateway
CN110324293A (en) * 2018-03-30 2019-10-11 阿里巴巴集团控股有限公司 A kind of traffic data processing system and method
CN108965442A (en) * 2018-07-23 2018-12-07 珠海宏桥高科技有限公司 A kind of micro services infrastructure services dissemination system and model-based optimization method
CN109639572A (en) * 2018-12-06 2019-04-16 网易(杭州)网络有限公司 Route management method, device and micro services system
CN110008271A (en) * 2019-04-04 2019-07-12 航天云网科技发展有限责任公司 Micro services affairs based on single database submit method
CN110287249A (en) * 2019-06-17 2019-09-27 中电科大数据研究院有限公司 A kind of service system based on micro services framework

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
ASANKA ABEYSINGHE: "处理微服务架构的内部架构和外部架构", 《HTTPS://WWW.INFOQ.CN/ARTICLE/NAVIGATING-MICROSERVICES-ARCHITECTURE/》 *
SAVORBOARD: "谈谈微服务中的API网关(API Gateway)", 《HTTPS://WWW.CNBLOGS.COM/SAVORBOARD/P/API-GATEWAY.HTML》 *
谭一鸣: "基于微服务架构的平台化服务框架的设计与实现", 《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑(月刊)》 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112104640A (en) * 2020-09-11 2020-12-18 深圳前海微众银行股份有限公司 Data processing method, device and equipment of gateway and readable storage medium
CN112104640B (en) * 2020-09-11 2022-10-14 深圳前海微众银行股份有限公司 Data processing method, device and equipment of gateway and readable storage medium
CN112149079A (en) * 2020-10-22 2020-12-29 国网冀北电力有限公司经济技术研究院 Planning review management platform based on micro-service architecture and user access authorization method
CN112565093A (en) * 2020-12-11 2021-03-26 山东大学 Method and storage medium for realizing micro-service route dynamic change based on memory database
CN112738184A (en) * 2020-12-24 2021-04-30 上海家睦网络科技有限公司 Plug-in dynamic registration distributed micro-service gateway system
CN112738184B (en) * 2020-12-24 2022-11-18 上海家睦网络科技有限公司 Plug-in dynamic registration distributed micro-service gateway system
CN113014640A (en) * 2021-02-23 2021-06-22 北京明朝万达科技股份有限公司 Request processing method and device, electronic equipment and storage medium
CN113014640B (en) * 2021-02-23 2023-06-20 北京明朝万达科技股份有限公司 Request processing method, request processing device, electronic equipment and storage medium
CN114124976A (en) * 2021-11-30 2022-03-01 北京中电普华信息技术有限公司 Service request processing system and method for realizing internal and external network penetration
CN114884752A (en) * 2022-07-11 2022-08-09 天津金城银行股份有限公司 Inline gateway system, inline loan service docking method, apparatus, and medium
CN114884752B (en) * 2022-07-11 2022-09-23 天津金城银行股份有限公司 Inline gateway system, inline loan service docking method, apparatus, and medium
CN114942856A (en) * 2022-07-22 2022-08-26 浙江中控技术股份有限公司 Data processing method and device of micro-service system and electronic equipment

Also Published As

Publication number Publication date
CN110740187B (en) 2021-12-28

Similar Documents

Publication Publication Date Title
CN110740187B (en) Method for realizing micro-service architecture
US11140135B2 (en) Scalable proxy clusters
US10708376B2 (en) Message bus service directory
US10645181B2 (en) Meta broker for publish-subscribe-based messaging
US9479400B2 (en) Servlet API and method for XMPP protocol
US9246819B1 (en) System and method for performing message-based load balancing
WO2017140216A1 (en) Method and device for network load balancing, control, and network interaction
WO2017016252A1 (en) Token generation and authentication method, and authentication server
Nugur et al. Design and development of an IoT gateway for smart building applications
US8601139B2 (en) Multiple core session initiation protocol (SIP)
US20060209830A1 (en) Packet processing system including control device and packet forwarding device
CN101848235A (en) Real-time multimedia data P2P transmission scheme for supporting NAT traversal
Kookarinrat et al. Design and implementation of a decentralized message bus for microservices
Nugur et al. Design and development of an iot gateway for smart building applications
WO2022100020A1 (en) Vulnerability testing method and apparatus
CN104980484A (en) System and method for device registration and discovery in content-centric networks
US20160241642A1 (en) Multimedia sharing method, registration method, server and proxy server
JP4633395B2 (en) Subscribe-Virtual connection with notification service
US20220166715A1 (en) Communication system and communication method
CN109922148B (en) Cross-platform service method, device and system
Vashishth et al. Addressing challenges in browser based P2P content sharing framework using WebRTC
CN108141704B (en) Location identification of previous network message processors
US20210211417A1 (en) Methods and systems to automatically interconnect devices and applications over multi-cloud providers and on-premises networks
CN112019641B (en) Data transmission method and device
WO2013034108A1 (en) Cloud service establishment system and method

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