CN115499518A - Micro service protocol conversion method and device and electronic equipment - Google Patents

Micro service protocol conversion method and device and electronic equipment Download PDF

Info

Publication number
CN115499518A
CN115499518A CN202210906706.9A CN202210906706A CN115499518A CN 115499518 A CN115499518 A CN 115499518A CN 202210906706 A CN202210906706 A CN 202210906706A CN 115499518 A CN115499518 A CN 115499518A
Authority
CN
China
Prior art keywords
request data
protocol
target
template
service
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210906706.9A
Other languages
Chinese (zh)
Inventor
罗以攀
李�杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianyi Cloud Technology Co Ltd
Original Assignee
Tianyi Cloud 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 Tianyi Cloud Technology Co Ltd filed Critical Tianyi Cloud Technology Co Ltd
Priority to CN202210906706.9A priority Critical patent/CN115499518A/en
Publication of CN115499518A publication Critical patent/CN115499518A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

The invention discloses a conversion method, a device and electronic equipment of a micro service protocol, which are applied to a target interface, wherein the target interface is deployed in a micro service gateway, and the method comprises the following steps: receiving request data sent by a client system; extracting a target template corresponding to the request data from a protocol conversion template stored in a protocol configuration center based on the request data; and converting the request data into second request data of a target protocol through the target template, and sending the second request data to a server corresponding to the target interface, wherein the target protocol is a communication protocol supported in the server. The technical scheme provided by the invention reduces the number of exposed interfaces, realizes hot deployment of the conversion protocol and reduces the complexity of service codes.

Description

