CN114650221A - Method and system for quickly calling service interface - Google Patents
Method and system for quickly calling service interface Download PDFInfo
- Publication number
- CN114650221A CN114650221A CN202210156385.5A CN202210156385A CN114650221A CN 114650221 A CN114650221 A CN 114650221A CN 202210156385 A CN202210156385 A CN 202210156385A CN 114650221 A CN114650221 A CN 114650221A
- Authority
- CN
- China
- Prior art keywords
- interface
- mapping table
- service
- request
- address
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 24
- 238000013507 mapping Methods 0.000 claims abstract description 188
- 238000004590 computer program Methods 0.000 claims description 18
- 238000012423 maintenance Methods 0.000 abstract description 6
- 239000008186 active pharmaceutical agent Substances 0.000 description 10
- 230000009286 beneficial effect Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 230000003247 decreasing effect Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
- H04L41/0813—Configuration setting characterised by the conditions triggering a change of settings
- H04L41/082—Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
- H04L41/0823—Configuration setting characterised by the purposes of a change of settings, e.g. optimising configuration for enhancing reliability
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0893—Assignment of logical groups to network elements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0852—Delays
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Environmental & Geological Engineering (AREA)
- Computer And Data Communications (AREA)
Abstract
The invention discloses a method and a system for quickly calling a service interface; the invention generates an interface mapping table by a mapping server according to the interfaces of all current services, wherein the interface mapping table comprises an interface name, an interface address and a service port; when the user application terminal is started, the interface mapping table is obtained from the mapping server terminal, and is stored or updated to the local; when the user application end sends a request, modifying a target address in the request according to an interface name in the request, the interface address corresponding to the interface name in the interface mapping table and the service port; according to the invention, the interface mapping table is generated at the mapping server, the user application side acquires the latest interface mapping table from the mapping server side when the mapping server side is started, and directly sends the request to the physical hosts of different micro services corresponding to the service according to the interface mapping table, so that the problem that the traditional centralized forwarding mode is easy to generate obvious network delay is avoided, and the starting, operation and maintenance costs are low.
Description
Technical Field
The invention relates to the technical field of computers, in particular to a method and a system for quickly calling a service interface.
Background
Currently, Restful-based network API calling methods are widely applied to various network applications. The calling mode is characterized in that an API calling request is sent to a specified network address. For the internet application of the micro-service architecture, the service is usually distributed and deployed on different physical hosts, and the different physical hosts usually have different IP addresses; even with the same physical host, there may be multiple ports for multiple different microservices.
Conventionally, a uniform virtual IP address or a uniform network domain name is additionally constructed at a mapping server, and an API call request sent by a client is uniformly sent to the network address first, and then forwarded to a service of a real IP physical host through the uniform network address.
However, the conventional method using unified address forwarding generally has the following disadvantages:
(1) forwarding the address to a different IP typically results in some network delay. This delay is even more pronounced if the architecture is complex and the services are numerous.
(2) To solve the delay problem mentioned in the disadvantage (1), large internet companies often set up (or purchase) CDNs. However, this method is costly and not a small burden for small micro-enterprises.
(3) The global network needs to be monitored and maintained, and the operation and maintenance cost is high.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the method and the system for quickly calling the service interface are provided, network delay is reduced, and cost is lower.
In order to solve the technical problems, the invention adopts the technical scheme that:
a method for quickly calling a service interface comprises the following steps:
s1, the mapping server generates an interface mapping table according to the interfaces of all the current services, wherein the interface mapping table comprises interface names, interface addresses and service ports;
s2, when the user application end is started, the mapping server end obtains the interface mapping table, and stores or updates the interface mapping table to the local;
s3, when the user application end sends the request, the target address in the request is modified according to the interface name in the request, the interface address corresponding to the interface name in the interface mapping table and the service port.
In order to solve the technical problem, the invention adopts another technical scheme as follows:
a system for fast invocation of service interfaces, comprising a user application end and a mapping service end, wherein the mapping service end comprises a first processor, a first memory and a computer program stored in the first memory and operable on the first processor, the user application end comprises a second processor, a second memory and a computer program stored in the second memory and operable on the second processor, and the first processor implements the following steps when executing the first computer program:
s1, generating an interface mapping table according to the interfaces of all the current services, wherein the interface mapping table comprises interface names, interface addresses and service ports;
the second processor, when executing the second computer program, implements the steps of:
s2, acquiring the interface mapping table from the mapping server side during starting, and storing or updating the interface mapping table to the local;
and S3, when the request is sent, modifying the target address in the request according to the interface name in the request and the interface mapping table, and according to the interface address corresponding to the interface name and the service port.
The invention has the beneficial effects that: according to the method and the system for quickly calling the service interface, the interface mapping table is generated at the mapping server, the user application side obtains the latest interface mapping table from the mapping server side when the user application side is started, and directly sends the request to the physical hosts of different micro services corresponding to the service according to the interface mapping table, so that the problem that the traditional centralized forwarding mode is easy to generate obvious network delay is solved, and the starting, operation and maintenance cost is low.
Drawings
FIG. 1 is a flowchart of a method for fast invoking a service interface according to an embodiment of the present invention;
FIG. 2 is a block diagram of a system for quick invocation of a service interface according to an embodiment of the present invention;
FIG. 3 is a sequence diagram of a method for a service interface quick call according to an embodiment of the present invention;
FIG. 4 is a communication diagram of a method for a service interface quick call according to an embodiment of the present invention;
description of reference numerals:
1. a system for fast invocation of service interfaces; 2. mapping a server; 3. a first processor; 4. a first memory; 5. a user application terminal; 6. a second processor; 7. a second memory.
Detailed Description
In order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
Referring to fig. 1, fig. 3 and fig. 4, a method for quickly invoking a service interface includes the steps of:
s1, the mapping server generates an interface mapping table according to the interfaces of all the current services, wherein the interface mapping table comprises interface names, interface addresses and service ports;
s2, when the user application end is started, the mapping server end obtains the interface mapping table, and stores or updates the interface mapping table to the local;
s3, when the user application end sends the request, the target address in the request is modified according to the interface name in the request, the interface address corresponding to the interface name in the interface mapping table and the service port.
As can be seen from the above description, the beneficial effects of the present invention are: according to the method and the system for quickly calling the service interface, the interface mapping table is generated at the mapping server, the user application side obtains the latest interface mapping table from the mapping server when starting, and directly sends the request to the physical hosts of different micro services corresponding to the service according to the interface mapping table, so that the problem that the traditional centralized forwarding mode is easy to generate obvious network delay is solved, and the starting, operation and maintenance cost is low.
Furthermore, a reserved space is arranged in the user application end, and the reserved space is used for storing the interface mapping table;
the step S2 specifically includes:
when the user application terminal is started, acquiring the latest interface mapping table from a mapping server terminal according to a preset request address;
after receiving an interface mapping table returned by a mapping server, judging whether the interface mapping table exists in the reserved space at present, if so, replacing the interface mapping table, otherwise, directly storing the obtained interface mapping table in the reserved space.
It can be known from the above description that the present invention reserves a space for storing the interface mapping table, and obtains or updates the interface mapping table in real time at each start, thereby ensuring that the application service request can be directly sent to the network address of the corresponding service.
Further, the step S3 is specifically:
before sending a request to call an interface of service, a user application side firstly queries the interface mapping table according to an interface name in the request to obtain an interface address and a service port corresponding to the interface name;
and integrating the interface address and the interface name to obtain a service address, replacing the target address in the request with the service address, and replacing the port number with the service port.
As can be seen from the above description, the interface name in the request is queried in the mapping table to obtain the corresponding interface address and service port, and the service address can be directly obtained and used after being integrated by the interface address and the interface name, and does not need to be uniformly sent to a certain network address and then forwarded as in the conventional manner, thereby avoiding the delay problem caused by the conventional manner.
Further, the method also comprises the following steps:
and S4, the mapping server receives a mapping table updating request sent by the service server, and updates the interface mapping table according to the mapping table updating request.
As can be seen from the above description, after the service of the service end is changed, i.e. increased, decreased or modified, the interface mapping table stored in the mapping service end needs to be changed correspondingly, so as to maintain consistency with the service.
Further, the mapping server and the service server are service ports of the same server or different servers.
As can be seen from the above description, the service content of the mapping server is simple, and only the service for obtaining the mapping table is provided, so that it is not necessary to separately set a server, and the same server as the service server may be used to save cost.
Referring to fig. 2, a system for quickly invoking a service interface includes a user application and a mapping service, where the mapping service includes a first processor, a first memory, and a computer program stored in the first memory and executable on the first processor, the user application includes a second processor, a second memory, and a computer program stored in the second memory and executable on the second processor, and the first processor implements the following steps when executing the first computer program:
s1, generating an interface mapping table according to the interfaces of all the current services, wherein the interface mapping table comprises interface names, interface addresses and service ports;
the second processor, when executing the second computer program, implements the steps of:
s2, acquiring the interface mapping table from the mapping server side during starting, and storing or updating the interface mapping table to the local;
and S3, when the request is sent, modifying the target address in the request according to the interface name in the request and the interface mapping table, and according to the interface address corresponding to the interface name and the service port.
From the above description, the beneficial effects of the present invention are: according to the method and the system for quickly calling the service interface, the interface mapping table is generated at the mapping server, the user application side obtains the latest interface mapping table from the mapping server side when the user application side is started, and directly sends the request to the physical hosts of different micro services corresponding to the service according to the interface mapping table, so that the problem that the traditional centralized forwarding mode is easy to generate obvious network delay is solved, and the starting, operation and maintenance cost is low.
Furthermore, a reserved space is arranged in the user application end, and the reserved space is used for storing the interface mapping table;
the step S2 specifically includes:
when the interface mapping table is started, the latest interface mapping table is obtained from a mapping server side according to a preset request address;
after receiving an interface mapping table returned by a mapping server, judging whether the interface mapping table exists in the reserved space at present, if so, replacing the interface mapping table, otherwise, directly storing the obtained interface mapping table in the reserved space.
It can be known from the above description that the present invention reserves a space for storing the interface mapping table, and obtains or updates the interface mapping table in real time at each start, thereby ensuring that the application service request can be directly sent to the network address of the corresponding service.
Further, the step S3 is specifically:
before sending an interface call requesting for service, inquiring the interface mapping table according to an interface name in the request to obtain an interface address and a service port corresponding to the interface name;
and integrating the interface address and the interface name to obtain a service address, replacing the target address in the request with the service address, and replacing the port number with the service port.
As can be seen from the above description, the interface name in the request is queried in the mapping table to obtain the corresponding interface address and service port, and the service address can be directly obtained and used after being integrated by the interface address and the interface name, and does not need to be uniformly sent to a certain network address and then forwarded as in the conventional manner, thereby avoiding the delay problem caused by the conventional manner.
Further, the first processor, when executing the first computer program, further comprises the steps of:
s4, receiving a mapping table updating request sent by a service server, and updating the interface mapping table according to the mapping table updating request.
As can be seen from the above description, after the service of the service end is changed, i.e. increased, decreased or modified, the interface mapping table stored in the mapping service end needs to be changed correspondingly, so as to maintain consistency with the service.
Further, the mapping server and the service server are service ports of the same server or different servers.
It can be known from the above description that the service content of the mapping service end is simple, and only the obtaining service of the mapping table is provided, so that it is not necessary to separately set a server, and the same server can be used with the service end to save cost.
The method and the terminal for quickly calling the service interface are suitable for the Internet application of a micro-service architecture, namely, the service is distributed and deployed on different physical hosts with different IP addresses, or a plurality of ports of the same physical host respectively correspond to a plurality of different micro-services.
Referring to fig. 1, fig. 3 and fig. 4, a first embodiment of the present invention is:
a method for quickly calling a service interface comprises the following steps:
s1, the mapping server generates an interface mapping table according to the interfaces of all the current services, wherein the interface mapping table comprises interface names, interface addresses and service ports;
in this embodiment, an interface mapping table of "interface name-interface address-service port" is generated for APIs of different service services, where the interface mapping table describes an IP address and a port number where a real service corresponding to the API is located, and the table is shown in table 1 below:
TABLE 1
As shown in table 1 above, there may be multiple API interfaces under a host of an IP address to provide services; under the physical host of the same IP address, a plurality of services can also provide interfaces to the outside through different ports.
In this embodiment, the interface mapping table shown in table 1 above is maintained and provided to the outside through a fixed address (i.e., the mapping server).
S2, when the user application terminal is started, the interface mapping table is obtained from the mapping server terminal, and the interface mapping table is stored or updated to the local;
a reserved space is arranged in the user application end and used for storing the interface mapping table;
the step S2 specifically includes:
when the user application end is started, the latest interface mapping table is obtained from the mapping server end according to a preset request address;
after receiving an interface mapping table returned by a mapping server, judging whether the interface mapping table exists in the reserved space at present, if so, replacing the interface mapping table, otherwise, directly storing the obtained interface mapping table in the reserved space.
In this embodiment, a storage space of a mapping table is reserved in application software of a user side, and when the application software is started, a request for obtaining an address mapping table is initiated to a fixed address/server. And after the shooting table is acquired, storing the shooting table into the storage space.
S3, when the user application end sends a request, modifying the target address in the request according to the interface name in the request, the interface address corresponding to the interface name in the interface mapping table and the service port;
the step S3 specifically includes:
before sending a request to call an interface of service, a user application side firstly queries the interface mapping table according to an interface name in the request to obtain an interface address and a service port corresponding to the interface name;
and integrating the interface address and the interface name to obtain a service address, replacing the target address in the request with the service address, and replacing the port number with the service port.
In this embodiment, after the interface mapping table is obtained, before the network API call is performed by all the application software in the release version, a table lookup operation is performed first, the interface mapping table is queried, and all the API call requests are replaced with real Restful API request addresses according to the mapping table. For example, in the original code, the written network API for calling the location information is "getPosition", and the network address replaced when calling is: "http:// ip 1/getPosition". And meanwhile, the port number in the request is also changed according to the query result.
S4, the mapping service end receives a mapping table updating request sent by the service end due to the change of the service, and updates the interface mapping table according to the mapping table updating request.
In this embodiment, each time a new service is deployed online, the mapping table is updated to the fixed address (mapping server).
In this embodiment, the mapping server and the service server are service ports of different servers, and in other equivalent embodiments, the mapping server and the service server may also be service ports of the same server.
Referring to fig. 2, the second embodiment of the present invention is:
a system 1 for quickly calling a service interface comprises a user application terminal 5 and a mapping service terminal 2, wherein the mapping service terminal 2 comprises a first processor 3, a first memory 4 and a computer program stored in the first memory 4 and capable of running on the first processor 3, the user application terminal 5 comprises a second processor 6, a second memory 7 and a computer program stored in the second memory 7 and capable of running on the second processor 6, the first processor 3 realizes the steps executed by the mapping service terminal 2 in the first embodiment when executing the first computer program, and the second processor 6 realizes the steps executed by the user application terminal 5 in the first embodiment when executing the second computer program.
The main principle of the invention is that the interface mapping table is provided by the fixed service, the user application end only needs to obtain the interface mapping table from the fixed service when starting, the real service address can be directly obtained according to the interface mapping table by subsequent request calling, and the forwarding is not needed through the fixed address, thereby avoiding the delay possibly generated when the service is numerous.
In summary, according to the method and system for quickly invoking a service interface provided by the present invention, an interface mapping table is generated at a mapping server, a user application obtains a latest interface mapping table from the mapping server when starting, and directly sends a request to physical hosts of different micro-services corresponding to a service according to the interface mapping table, so that a problem that a traditional centralized forwarding manner is easy to generate an obvious network delay is avoided, and the cost of enabling and operation and maintenance is low.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to the related technical fields, are included in the scope of the present invention.
Claims (10)
1. A method for quickly calling a service interface is characterized by comprising the following steps:
s1, the mapping server generates an interface mapping table according to the interfaces of all the current services, wherein the interface mapping table comprises interface names, interface addresses and service ports;
s2, when the user application end is started, the mapping server end obtains the interface mapping table, and stores or updates the interface mapping table to the local;
s3, when the user application end sends the request, the target address in the request is modified according to the interface name in the request, the interface address corresponding to the interface name in the interface mapping table and the service port.
2. The method for rapid invocation of service interface according to claim 1, wherein a reserved space is provided in the user application side, and the reserved space is used for storing the interface mapping table;
the step S2 specifically includes:
when the user application end is started, the latest interface mapping table is obtained from the mapping server end according to a preset request address;
after receiving an interface mapping table returned by a mapping server, judging whether the interface mapping table exists in the reserved space at present, if so, replacing the interface mapping table, otherwise, directly storing the obtained interface mapping table in the reserved space.
3. The method according to claim 1, wherein the step S3 specifically comprises:
before sending a request to call an interface of service, a user application side firstly queries the interface mapping table according to an interface name in the request to obtain an interface address and a service port corresponding to the interface name;
and integrating the interface address and the interface name to obtain a service address, replacing the target address in the request with the service address, and replacing the port number with the service port.
4. The method of claim 1, further comprising the steps of:
s4, the mapping service end receives a mapping table updating request sent by the service end due to the change of the service, and updates the interface mapping table according to the mapping table updating request.
5. The method as claimed in claim 4, wherein the mapping server and the service server are the same server or different servers.
6. A system for fast invocation of service interface, comprising a user application end and a mapping service end, wherein the mapping service end comprises a first processor, a first memory and a computer program stored in the first memory and operable on the first processor, and the user application end comprises a second processor, a second memory and a computer program stored in the second memory and operable on the second processor, and the first processor implements the following steps when executing the first computer program:
s1, generating an interface mapping table according to the interfaces of all the current services, wherein the interface mapping table comprises interface names, interface addresses and service ports;
the second processor, when executing the second computer program, implements the steps of:
s2, acquiring the interface mapping table from the mapping server side during starting, and storing or updating the interface mapping table to the local;
and S3, when the request is sent, modifying the target address in the request according to the interface name in the request and the interface mapping table, and according to the interface address corresponding to the interface name and the service port.
7. The system for quickly invoking a service interface as claimed in claim 6, wherein a reserved space is provided in the user application, and the reserved space is used for storing the interface mapping table;
the step S2 specifically includes:
when the interface mapping table is started, the latest interface mapping table is obtained from a mapping server side according to a preset request address;
after receiving an interface mapping table returned by a mapping server, judging whether the interface mapping table exists in the reserved space at present, if so, replacing the interface mapping table, otherwise, directly storing the obtained interface mapping table in the reserved space.
8. The system according to claim 6, wherein the step S3 is specifically:
before sending a request to call an interface of service, inquiring the interface mapping table according to an interface name in the request to obtain an interface address and a service port corresponding to the interface name;
and integrating the interface address and the interface name to obtain a service address, replacing the target address in the request with the service address, and replacing the port number with the service port.
9. The system of claim 6, wherein the first processor, when executing the first computer program, further comprises:
s4, receiving a mapping table updating request sent by the service server end due to the change of the service, and updating the interface mapping table according to the mapping table updating request.
10. The system according to claim 9, wherein the mapping server and the service server are service ports of the same server or different servers.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210156385.5A CN114650221A (en) | 2022-02-21 | 2022-02-21 | Method and system for quickly calling service interface |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210156385.5A CN114650221A (en) | 2022-02-21 | 2022-02-21 | Method and system for quickly calling service interface |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114650221A true CN114650221A (en) | 2022-06-21 |
Family
ID=81994241
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210156385.5A Pending CN114650221A (en) | 2022-02-21 | 2022-02-21 | Method and system for quickly calling service interface |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114650221A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115525657A (en) * | 2022-10-12 | 2022-12-27 | 合肥九韶智能科技有限公司 | Extensible network request message and forwarding system |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107959613A (en) * | 2016-10-18 | 2018-04-24 | 华为技术有限公司 | Message forwarding method and device |
WO2018233140A1 (en) * | 2017-06-24 | 2018-12-27 | 平安科技(深圳)有限公司 | Domain name resolution apparatus and method and computer readable storage medium |
CN111327716A (en) * | 2019-08-28 | 2020-06-23 | 杭州海康威视系统技术有限公司 | Service interaction method and device |
CN112732456A (en) * | 2020-12-15 | 2021-04-30 | 京东数字科技控股股份有限公司 | Micro-service calling method and device, electronic equipment and storage medium |
CN112866379A (en) * | 2021-01-15 | 2021-05-28 | 浪潮云信息技术股份公司 | Access method and device of microservice |
-
2022
- 2022-02-21 CN CN202210156385.5A patent/CN114650221A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107959613A (en) * | 2016-10-18 | 2018-04-24 | 华为技术有限公司 | Message forwarding method and device |
WO2018233140A1 (en) * | 2017-06-24 | 2018-12-27 | 平安科技(深圳)有限公司 | Domain name resolution apparatus and method and computer readable storage medium |
CN111327716A (en) * | 2019-08-28 | 2020-06-23 | 杭州海康威视系统技术有限公司 | Service interaction method and device |
CN112732456A (en) * | 2020-12-15 | 2021-04-30 | 京东数字科技控股股份有限公司 | Micro-service calling method and device, electronic equipment and storage medium |
CN112866379A (en) * | 2021-01-15 | 2021-05-28 | 浪潮云信息技术股份公司 | Access method and device of microservice |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115525657A (en) * | 2022-10-12 | 2022-12-27 | 合肥九韶智能科技有限公司 | Extensible network request message and forwarding system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2019104975A1 (en) | Dubbo framework–based remote invoking method, server, and storage medium | |
US8583810B2 (en) | Session affinity cache and manager | |
TWI431978B (en) | Methods, devices and systems for obtaining resources | |
US20130332550A1 (en) | Methods and systems for providing customized domain messages | |
US20100169442A1 (en) | Apparatus and method for providing peer-to-peer proxy service with temporary storage management and traffic load balancing in peer-to-peer communications | |
US20060123121A1 (en) | System and method for service session management | |
CN110928709A (en) | Service calling method and device under micro-service framework and server | |
WO2020211365A1 (en) | Flow load balancing method and apparatus, computer device and storage medium | |
CN109729187B (en) | Proxy communication method, system, device and storage medium | |
CN113645304B (en) | Data service processing method and related equipment | |
CN109067936A (en) | A kind of method and device of domain name mapping | |
CN110764688A (en) | Method and device for processing data | |
CN115242882B (en) | Method and device for accessing k8s container environment based on transport layer route | |
CN102523308A (en) | Application development method and development and application platform system for operating method | |
CN116016667A (en) | Unified management method and system for multiple types of registries of cloud native platform | |
CN114650221A (en) | Method and system for quickly calling service interface | |
US20050005027A1 (en) | Method and system for obtaining data through an IP transmission network by using an optimized domain name server | |
US20240015135A1 (en) | Domain management and synchronization system | |
WO2024066503A1 (en) | Service invocation method and apparatus | |
US20080250121A1 (en) | Facilitating configuration of multiple instances of an application on a server cluster | |
US7792921B2 (en) | Metadata endpoint for a generic service | |
CN112437170B (en) | Domain name information processing method and device, computer equipment and computer storage medium | |
CN110995890B (en) | Domain name request scheduling method and device | |
CN111125580B (en) | Network resource acquisition method and device, electronic equipment and storage medium | |
US10541864B1 (en) | System and method for connection efficiency |
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 | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20220621 |
|
RJ01 | Rejection of invention patent application after publication |