Micro service protocol conversion method and device and electronic equipment
Technical Field
The invention relates to the technical field of internet, in particular to a micro service protocol conversion method, a micro service protocol conversion device and electronic equipment.
Background
At present, the micro-service of services is on the rise, and the service opening capability is more and more, for example, the voice call micro-service and the short message micro-service provided by the operator. Client systems such as a take-out applet, an express applet and an e-commerce website can be developed for the second time based on the micro-service, so that a third-party application program requests the function of the micro-service; the service side provides a callable interface of the service and exposes the interface, so that the third-party application program can send a request to the microservice through the exposed interface. At present, in order to avoid the client system from storing too much micro-service information and too many times of repeated communication, communication between the client system and the micro-service is generally coordinated based on a micro-service gateway. However, the communication protocol inside the client system is usually different from the communication protocol inside the microserver, and protocol conversion is required to solve the communication problem. As disclosed in CN113438251A, the request data generated by the client system is converted into data capable of being transmitted inside the microservice by the protocol conversion information, and after being processed by the microservice, the response data is converted into the protocol form of the client system by the protocol conversion information, and the response data is fed back. However, in the conversion method in the prior art, the protocol conversion operation is mainly performed inside the service, and needs to be analyzed according to different protocols, and if a plurality of different client systems call the current micro-service, the service needs to provide an exposed interface for each client system, as shown in fig. 1, which causes the code to be bloated and repeated, and increases the complexity of the server.
Then, as shown in fig. 2, in order to solve the above problem, patent document CN113242221A proposes a protocol conversion method, when a client system requests a micro service, a micro service gateway directly obtains the corresponding micro service from the server according to the request of the client system, and then performs protocol conversion and binary data processing through the obtained micro service. However, the method has the position of protocol conversion still inside the service, and the defect of the bloated service code is not solved.
Disclosure of Invention
In view of this, the embodiment of the present invention provides a method and an apparatus for converting a micro service protocol, and an electronic device, so as to reduce the complexity of a service code.
According to a first aspect, an embodiment of the present invention provides a method for converting a micro service protocol, which is applied to a target interface, where the target interface is deployed in a micro service gateway, and the method includes: receiving request data sent by a client system; extracting a target template corresponding to the request data from a protocol conversion template stored in a protocol configuration center based on the request data; and converting the request data into second request data of a target protocol through the target template, and sending the second request data to a server corresponding to a target interface, wherein the target protocol is a communication protocol supported in the server.
Optionally, the extracting, based on the request data, a target template corresponding to the request data from a protocol conversion template stored in a protocol configuration center includes: pulling service metadata information of a configured interface from the protocol configuration center, and caching the service metadata information; and extracting the target template from the cached service metadata information based on the request data.
Optionally, the extracting the target template from the cached service metadata information based on the request data includes: determining target metadata information from the cached service metadata information according to the URL in the request data; and extracting the target template from the target metadata information according to the source of the client system in the request data.
Optionally, when the protocol supported by the server is changed, the server sends change information to the protocol configuration center, so that the protocol configuration center modifies the stored protocol conversion template.
Optionally, the receiving request data sent by the client system includes: and receiving request data respectively sent by a preset number of client systems, and performing protocol conversion on the request data of each client system in parallel through the target interface.
Optionally, the converting, by the target template, the request data into second request data in a target protocol form includes: acquiring a JSON object from the request data according to the JSON path field recorded in the target template; and mapping the JSON object into the second request data.
According to a second aspect, an embodiment of the present invention provides a micro service protocol conversion apparatus, which is applied to a target interface, where the target interface is deployed in a micro service gateway, and the apparatus includes: the data receiving module is used for receiving request data sent by the client system; the template matching module is used for extracting a target template corresponding to the request data from a protocol conversion template stored in a protocol configuration center based on the request data; and the protocol conversion module is used for converting the request data into second request data in a target protocol form through the target template and sending the second request data to a server corresponding to a target interface, wherein the target protocol is a communication protocol supported in the server.
Optionally, the template matching module includes: the metadata matching module is used for pulling the service metadata information of the configured interface from the protocol configuration center and caching the service metadata information; and the template extraction module is used for extracting the target template from the cached service metadata information based on the request data.
According to a third aspect, embodiments of the present invention provide an electronic device, comprising: a memory and a processor, the memory and the processor being communicatively coupled, wherein the memory stores computer instructions, and the processor executes the computer instructions to perform the method of the first aspect, or any one of the optional embodiments of the first aspect.
According to a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, which stores computer instructions for causing a computer to thereby perform the method of the first aspect, or any one of the optional implementation manners of the first aspect.
The technical scheme provided by the application has the following advantages:
according to the technical scheme, an independent protocol configuration center is deployed, and protocol conversion templates required by all micro-service butt-joint client systems are stored in the protocol configuration center, wherein the protocol conversion templates are used for converting request data into second request data in a character string form which can be directly used by a server. When the client system requests data from the micro service through the target interface of the micro service gateway, the target interface directly calls the corresponding protocol conversion template from the protocol configuration center according to the client system to which the requested data belongs. And then, the protocol conversion is carried out in the micro service gateway, the converted second request data is sent to the server, and the second request data is analyzed into binary stream for use in a service layer. Therefore, the protocol conversion work of the micro service does not need to be carried out in the micro service, and the complexity of service codes is reduced.
In addition, a target interface of the micro-service can simultaneously receive request data sent by a plurality of different client systems, and schedule corresponding protocol conversion templates from the protocol configuration center according to the system source of each request data, and simultaneously perform protocol conversion processing. Therefore, only one interface is exposed in the micro service gateway by one micro service, and the complexity of service codes is further reduced. And when the protocol supported by the micro service is changed, only the corresponding protocol conversion template is needed to be modified in the protocol configuration center, and the service code is not needed to be adjusted. Compared with the prior art, the change of the service protocol can realize hot deployment without restarting and releasing the service, and the working efficiency is improved.
Drawings
The features and advantages of the present invention will be more clearly understood by reference to the accompanying drawings, which are illustrative and not to be construed as limiting the invention in any way, and in which:
FIG. 1 illustrates a schematic diagram of protocol conversion in the prior art;
FIG. 2 is a schematic diagram of another protocol conversion principle in the prior art;
FIG. 3 is a diagram illustrating steps of a microservice protocol translation method according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram illustrating a method for micro service protocol conversion according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a microservice protocol conversion apparatus according to an embodiment of the present invention;
fig. 6 shows a schematic structural diagram of an electronic device in an embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be described clearly and completely with reference to the accompanying drawings of the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without inventive step based on the embodiments of the present invention, are within the scope of the present invention.
Referring to fig. 3 and fig. 4, in an embodiment, a method for converting a microservice protocol is applied to a target interface, where the target interface is deployed in a microservice gateway, and the method specifically includes the following steps:
step S101: and receiving the request data sent by the client system.
Step S102: and extracting a target template corresponding to the request data from the protocol conversion template stored in the protocol configuration center based on the request data.
Step S103: and converting the request data into second request data of a target protocol through the target template, and sending the second request data to a server corresponding to the target interface, wherein the target protocol is a communication protocol supported in the server.
In the prior art, a complete flow of requests for microservices includes: 1. the micro-service establishes a service interface aiming at a certain client system; 2. then an exposed interface is established for the service interface to register in the micro-service gateway; 3. the client system registers in the micro-service gateway; 4. when the client needs to use the function of the micro service, the client sends request data, and the micro service gateway can carry out matching according to the prior registration condition, so that a client system calls an exposed interface registered in the micro service gateway, and the client and the micro service are communicated; 5. after receiving the request data, the micro-service performs protocol conversion and use on the request data. In the embodiment of the invention, a protocol configuration center is independently arranged and used for managing a large number of protocol conversion templates, wherein the protocol conversion templates comprise conversion protocols required by various client systems for connecting various micro-services and are used for converting JSON objects in request data sent by clients into character strings which can be directly used by the back-end micro-services. Each exposed interface registered in the micro service gateway can directly extract a corresponding protocol conversion template from the protocol configuration center. When a client system requests data from a target interface (regarded as a certain exposed interface) in a micro-service gateway, the target interface receives the request data sent by the client system, searches in a protocol conversion template stored in a protocol configuration center according to the source of the request data, finds a target template corresponding to the current client system and the current micro-service, converts the request data into second request data of a target protocol supported in a server by using the target template by the target interface, and sends the second request data to the server corresponding to the target interface so that the server can directly process the second request data. Therefore, the server side does not need to develop codes aiming at the part of protocol conversion, and the complexity of service codes is obviously reduced.
In addition, in the embodiment, since the protocol conversion work of the service does not involve the service itself, one exposed interface can also interface a plurality of client systems at the same time. Supposing that a preset number of client systems respectively send request data to the target interface, the target interface respectively calls corresponding protocol conversion templates from the protocol configuration center according to system sources of the request data and simultaneously performs protocol conversion work, so that the number of exposed interfaces in the micro-service gateway is reduced, and the complexity of service codes is further reduced.
Moreover, the prior art puts the conversion of the protocol into the service layer, because the conversion is performed inside the service, the service code needs to be modified, and the service can be released before the conversion is effective. In this embodiment, when the service of the server needs to modify the protocol, the server only needs to send the change information of the protocol to the protocol configuration center, so that the protocol configuration center modifies the stored protocol conversion template. Therefore, the heat deployment of the conversion protocol is realized, and the overall working efficiency of the system is improved.
Specifically, in an embodiment, the step S102 specifically includes the following steps:
the method comprises the following steps: and pulling the service metadata information of the configured interface from the protocol configuration center, and caching the service metadata information.
Step two: extracting the target template from the cached service metadata information based on the request data.
Specifically, in this embodiment, the microservice gateway may pull the service metadata information of the configured interface from the protocol configuration center at a preset time, with a timing policy, or when receiving request data of a certain client system, where each piece of service metadata information includes all protocol conversion templates of a corresponding service. And using the URL of the exposed interface as a key, setting the metadata as value, caching the service metadata information to the local, and setting the caching expiration time. Therefore, when the protocol conversion template needs to be extracted subsequently, the speed of data query is improved.
Specifically, in an embodiment, the second step specifically includes the following steps:
step three: target metadata information is determined from the cached service metadata information according to the URL in the request data.
Step four: the target template is extracted from the target metadata information based on the client system source in the requested data.
Specifically, after the client system sends a request, the microservice gateway identifies which microservice is called by the client system through the URL in the http protocol request data, thereby determining the target metadata information. One micro service can be provided for a plurality of different client systems to be called, so that the target metadata information also comprises a plurality of protocol conversion templates, and further, the identity of the client system calling the micro service at present is determined through a system source in the request data, so that the corresponding target template is accurately extracted from the target metadata information to carry out protocol conversion.
Specifically, in an embodiment, the step S103 specifically includes the following steps:
step five: and acquiring the JSON object from the request data according to the JSON path field recorded in the target template.
Step six: and mapping the JSON object into second request data.
Specifically, the fields configured in the protocol conversion template are filled in a JSON path manner, and the JSON path acquires the required data from the request data. And according to the path field, acquiring a corresponding JSON object from the request data, converting the JSON into a character string (second request data) which can be used by the server, then sending the second request data to the back-end server, feeding the second request data back to the micro service gateway after the server processes the data, and obtaining JSON-format data of the http protocol to the client system after the micro service gateway continues protocol conversion. Therefore, the protocol conversion process is realized in the micro service gateway, the internal conversion of the service is not needed, and the complexity of the service code is reduced.
Through the steps, according to the technical scheme provided by the application, an independent protocol configuration center is deployed, and protocol conversion templates required by all micro-service butt-joint client systems are stored in the protocol configuration center, wherein the protocol conversion templates are used for converting request data into second request data in a character string form which can be directly used by a server. When the client system requests data from the micro service through the target interface of the micro service gateway, the target interface directly calls the corresponding protocol conversion template from the protocol configuration center according to the client system to which the requested data belongs. And then, the protocol conversion is carried out in the micro service gateway, the converted second request data is sent to the server, and the second request data is analyzed into binary stream for use in a service layer. Therefore, the protocol conversion work of the micro service does not need to be carried out in the micro service, and the complexity of service codes is reduced.
In addition, a target interface of the micro service can simultaneously receive request data sent by a plurality of different client systems, schedule corresponding protocol conversion templates from the protocol configuration center according to the system source of each request data, and simultaneously perform protocol conversion processing. Therefore, only one interface is exposed in the micro service gateway by one micro service, and the complexity of service codes is further reduced. And when the protocol supported by the micro service is changed, only the corresponding protocol conversion template is needed to be modified in the protocol configuration center, and the service code is not needed to be adjusted. Compared with the prior art, the change of the service protocol can realize hot deployment without restarting and releasing the service, and the working efficiency is improved.
As shown in fig. 5, this embodiment further provides a micro service protocol conversion apparatus, which is applied to a target interface, where the target interface is deployed in a micro service gateway, and the apparatus includes:
a data receiving module 101, configured to receive request data sent by a client system. For details, refer to the related description of step S101 in the above method embodiment, and no further description is provided here.
And the template matching module 102 is used for extracting a target template corresponding to the request data from the protocol conversion template stored in the protocol configuration center based on the request data. For details, refer to the related description of step S102 in the above method embodiment, and no further description is provided here.
The protocol conversion module 103 is configured to convert the request data into second request data in a target protocol form through the target template, and send the second request data to a server corresponding to the target interface, where the target protocol is a communication protocol supported by the server. For details, refer to the related description of step S103 in the above method embodiment, and no further description is provided here.
Specifically, in an embodiment, the template matching module specifically includes:
and the metadata matching module is used for pulling the service metadata information of the configured interface from the protocol configuration center and caching the service metadata information. For details, refer to the related description of step one in the above method embodiments, and details are not repeated herein.
And the template extraction module is used for extracting a target template from the cached service metadata information based on the request data. For details, refer to the related description of step two in the above method embodiments, and details are not repeated herein.
The micro service protocol conversion apparatus provided in the embodiment of the present invention is configured to execute the micro service protocol conversion method provided in the above embodiment, and the implementation manner and the principle thereof are the same, and details of the micro service protocol conversion apparatus are described in the above method embodiment and are not described again.
Through the cooperative cooperation of the above components, the technical scheme provided by the application deploys an independent protocol configuration center, and stores a protocol conversion template required by each micro-service docking each client system to the protocol configuration center, wherein the protocol conversion template is used for converting request data into second request data in a character string form which can be directly used by a server. When the client system requests data from the micro service through the target interface of the micro service gateway, the target interface directly calls the corresponding protocol conversion template from the protocol configuration center according to the client system to which the requested data belongs. And then, the protocol conversion is carried out in the micro service gateway, the converted second request data is sent to the server, and the second request data is analyzed into binary stream for use in the service layer. Therefore, the protocol conversion work of the micro service does not need to be carried out in the micro service, and the complexity of service codes is reduced.
In addition, a target interface of the micro-service can simultaneously receive request data sent by a plurality of different client systems, and schedule corresponding protocol conversion templates from the protocol configuration center according to the system source of each request data, and simultaneously perform protocol conversion processing. Therefore, only one interface is exposed in the micro service gateway by one micro service, and the complexity of service codes is further reduced. Moreover, when the protocol supported by the micro service is changed, only the corresponding protocol conversion template needs to be modified in the protocol configuration center, and the service code does not need to be adjusted. Compared with the prior art, the change of the service protocol can realize hot deployment without restarting and releasing the service, and the working efficiency is improved.
Fig. 6 shows an electronic device according to an embodiment of the present invention, where the device includes a processor 901 and a memory 902, which may be connected by a bus or by other means, and fig. 6 illustrates an example of a connection by a bus.
Processor 901 may be a Central Processing Unit (CPU). The Processor 901 may also be other general purpose processors, digital Signal Processors (DSPs), application Specific Integrated Circuits (ASICs), field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, or combinations thereof.
The memory 902, which is a non-transitory computer-readable storage medium, may be used to store non-transitory software programs, non-transitory computer-executable programs, and modules, such as program instructions/modules corresponding to the methods in the above-described method embodiments. The processor 901 executes various functional applications and data processing of the processor by executing non-transitory software programs, instructions and modules stored in the memory 902, that is, implements the methods in the above-described method embodiments.
The memory 902 may include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created by the processor 901, and the like. Further, the memory 902 may include high speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, the memory 902 may optionally include memory located remotely from the processor 901, which may be connected to the processor 901 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
One or more modules are stored in the memory 902, which when executed by the processor 901 performs the methods in the above-described method embodiments.
The specific details of the electronic device may be understood by referring to the corresponding related descriptions and effects in the above method embodiments, and are not described herein again.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, and the implemented program can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk Drive (Hard Disk Drive, abbreviated as HDD), or a Solid State Drive (SSD); the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present invention have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope defined by the appended claims.

Claims (10)

1. A micro service protocol conversion method is applied to a target interface, wherein the target interface is deployed in a micro service gateway, and the method comprises the following steps:
receiving request data sent by a client system;
extracting a target template corresponding to the request data from a protocol conversion template stored in a protocol configuration center based on the request data;
and converting the request data into second request data of a target protocol through the target template, and sending the second request data to a server corresponding to a target interface, wherein the target protocol is a communication protocol supported in the server.
2. The method of claim 1, wherein the extracting, based on the request data, a target template corresponding to the request data from a protocol conversion template stored by a protocol configuration center comprises:
pulling service metadata information of a configured interface from the protocol configuration center, and caching the service metadata information;
and extracting the target template from the cached service metadata information based on the request data.
3. The method of claim 2, wherein the extracting the target template from the cached service metadata information based on the request data comprises:
determining target metadata information from the cached service metadata information according to the URL in the request data;
and extracting the target template from the target metadata information according to the source of the client system in the request data.
4. The method according to claim 1, wherein when the protocol supported by the server changes, the server sends change information to the protocol configuration center, so that the protocol configuration center modifies the stored protocol conversion template.
5. The method of claim 1, wherein receiving the request data sent by the client system comprises:
and receiving request data respectively sent by a preset number of client systems, and performing protocol conversion on the request data of each client system in parallel through the target interface.
6. The method of claim 1, wherein the converting the request data into second request data in a target protocol by the target template comprises:
acquiring a JSON object from the request data according to the JSON path field recorded in the target template;
and mapping the JSON object into the second request data.
7. A micro service protocol conversion device applied to a target interface, wherein the target interface is deployed in a micro service gateway, the device comprising:
the data receiving module is used for receiving request data sent by the client system;
the template matching module is used for extracting a target template corresponding to the request data from a protocol conversion template stored in a protocol configuration center based on the request data;
and the protocol conversion module is used for converting the request data into second request data in a target protocol form through the target template and sending the second request data to a server corresponding to a target interface, wherein the target protocol is a communication protocol supported in the server.
8. The apparatus of claim 7, wherein the template matching module comprises:
the metadata matching module is used for pulling the service metadata information of the configured interface from the protocol configuration center and caching the service metadata information;
and the template extraction module is used for extracting the target template from the cached service metadata information based on the request data.
9. An electronic device, comprising:
a memory and a processor communicatively coupled to each other, the memory having stored therein computer instructions, the processor executing the computer instructions to perform the method of any of claims 1-6.
10. A computer-readable storage medium having stored thereon computer instructions for causing a computer to thereby perform the method of any one of claims 1-6.
CN202210906706.9A 2022-07-29 2022-07-29 Micro service protocol conversion method and device and electronic equipment Pending CN115499518A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210906706.9A CN115499518A (en) 2022-07-29 2022-07-29 Micro service protocol conversion method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210906706.9A CN115499518A (en) 2022-07-29 2022-07-29 Micro service protocol conversion method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN115499518A true CN115499518A (en) 2022-12-20

Family

ID=84465672

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210906706.9A Pending CN115499518A (en) 2022-07-29 2022-07-29 Micro service protocol conversion method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN115499518A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108989356A (en) * 2018-09-10 2018-12-11 四川长虹电器股份有限公司 A kind of method that API gateway realizes protocol conversion
CN110351325A (en) * 2018-04-08 2019-10-18 腾讯科技(深圳)有限公司 A kind of data processing method and relevant device
WO2019232961A1 (en) * 2018-06-05 2019-12-12 平安科技(深圳)有限公司 Interface automation method and system, computer device, and storage medium
CN113709166A (en) * 2021-08-31 2021-11-26 广州艾美网络科技有限公司 Distributed service gateway implementation method, device, computer equipment and storage medium
CN113726869A (en) * 2021-08-26 2021-11-30 阿里巴巴(中国)有限公司 Communication method, gateway and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110351325A (en) * 2018-04-08 2019-10-18 腾讯科技(深圳)有限公司 A kind of data processing method and relevant device
WO2019232961A1 (en) * 2018-06-05 2019-12-12 平安科技(深圳)有限公司 Interface automation method and system, computer device, and storage medium
CN108989356A (en) * 2018-09-10 2018-12-11 四川长虹电器股份有限公司 A kind of method that API gateway realizes protocol conversion
CN113726869A (en) * 2021-08-26 2021-11-30 阿里巴巴(中国)有限公司 Communication method, gateway and electronic equipment
CN113709166A (en) * 2021-08-31 2021-11-26 广州艾美网络科技有限公司 Distributed service gateway implementation method, device, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
聂晓旭;于凤芹;钦道理;: "可配置协议转换方法的设计与实现", 计算机技术与发展, no. 04, 30 April 2015 (2015-04-30) *

Similar Documents

Publication Publication Date Title
EP3837604B1 (en) In situ triggered function as a service within a service mesh
CN107566786B (en) Method and device for acquiring monitoring video and terminal equipment
US10043220B2 (en) Method, device and storage medium for data processing
CN112311774B (en) Data processing method and device, electronic equipment and storage medium
CN110058987B (en) Method, apparatus, and computer readable medium for tracking a computing system
US20190028548A1 (en) Transport of control data in proxy-based network communications
CN112114979A (en) Remote procedure call method and device
WO2019210675A1 (en) NF SERVICE CONSUMER RESTART DETECTION USING DIRECT SIGNALING BETWEEN NFs
US11330035B2 (en) Method and server for HTTP protocol-based data request
MX2021010211A (en) Method for co-hosting, and electronic device.
JP2017500679A (en) Media resource feedback method, apparatus, program, and recording medium
CN114189393A (en) Data processing method, device, equipment and storage medium
WO2020024458A1 (en) Service interface management method and apparatus, and storage medium and computer device
WO2019196225A1 (en) Resource file feedback method and apparatus
EP2760178B1 (en) Method, apparatus and system for obtaining object
CN112073512B (en) Data processing method and device
CN113111666A (en) System and method for realizing multi-language translation of application program
CN111147582B (en) Voice interaction method and device, computer equipment and storage medium
CN115499518A (en) Micro service protocol conversion method and device and electronic equipment
CN108924773B (en) Message processing method and device
CN109005250B (en) Method and device for accessing server
US20140330778A1 (en) System and method for asynchronous use of a network-based file system
CN114465997A (en) Data synchronization method and device, electronic equipment and storage medium
WO2015085531A1 (en) Method, device and system for improving qos
CN113014664A (en) Gateway adaptation method, device, electronic equipment and storage medium

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