CN109600375B - Message tracking method and device, electronic equipment and storage medium - Google Patents

Message tracking method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN109600375B
CN109600375B CN201811523768.1A CN201811523768A CN109600375B CN 109600375 B CN109600375 B CN 109600375B CN 201811523768 A CN201811523768 A CN 201811523768A CN 109600375 B CN109600375 B CN 109600375B
Authority
CN
China
Prior art keywords
application module
tracking
service application
information
key value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811523768.1A
Other languages
Chinese (zh)
Other versions
CN109600375A (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.)
Ruijie Networks Co Ltd
Original Assignee
Ruijie Networks 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 Ruijie Networks Co Ltd filed Critical Ruijie Networks Co Ltd
Priority to CN201811523768.1A priority Critical patent/CN109600375B/en
Publication of CN109600375A publication Critical patent/CN109600375A/en
Application granted granted Critical
Publication of CN109600375B publication Critical patent/CN109600375B/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/56Provisioning of proxy services
    • H04L67/562Brokering proxy services
    • 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/133Protocols for remote procedure calls [RPC]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a message tracking method, a message tracking device, electronic equipment and a storage medium. After receiving an update message sent by a current service application module, determining whether the update message comprises a tracking identifier; if the tracking identification is not included, generating a tracking identification of the updating message, and acquiring the tracking information of the current service application module; if the tracking identifier is included, acquiring tracking information of the current service application module; the tracking information comprises a tracking identifier, an identifier of a current service application module, an identifier of a historical service application module and key value updating information of the current service application module, and then when detecting that an associated service application module which is associated with the current service application module in service exists in the subscription information of the service application module, a subscription notice comprising the tracking identifier and the key value updating information of the current service application module is sent to the associated service application module. The method improves the real-time performance and accuracy of message tracking.

Description

Message tracking method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of communications technologies, and in particular, to a message tracking method and apparatus, an electronic device, and a storage medium.
Background
More and more enterprises are faced with various data integration and system integration, and RPC middleware technologies such as CORBA, DCOM, RMI and the like are produced accordingly. The existing micro-service architecture is to split the whole service into a plurality of micro-service components with definite functions, the micro-service components are distributed and deployed on a server, and the micro-service components are mutually called through an RPC middleware technology. That is, the existing microservice tracking scheme is based on tracking of RPC calls, each RPC basic unit span includes two processes, i.e., as shown in fig. 1, after an RPC client sends a request (cs) at the current time, the server receives the request (sr) after 100ms of the current time; after the server side carries out corresponding processing on the received request, a response (ss) of the request is sent after 200ms of the current time, and the client side receives the response (cr) after 300ms of the current time. Wherein cs: a client start, which represents a client initiating a request;
sr: a server receive, which indicates that the server receives the request;
ss: server send, which indicates that the server finishes processing and sends the result to the client;
cr: and the client receive indicates that the client acquires the return information of the server.
In the RPC call tracking method, a server and a client record the upper and lower limits of a time stamp of an RPC. The call delay time of each node (such as a server or a client) is recorded for a complete RPC call chain, and the operation condition of each node is monitored in real time through the delay time.
However, the inventor finds that, because the RPC adopts a synchronous processing technology, and one traffic flow passes through a plurality of micro-service components, the client must wait for the response of the corresponding server to record the RPC call chain of the traffic, which results in low timeliness of message tracking.
Disclosure of Invention
Embodiments of the present application provide a message tracking method and apparatus, an electronic device, and a storage medium, which solve the above problems in the prior art, so as to improve timeliness of message tracking.
In a first aspect, a message tracing method is provided, which is applied in message middleware, and the method includes:
receiving an update message sent by a current service application module;
determining whether the update message includes a tracking identification;
if the update message does not comprise the tracking identifier, generating the tracking identifier of the update message, and acquiring the tracking information of the current service application module; if the updating message comprises a tracking identifier, acquiring tracking information of the current service application module; the tracking information of the current business application module comprises the tracking identification, the identification of the current business application module, the identification of a historical business application module and key value updating information of the current business application module, wherein the identification of the historical business application module is the identification of the business application module which is stored in the message middleware and is passed through last before the tracking identification passes through the current business application module; and when detecting that the subscription information of the business application module has the associated business application module with business association with the current business application module, sending a subscription notice comprising the tracking identifier and the key value updating information of the current business application module to the associated business application module, so that the associated business application module obtains the updating information of the associated business application module corresponding to the updating information of the current business application module according to the updating information of the current business application module and a preset callback function.
In an optional implementation, the obtaining tracking information of the current service application module includes:
if the update message does not comprise the tracking identification, acquiring the identification of the current business application module and the key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; setting the identifier of the historical service application module as a preset root identifier; forming the tracking information of the current business application module by the generated tracking identification, the set preset root identification, the identification of the current business application module and the key value updating information of the current business application module;
if the update message comprises a tracking identifier, acquiring the tracking identifier, the identifier of the current business application module and key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; inquiring the identifier of the historical service application module which is passed by the tracking identifier before the current service application module; and forming the tracking information of the current business application module by the tracking identification, the identification of the historical business application module, the identification of the current business application module and the key value updating information of the current business application module.
In an optional implementation, after obtaining the tracking information of the current service application module, the method further includes:
and writing the tracking information into an operation log.
In a second aspect, a message tracking method is provided, which is applied in a business application module, and the method includes:
sending an initial key value updating message to a message middleware according to the acquired key value updating message, wherein the initial key value updating message comprises the identification of the current business application module and the key value updating message of the current business application module; or receiving a subscription notification sent by the message middleware, where the subscription notification includes a tracking identifier and key value update information of an associated service application module associated with the current service application module, and the tracking identifier is generated by the message middleware according to the initial key value update information;
triggering a preset callback function according to the key value updating information of the associated service application module, and acquiring the key value updating information of the current service application module;
and sending an update message to the message middleware, wherein the update message comprises the tracking identifier, the identifier of the current business application module and the key value update information of the current business application module.
In an optional implementation, after receiving the subscription notification sent by the message middleware, the method further includes:
and writing the tracking identification and the key value updating information of the associated business application module into an operation log.
In a third aspect, an apparatus for message tracing is provided, which is applied in message middleware, and includes:
the device comprises a receiving unit, a determining unit, a generating unit, an acquiring unit and a sending unit;
the receiving unit is used for receiving the update message sent by the current service application module;
the determining unit is configured to determine whether the update message includes a tracking identifier;
the generating unit is configured to generate a trace identifier of the update message if the update message does not include the trace identifier;
the acquiring unit is used for acquiring the tracking information of the current service application module;
if the updating message comprises a tracking identifier, acquiring tracking information of the current service application module; the tracking information of the current business application module comprises the tracking identification, the identification of the current business application module, the identification of a historical business application module and key value updating information of the current business application module, wherein the identification of the historical business application module is the identification of the business application module which is stored in the message middleware and is passed through last before the tracking identification passes through the current business application module; and the sending unit is used for sending a subscription notice including the tracking identifier and the key value updating information of the current business application module to the associated business application module when detecting that the associated business application module having business association with the current business application module exists in the subscription information of the business application module, so that the associated business application module obtains the updating information of the associated business application module corresponding to the updating information of the current business application module according to the updating information of the current business application module and a preset callback function.
In an optional implementation, the obtaining unit is specifically configured to:
if the update message does not comprise the tracking identification, acquiring the identification of the current business application module and the key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; setting the identifier of the historical service application module as a preset root identifier; forming the tracking information of the current business application module by the generated tracking identification, the set preset root identification, the identification of the current business application module and the key value updating information of the current business application module;
if the update message comprises a tracking identifier, acquiring the tracking identifier, the identifier of the current business application module and key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; inquiring the identifier of the historical service application module which is passed by the tracking identifier before the current service application module; and forming the tracking information of the current business application module by the tracking identification, the identification of the historical business application module, the identification of the current business application module and the key value updating information of the current business application module.
In an alternative implementation, the apparatus further comprises a write unit;
and the writing unit is used for writing the tracking information into an operation log.
In a fourth aspect, a message tracking apparatus is provided, which is applied in a service application module, and includes: a transmitting unit, a receiving unit and an acquiring unit;
the sending unit is used for sending an initial key value updating message to the message middleware according to the acquired key value updating information, wherein the initial key value updating message comprises the identification of the current business application module and the key value updating information of the current business application module; alternatively, the first and second electrodes may be,
the receiving unit is configured to receive a subscription notification sent by the message middleware, where the subscription notification includes a tracking identifier and key value update information of an associated service application module associated with the current service application module, and the tracking identifier is generated by the message middleware according to the initial key value update message;
the obtaining unit is configured to trigger a preset callback function according to the key value update information of the associated service application module, and obtain the key value update information of the current service application module;
the sending unit is further configured to send an update message to the message middleware, where the update message includes the tracking identifier, the identifier of the current service application module, and key value update information of the current service application module.
In an alternative implementation, the apparatus further comprises a write unit;
the writing unit is configured to write the tracking identifier and the key value update information of the associated service application module into an operation log.
In a fifth aspect, an electronic device is provided, which includes a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory complete communication with each other via the communication bus;
a memory for storing a computer program;
a processor for carrying out the method steps of any of the above first aspects or the method steps of any of the above second aspects when executing a program stored in a memory.
A sixth aspect provides a computer readable storage medium having stored therein a computer program which, when executed by a processor, performs the method steps of any one of the above first aspects or the method steps of any one of the above second aspects.
After receiving the update message sent by the current service application module, the method of the embodiment of the invention determines whether the update message includes the tracking identifier; if the update message does not include the tracking identifier, generating the tracking identifier of the update message, and acquiring the tracking information of the current service application module; if the updating message comprises the tracking identifier, acquiring the tracking information of the current service application module; the tracking information of the current business application module comprises a tracking identifier, an identifier of the current business application module, an identifier of a historical business application module and key value updating information of the current business application module, wherein the identifier of the historical business application module is the identifier of the business application module which is passed by the tracking identifier stored in the message middleware before the current business application module; and then when detecting that the associated service application module which is associated with the current service application module in service association exists in the subscription information of the service application module, sending a subscription notice comprising the tracking identifier and the key value updating information of the current service application module to the associated service application module, so that the associated service application module obtains the updating information of the associated service application module corresponding to the updating information of the current service application module according to the updating information of the current service application module and a preset callback function. Compared with the prior art, the method can acquire the same tracking identifier from the service application module and the message middleware in real time to realize the tracking of the updated message, and improve the real-time performance and the accuracy of the message tracking.
Drawings
Fig. 1 is a diagram of a distributed system architecture to which a message tracking method according to an embodiment of the present invention is applied;
fig. 2 is a schematic diagram of a basic principle of publishing/subscribing a message middleware according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of a message tracking method according to an embodiment of the present invention;
fig. 4 is a schematic diagram of an information structure of tracking information according to an embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a memory bank for tracking identifiers according to an embodiment of the present invention;
fig. 6 is a flowchart illustrating another message tracking method according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a message tracking apparatus according to an embodiment of the present invention;
FIG. 8 is a schematic structural diagram of another message tracking apparatus according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present application without any creative effort belong to the protection scope of the present application.
The message tracking method provided by the embodiment of the invention can be applied to the distributed system shown in fig. 1. As shown in fig. 1, the system may include: the system comprises a publishing client, a subscribing client and a Message service end, wherein the Message service end can be Message-oriented middleware (MOM).
A service Application module (APP) in a subscription client performs subscription registration with a service Application module in a corresponding release client through message middleware to establish a service association relationship;
when the service application module in the publishing client publishes the message, the message is published to the service application module in the corresponding subscribing client through the message middleware.
The message middleware is used for performing platform-independent data communication by using an efficient and reliable message transfer mechanism and performing integration of a distributed system based on data communication. By providing a messaging and message queuing model, it can extend inter-process communication in a distributed environment. The message middleware can communicate among different platforms, realize the cooperation among different APPs, and can provide synchronous and asynchronous connection between the client and the server, so that the message can be transmitted or stored and forwarded at any time.
The message middleware is asynchronous, and supports an asynchronous publishing/subscribing mode, namely, sending and receiving are asynchronous, a sender does not need to wait for response so as to ensure normal transmission of messages when a distributed system fails, and the sender can indirectly transmit the messages to a plurality of receivers, so that the performance, expandability and robustness of a program are improved.
As shown in fig. 2, the basic principle of message middleware publish/subscribe is as follows: the message middleware maintains a variable message buffer buf for each subscription client (consumer) of the message Topic (or "message type"), such as APP3 and APP4, independently, wherein the message middleware MOM classifies received messages through Topic. The message middleware copies published messages, such as messages with topic of topic1 published by APP1, APP2 and APP5, to the publishing clients, such as APP1 and APP2, and actively publishes the messages to the subscribing clients, such as APP3 and APP4, and the subscribing clients read and process the messages by monitoring readable events in the messages.
The message middleware may be a memory-type redis database. Redis is a Key-Value (Key-Value) database, and a Key corresponding to each service request is unique, and a Value corresponding to the Key is also unique. The keyword type is a character String type, and the value type can be a character String (String) type, a character String list (lists) type, a character String set (sets) type, an ordered character String set (sorted sets) type and a hash (hashs) type. That is, the Key-Value database can quickly search for the Value corresponding to the Key.
In one example, a Map object is defined and two sets of key-values are placed: key _ A is "ming" and the corresponding value is "1"; key _ B is "zi" and the corresponding value is "2", which is expressed as follows:
Map<String,int>map=new HashMap<String,int>();
map.put("ming",1);
map.put("zi",2);
based on the above expression, obtaining a "ming," such as map. get ("ming"), would result in a value of 1.
If it is needed to place key _ a as "ming" and the corresponding value is "3", such as map.put ("ming",3), since the message middleware already stores the key _ a of "ming" and the key has uniqueness, the value "1" corresponding to the originally stored key _ a will be overwritten and updated to be "ming" for key _ a and "3" for corresponding value.
In the distributed system shown in fig. 1, the message middleware is configured to receive an update message sent by a service application module in a publishing client, and when the update message is an initial key value update message, assign a trace identity (trace ID) to the initial key value update message, where the trace ID may be randomly generated or preconfigured; and searching the service application module in the subscription client associated with the service application module in the publishing client in the stored subscription information of the service application module, and sending a subscription notice comprising the tracking identification and the key value updating information to the service application module.
And the service application module in the publishing client is used for acquiring the key value updating information of the service application module and sending the initial key value updating information or the updating information to the message middleware, wherein the initial key value updating information comprises the key value updating information, and the updating information comprises the key value updating information and the tracking identification of the key value updating information.
The key value update information may include an updated key value, such as a new value of the service identifier key1, and an operation made by the service application module with respect to the updated key value.
And the service application module in the subscription client is used for receiving a subscription notice which is sent by the message middleware and comprises the tracking identification and the key value updating information, triggering a preset callback function according to the key value updating information, acquiring the key value updating information of the subscription application module, and then sending the updating information to the message middleware. And then, repeating the working process of the service application module in the publishing client by the service application module in the subscribing client, and repeating the steps until the message middleware cannot find the service application module associated with the service application module in the publishing client in the stored subscription information of the service application module, and at this moment, stopping sending the subscription notice and ending the process.
It should be noted that the service application module in each client communicates with the message middleware using a library function (MOM client) provided by the message middleware.
The preferred embodiments of the present application will be described below with reference to the accompanying drawings of the specification, it being understood that the preferred embodiments described herein are merely for illustrating and explaining the present invention and are not intended to limit the present invention, and that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
Fig. 3 is a flowchart illustrating a message tracking method according to an embodiment of the present invention. As shown in fig. 3, the method may include:
step 310, the message middleware receives the update message sent by the current service application module.
Before executing the step, the current service application module obtains key value update information, where the key value update information may include an updated key value and an operation (hereinafter, referred to as an "operation corresponding to the updated key value") performed by the current service application for the updated key value, and the operation may be an operation of updating the key value, an operation of sending the key value update information, and the like.
And the current service application module sends an update message to the message middleware according to the acquired key value update information, so that the message middleware receives the update message sent by the current service application module.
When the current service application module is the service application module which initially acquires the key value updating information, the updating information comprises the identification of the current service application module and the key value updating information of the current service application module. When the current service application module is not the service application module which initially acquires the key value updating information, the updating information comprises the tracking identifier, the identifier of the current service application module and the key value updating information of the current service application module.
Step 320, the message middleware determines whether the update message includes a tracking identification.
If the update message does not include the tracking identifier, the message middleware analyzes the update message after generating the tracking identifier of the update message to obtain the identifier of the current service application module and the key value update information of the current service application module.
The current service application module sending the update message is the service application module which initially acquires the key value update information, so that the identifier of the historical service application module is set as a preset root identifier, and the identifier of the historical service application module is the identifier of the service application module which is stored in the message middleware and which is passed through last before the tracking identifier passes through the current service application module.
And combining the generated tracking identifier, the set preset root identifier, the identifier of the current business application module and the key value updating information of the current business application module into the tracking information of the current business application module so as to obtain the tracking information of the current business application module.
If the update message comprises the tracking identification, the message middleware analyzes the update message to obtain the tracking identification of the update message, the identification of the current service application module and the key value update information of the current service application module.
Because the current service application module sending the update message is not the service application module which initially acquires the key value update information, the tracking identifier in the operation log is inquired about the identifier of the last passed historical service application module before passing through the current service application module;
and combining the tracking identification, the identification of the historical service application module, the identification of the current service application module and the key value updating information of the current service application module into the tracking information of the current service application module so as to obtain the tracking information of the current service application module.
In one example, the information structure of the tracking information is shown in fig. 4, and includes: a Trace identification (Trace ID) field, an identification (CurrentModuleID) field of the current APP, namely an identification field of the current service application module, an identification (LastmoduleID) field of the historical APP, namely an identification field of the historical service application module, and an operation (Action) field, namely an operation field corresponding to the updated Key value and a Key-value field after updating.
If the current APP is a service application module which initially obtains the key value update information, the lastmodule id field is a preset root identifier, such as a root, so that the tracking information of the current APP includes the generated tracking identifier, the identifier of the current APP, the root, the updated key value and the operation corresponding to the updated key value.
If the current APP is not the service application module which initially obtains the key value update information, the LastmoduleID field is the identifier of the APP which is passed through by the tracking identifier before the current APP passes through, so that the tracking information of the current APP comprises the generated tracking identifier, the current APP identifier, the identifier of the historical APP, the updated key value and the operation corresponding to the updated key value.
Optionally, after obtaining the trace information of the current business application module, the message middleware writes the trace information into the operation log.
Further, in order to form a message trace chain, the message middleware needs to associate the same trace ID, but if a trace ID field is simply added in a key-value storage structure, the trace ID field is idle when the message trace is not opened, which results in memory waste.
The existing Redis stores key-value in a character string array, and the character string array storing the key-value is dynamically allocated when being initially set. The embodiment of the invention stores the tracking identifier in a newly added field adjacent to a field where the key value updating information of the current service application module is located, namely, the trace ID field is placed behind the character string array of the key-value. The structure of the memory bank is shown in fig. 5, which includes:
a key-value field;
key-value length field (len): the length of the key is stored;
0 terminator field: indicating that the key is finished, and ensuring the normal use of the key;
alloc field: identifying the length of the entire storage structure;
header field (head): 1 byte, which identifies whether trace ID or other types are stored;
trace identification field (trace ID): and 64bit, storing trace ID of the key.
An indication field: and identifying the number of storage nodes behind the key-value, wherein 1 head field and one trace ID field are used as one storage node.
Step 330, the message middleware detects whether the stored subscription information of the service application module has an associated service application module associated with the service of the current service application module.
The subscription information of the service application module includes an identification of at least one associated service application module having an association (or "subscription") with the current service application module.
If the subscription information of the service application module contains at least one identifier associated with the service application module, executing step 340; if not, the flow ends.
Step 340, the message middleware sends a subscription announcement including the tracking identifier and the key value update information of the current business application module to the associated business application module.
And the message middleware sends a subscription notice comprising the tracking identifier and the key value updating information of the current service application module to the associated service application module according to the identifier of the associated service application module.
And 350, the associated service application module triggers a preset callback function according to the key value updating information of the current service application module, and acquires the key value updating information of the associated service application module.
The associated service application module triggers a preset callback function registered by the associated service application module according to the updated key value in the key value updating information of the current service application module, and acquires the key value updating information of the associated service application module, wherein the key value updating information comprises the updated key value of the associated service application module associated with the updated key value of the current service application module and the operation corresponding to the updated key value. The updated key value of the associated service application module not only has an association relation with the updated key value of the current service application module, but also can be the same as the updated key value of the current service application module.
After obtaining the key value updating information, the associated service application module sends an updating message to the message middleware. Since the associated service application module is not the service application module that initially obtained the key value update information, the update message includes the tracking identifier, the identifier of the associated service application module, and the key value update information of the associated service application module.
The associated service application module may be the new current service application module in step 310, and therefore step 310 is performed.
Furthermore, by analyzing the operation log of the current service application module, the operation log of the associated service application module and the operation log of the message middleware, message tracking and abnormal positioning of the service application module can be realized.
Specifically, the operation log of the current service application module, the operation log of the associated service application module and the operation log of the message middleware are extracted, the same trace ID in the operation logs is associated, and a message tracking chain of the trace ID can be obtained, so that message tracking is realized, and the real-time performance of message tracking is improved.
Detecting whether key value updating information is recorded in an operation log of a current service application module or an operation log of an associated service application module;
if not, determining that the working state of the current service application module or the associated service application module is abnormal;
if so, detecting whether the write-in time period of key value updating information recorded in the operation log of the current service application module or the operation log of the associated service application module is greater than a preset time period threshold value;
and if the writing time period is greater than the preset time period threshold, determining that the working state of the current service application module or the associated service application module is abnormal.
And if the writing time period is not greater than the preset time period threshold, determining that the working state of the current service application module or the associated service application module is normal.
In an example, taking 3 APPs, APP0, APP1, and APP2, and APP2 does not have an associated APP3 in the distributed system as an example, as shown in fig. 6, the message tracking method may include:
step 601, obtaining first key value updating information by the APP 0;
the first key value update information is the initial key value update information.
Step 602, the APP0 sends a first update message to the first message middleware according to the obtained first key value update information, where the first update message includes an identifier of the APP0 and the first key value update information of the APP 0.
The first update message includes the identifier of APP0 and the updated key value in APP0 and the operation corresponding to the updated key value.
Step 603, the first message middleware generates a tracking identifier of the first update message, and obtains tracking information of the APP 0.
The tracking information of the APP0 includes a tracking identifier, an identifier of the APP0, a preset root identifier, and first key value update information.
Step 604, the first message middleware detects whether an APP1 associated with the service existence of the APP0 exists in the stored subscription information of the APP;
if yes, go to step 605;
if not, go to step 615.
Step 605, the first message middleware sends a first subscription announcement to the APP 1.
The first subscription announcement includes a tracking identity and first key update information of the APP 0.
Step 606, the APP1 triggers the preset callback function according to the first key value update information of the APP0, and obtains second key value update information corresponding to the first key value update information of the APP 0.
The second key value updating information of the APP1 includes an identifier of the APP1 and second key value updating information of the APP1, where the second key value and the first key value have an association relationship.
Step 607, APP1 sends a second update message to the second message middleware.
The second update message includes an identification of APP1 and second key value update information of APP 1.
Step 608, the second message middleware obtains the tracking information of the APP 1.
The tracking information of APP1 tracks the identity of APP1, the identity of APP0, and the second key update information of APP 1.
Step 609, the second message middleware detects whether the stored subscription information of the APP has an APP2 associated with the service existence of the APP 1;
if yes, go to step 610;
if not, go to step 615.
Step 610, the message middleware sends a second subscription announcement to the APP 2.
The second subscription announcement includes the tracking identity and second key update information of the APP 1.
Step 611, triggering the preset callback function by the APP2 according to the second key value update information of the APP1, and acquiring third key value update information corresponding to the second key value update information of the APP 1.
The third key value update information of the APP2 includes an identifier of the APP2 and third key value update information of the APP2, wherein the third key value is associated with the second key value.
Step 612, APP2 sends a third update message to the third message middleware.
The third update message includes an identification of APP2 and third key value update information of APP 2.
Step 613, the third message middleware acquires tracking information of the APP 2.
The tracking information of APP2 tracks identity, identity of APP2, identity of APP1, and third key value update information of APP 2.
Step 614, the third message middleware detects whether the stored subscription information of the APP has the APP3 associated with the business of the APP 2;
since APP2 does not have an associated APP3, step 615 is performed.
And step 615, ending the process.
After receiving the update message sent by the current service application module, the method of the embodiment of the invention determines whether the update message includes the tracking identifier; if the update message does not include the tracking identifier, generating the tracking identifier of the update message, and acquiring the tracking information of the current service application module; if the updating message comprises the tracking identifier, acquiring the tracking information of the current service application module; the tracking information of the current business application module comprises a tracking identifier, an identifier of the current business application module, an identifier of a historical business application module and key value updating information of the current business application module, wherein the identifier of the historical business application module is the identifier of the business application module which is passed by the tracking identifier stored in the message middleware before the current business application module; and then when detecting that the associated service application module which is associated with the current service application module in service association exists in the subscription information of the service application module, sending a subscription notice comprising the tracking identifier and the key value updating information of the current service application module to the associated service application module, so that the associated service application module obtains the updating information of the associated service application module corresponding to the updating information of the current service application module according to the updating information of the current service application module and a preset callback function. Compared with the prior art, the method can acquire the same tracking identifier from the service application module and the message middleware in real time to realize the tracking of the updated message, and improve the real-time performance and the accuracy of the message tracking.
Corresponding to the foregoing method, an embodiment of the present invention further provides a message tracking apparatus, as shown in fig. 7, where the message tracking apparatus includes: a receiving unit 710, a determining unit 720, a generating unit 730, an acquiring unit 740, and a transmitting unit 750;
a receiving unit 710, configured to receive an update message sent by a current service application module;
a determining unit 720, configured to determine whether the update message includes a tracking identifier;
a generating unit 730, configured to generate a trace identifier of the update message if the update message does not include the trace identifier;
an obtaining unit 740, configured to obtain tracking information of the current service application module;
if the updating message comprises a tracking identifier, acquiring tracking information of the current service application module; the tracking information of the current business application module comprises the tracking identification, the identification of the current business application module, the identification of a historical business application module and key value updating information of the current business application module, wherein the identification of the historical business application module is the identification of the business application module which is stored in the message middleware and is passed through last before the tracking identification passes through the current business application module; and the number of the first and second groups,
a sending unit 750, configured to send a subscription notification including the tracking identifier and the key value update information of the current service application module to the associated service application module when it is detected that an associated service application module having a service association with the current service application module exists in the subscription information of the service application module, so that the associated service application module obtains, according to the update information of the current service application module and a preset callback function, the update information of the associated service application module corresponding to the update information of the current service application module.
In an optional implementation, the obtaining unit 740 is specifically configured to obtain, if the update message does not include the tracking identifier, the identifier of the current service application module and the key value update information of the current service application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; setting the identifier of the historical service application module as a preset root identifier; forming the tracking information of the current business application module by the generated tracking identification, the set preset root identification, the identification of the current business application module and the key value updating information of the current business application module;
if the update message comprises a tracking identifier, acquiring the tracking identifier, the identifier of the current business application module and key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; inquiring the identifier of the historical service application module which is passed by the tracking identifier before the current service application module; and forming the tracking information of the current business application module by the tracking identification, the identification of the historical business application module, the identification of the current business application module and the key value updating information of the current business application module.
In an alternative implementation, the apparatus further comprises a writing unit 760;
a writing unit 760, configured to write the trace information into an operation log.
The functions of the functional units of the message tracing apparatus provided in the above embodiment of the present invention may be implemented by the above method steps, and therefore, detailed working processes and beneficial effects of the units in the message tracing apparatus provided in the embodiment of the present invention are not described herein again.
Corresponding to the foregoing method, an embodiment of the present invention further provides a message tracking apparatus, as shown in fig. 8, where the message tracking apparatus includes: a transmitting unit 810, a receiving unit 820 and an obtaining unit 830;
a sending unit 810, configured to send an initial key value update message to a message middleware according to the obtained key value update information, where the initial key value update message includes an identifier of a current service application module and key value update information of the current service application module; alternatively, the first and second electrodes may be,
a receiving unit 820, configured to receive a subscription notification sent by the message middleware, where the subscription notification includes a tracking identifier and key value update information of an associated service application module associated with the current service application module, and the tracking identifier is generated by the message middleware according to the initial key value update message;
an obtaining unit 830, configured to trigger a preset callback function according to the key value update information of the associated service application module, and obtain the key value update information of the current service application module;
the sending unit 810 is further configured to send an update message to the message middleware, where the update message includes the tracking identifier, the identifier of the current service application module, and key value update information of the current service application module.
In an alternative implementation, the apparatus further comprises a writing unit 840;
a writing unit 840, configured to write the tracking identifier and the key value update information of the associated service application module into an operation log.
The functions of the functional units of the message tracing apparatus provided in the above embodiment of the present invention may be implemented by the above method steps, and therefore, detailed working processes and beneficial effects of the units in the message tracing apparatus provided in the embodiment of the present invention are not described herein again.
An embodiment of the present invention further provides an electronic device, as shown in fig. 9, including a processor 910, a communication interface 920, a memory 930, and a communication bus 940, where the processor 910, the communication interface 920, and the memory 930 complete mutual communication through the communication bus 940.
A memory 930 for storing a computer program;
the processor 910 is configured to implement the following steps when executing the program stored in the memory 930:
receiving an update message sent by a current service application module;
determining whether the update message includes a tracking identification;
if the update message does not comprise the tracking identifier, generating the tracking identifier of the update message, and acquiring the tracking information of the current service application module; if the updating message comprises a tracking identifier, acquiring tracking information of the current service application module; the tracking information of the current business application module comprises the tracking identification, the identification of the current business application module, the identification of a historical business application module and key value updating information of the current business application module, wherein the identification of the historical business application module is the identification of the business application module which is stored in the message middleware and is passed through last before the tracking identification passes through the current business application module; and the number of the first and second groups,
when detecting that the associated service application module having service association with the current service application module exists in the subscription information of the service application module, sending a subscription notice including the tracking identifier and the key value update information of the current service application module to the associated service application module, so that the associated service application module obtains the update information of the associated service application module corresponding to the update information of the current service application module according to the update information of the current service application module and a preset callback function.
In an optional implementation, the obtaining tracking information of the current service application module includes:
if the update message does not comprise the tracking identification, acquiring the identification of the current business application module and the key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; setting the identifier of the historical service application module as a preset root identifier; forming the tracking information of the current business application module by the generated tracking identification, the set preset root identification, the identification of the current business application module and the key value updating information of the current business application module;
if the update message comprises a tracking identifier, acquiring the tracking identifier, the identifier of the current business application module and key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; inquiring the identifier of the historical service application module which is passed by the tracking identifier before the current service application module; and forming the tracking information of the current business application module by the tracking identification, the identification of the historical business application module, the identification of the current business application module and the key value updating information of the current business application module.
In an optional implementation, after obtaining the tracking information of the current service application module, the method further includes:
and writing the tracking information into an operation log.
Or the following steps are realized:
sending an initial key value updating message to a message middleware according to the acquired key value updating message, wherein the initial key value updating message comprises the identification of the current business application module and the key value updating message of the current business application module; alternatively, the first and second electrodes may be,
receiving a subscription notification sent by the message middleware, wherein the subscription notification comprises a tracking identifier and key value updating information of an associated service application module associated with the current service application module, and the tracking identifier is generated by the message middleware according to the initial key value updating information;
triggering a preset callback function according to the key value updating information of the associated service application module, and acquiring the key value updating information of the current service application module;
and sending an update message to the message middleware, wherein the update message comprises the tracking identifier, the identifier of the current business application module and the key value update information of the current business application module.
In an optional implementation, after receiving the subscription notification sent by the message middleware, the method further includes:
and writing the tracking identification and the key value updating information of the associated business application module into an operation log.
The aforementioned communication bus may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication between the electronic equipment and other equipment.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also 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.
Since the implementation and the beneficial effects of the problem solving of each device of the electronic device in the above embodiment can be realized by referring to each step in the embodiment shown in fig. 3, detailed working processes and beneficial effects of the electronic device provided by the embodiment of the present invention are not described herein again.
In yet another embodiment of the present invention, a computer-readable storage medium is further provided, which has instructions stored therein, which when run on a computer, cause the computer to perform the message tracking method described in any of the above embodiments.
In yet another embodiment, there is also provided a computer program product containing instructions which, when run on a computer, cause the computer to perform the message tracing method of any of the above embodiments.
As will be appreciated by one of skill in the art, the embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, embodiments of the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present application are described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including the preferred embodiment and all changes and modifications that fall within the true scope of the embodiments of the present application.
It is apparent that those skilled in the art can make various changes and modifications to the embodiments of the present application without departing from the spirit and scope of the embodiments of the present application. Thus, if such modifications and variations of the embodiments of the present application fall within the scope of the claims of the embodiments of the present application and their equivalents, the embodiments of the present application are also intended to include such modifications and variations.

Claims (12)

1. A message tracking method applied to message middleware is characterized in that the method comprises the following steps:
receiving an update message sent by a current service application module;
determining whether the update message includes a tracking identification;
if the update message does not comprise the tracking identifier, generating the tracking identifier of the update message, and acquiring the tracking information of the current service application module; if the updating message comprises a tracking identifier, acquiring tracking information of the current service application module; the tracking information of the current business application module comprises the tracking identification, the identification of the current business application module, the identification of a historical business application module and key value updating information of the current business application module, wherein the identification of the historical business application module is the identification of the business application module which is stored in the message middleware and is passed through last before the tracking identification passes through the current business application module; and the number of the first and second groups,
when detecting that the associated service application module having service association with the current service application module exists in the subscription information of the service application module, sending a subscription notice including the tracking identifier and the key value update information of the current service application module to the associated service application module, so that the associated service application module obtains the update information of the associated service application module corresponding to the update information of the current service application module according to the update information of the current service application module and a preset callback function.
2. The method of claim 1, wherein obtaining tracking information for the current business application module comprises:
if the update message does not comprise the tracking identification, acquiring the identification of the current business application module and the key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; setting the identifier of the historical service application module as a preset root identifier; forming the tracking information of the current business application module by the generated tracking identification, the set preset root identification, the identification of the current business application module and the key value updating information of the current business application module;
if the update message comprises a tracking identifier, acquiring the tracking identifier, the identifier of the current business application module and key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; inquiring the identifier of the historical service application module which is passed by the tracking identifier before the current service application module; and forming the tracking information of the current business application module by the tracking identification, the identification of the historical business application module, the identification of the current business application module and the key value updating information of the current business application module.
3. The method according to claim 1 or 2, wherein after obtaining the tracking information of the current business application module, further comprising:
and writing the tracking information into an operation log.
4. A message tracking method is applied to a business application module, and is characterized in that the method comprises the following steps:
the first business application module sends an initial key value updating message to the first message middleware according to the acquired key value updating message, wherein the initial key value updating message comprises the identification of the current business application module and the key value updating message of the current business application module;
the second business application module receives a subscription notification sent by the first message middleware, wherein the subscription notification comprises a tracking identifier and key value updating information of the first business application module associated with the second business application module, and the tracking identifier is generated by the first message middleware according to the initial key value updating information;
the second service application module triggers a preset callback function according to the key value updating information of the first service application module to acquire the key value updating information of the second service application module;
and the second service application module sends an update message to the second message middleware, wherein the update message comprises the tracking identifier, the identifier of the second service application module and key value update information of the second service application module.
5. The method of claim 4, wherein receiving the subscription notification sent by the message middleware further comprises:
and writing the tracking identification and the key value updating information of the associated business application module into an operation log.
6. A message tracing apparatus applied in message middleware, the apparatus comprising: the device comprises a receiving unit, a determining unit, a generating unit, an acquiring unit and a sending unit;
the receiving unit is used for receiving the update message sent by the current service application module;
the determining unit is configured to determine whether the update message includes a tracking identifier;
the generating unit is configured to generate a trace identifier of the update message if the update message does not include the trace identifier;
the acquiring unit is used for acquiring the tracking information of the current service application module;
if the updating message comprises a tracking identifier, acquiring tracking information of the current service application module; the tracking information of the current business application module comprises the tracking identification, the identification of the current business application module, the identification of a historical business application module and key value updating information of the current business application module, wherein the identification of the historical business application module is the identification of the business application module which is stored in the message middleware and is passed through last before the tracking identification passes through the current business application module; and the number of the first and second groups,
the sending unit is configured to send a subscription notification including the tracking identifier and key value update information of the current service application module to the associated service application module when it is detected that an associated service application module having a service association with the current service application module exists in subscription information of the service application module, so that the associated service application module obtains update information of the associated service application module corresponding to the update information of the current service application module according to the update information of the current service application module and a preset callback function.
7. The apparatus of claim 6, wherein the obtaining unit is specifically configured to:
if the update message does not comprise the tracking identification, acquiring the identification of the current business application module and the key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; setting the identifier of the historical service application module as a preset root identifier; forming the tracking information of the current business application module by the generated tracking identification, the set preset root identification, the identification of the current business application module and the key value updating information of the current business application module;
if the update message comprises a tracking identifier, acquiring the tracking identifier, the identifier of the current business application module and key value update information of the current business application module from the update message; storing the tracking identification in a newly added field adjacent to a field where key value updating information of the current service application module is located; inquiring the identifier of the historical service application module which is passed by the tracking identifier before the current service application module; and forming the tracking information of the current business application module by the tracking identification, the identification of the historical business application module, the identification of the current business application module and the key value updating information of the current business application module.
8. The apparatus of claim 6 or 7, wherein the apparatus further comprises a write unit;
and the writing unit is used for writing the tracking information into an operation log.
9. A message tracing apparatus applied in a business application module, the apparatus comprising: the device comprises a first sending unit, a second sending unit, a receiving unit and an acquiring unit;
the first sending unit is located in the first service application module and used for sending an initial key value updating message to the first message middleware according to the acquired key value updating information, wherein the initial key value updating message comprises the identifier of the current service application module and the key value updating information of the current service application module;
the receiving unit is located in a second service application module, and is configured to receive a subscription notification sent by the first message middleware, where the subscription notification includes a tracking identifier and key value update information of the first service application module associated with the second service application module, and the tracking identifier is generated by the first message middleware according to the initial key value update information;
the obtaining unit is located in a second service application module and used for triggering a preset callback function according to the key value updating information of the first service application module and obtaining the key value updating information of the second service application module;
the second sending unit is located in the second service application module and configured to send an update message to the second message middleware, where the update message includes the tracking identifier, the identifier of the second service application module, and the key value update information of the second service application module.
10. The apparatus of claim 9, wherein the apparatus further comprises a write unit;
and the writing unit is used for writing the tracking identifier and the key value updating information of the associated business application module into an operation log.
11. An electronic device, characterized in that the electronic device comprises a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory are communicated with each other through the communication bus;
a memory for storing a computer program;
a processor for carrying out the method steps of any one of claims 1 to 3 or the method steps of any one of claims 4 to 5 when executing a program stored on a memory.
12. A computer-readable storage medium, characterized in that a computer program is stored in the computer-readable storage medium, which computer program, when being executed by a processor, carries out the method steps of any of the claims 1-3 or carries out the method steps of any of the claims 4-5.
CN201811523768.1A 2018-12-13 2018-12-13 Message tracking method and device, electronic equipment and storage medium Active CN109600375B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811523768.1A CN109600375B (en) 2018-12-13 2018-12-13 Message tracking method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811523768.1A CN109600375B (en) 2018-12-13 2018-12-13 Message tracking method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109600375A CN109600375A (en) 2019-04-09
CN109600375B true CN109600375B (en) 2021-07-16

Family

ID=65960789

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811523768.1A Active CN109600375B (en) 2018-12-13 2018-12-13 Message tracking method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109600375B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110942821B (en) * 2019-11-27 2023-08-25 兰州大学第一医院 Debugging method and system of medical detection equipment
CN111131002B (en) * 2019-12-30 2022-06-03 论客科技(广州)有限公司 Method, system and storage medium for tracing chat records
CN111541824B (en) * 2020-04-21 2021-11-26 北京思特奇信息技术股份有限公司 Method and system for communication information transmission
CN111625424A (en) * 2020-05-28 2020-09-04 广东浪潮大数据研究有限公司 Positioning method, device, equipment and readable storage medium
CN112003831A (en) * 2020-07-29 2020-11-27 苏州玩蜂软件科技有限公司 Log collection system and log collection method in distributed environment
CN112766707B (en) * 2021-01-14 2024-05-31 个体化细胞治疗技术国家地方联合工程实验室(深圳) Cell full life cycle tracing method, application server, system and storage medium
CN113886660A (en) * 2021-10-08 2022-01-04 武汉悦学帮网络技术有限公司 Information processing method and device, electronic equipment and storage medium
CN114385674A (en) * 2021-12-30 2022-04-22 天翼物联科技有限公司 Platform message tracking method, system, device and storage medium
CN115225470B (en) * 2022-07-28 2023-10-13 天翼云科技有限公司 Business abnormality monitoring method and device, electronic equipment and storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101056190A (en) * 2006-04-12 2007-10-17 国际商业机器公司 Method and device for providing access control in a publish/subscribe system and said system
CN102195887A (en) * 2011-05-31 2011-09-21 北京星网锐捷网络技术有限公司 Message processing method, device and network security equipment
CN102318382A (en) * 2008-12-19 2012-01-11 惠普开发有限公司 Cost effective updating of mobile computing devices and communicating with mobile computing devices
US8320551B2 (en) * 2008-12-17 2012-11-27 At&T Intellectual Property I, L.P. Method and system for processing application logs
CN104301237A (en) * 2014-10-13 2015-01-21 湖北交通职业技术学院 Data subscription and distribution method applicable to delay-tolerant and disconnection-tolerant network
CN105338124A (en) * 2014-06-09 2016-02-17 深圳市志友企业发展促进中心 Resource propagating tracking method and apparatus, and resource propagating system
CN107301196A (en) * 2017-05-03 2017-10-27 北京小度信息科技有限公司 Method of data synchronization, device, equipment and monitoring server
CN107360082A (en) * 2017-07-28 2017-11-17 郑州云海信息技术有限公司 A kind of publish/subscribe method and device
CN107872473A (en) * 2016-09-23 2018-04-03 阿里巴巴集团控股有限公司 Message treatment method, device and system
CN108733845A (en) * 2018-06-12 2018-11-02 腾讯科技(深圳)有限公司 Data processing method, device, computer equipment and storage medium
CN108958850A (en) * 2018-06-29 2018-12-07 郑州云海信息技术有限公司 A kind of log optimization method, device, equipment and computer readable storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10031883B2 (en) * 2015-10-16 2018-07-24 International Business Machines Corporation Cache management in RDMA distributed key/value stores based on atomic operations
US10522043B2 (en) * 2017-01-09 2019-12-31 Satori Worldwide, Llc Systems and methods for managing assets in a geographical location

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101056190A (en) * 2006-04-12 2007-10-17 国际商业机器公司 Method and device for providing access control in a publish/subscribe system and said system
US8320551B2 (en) * 2008-12-17 2012-11-27 At&T Intellectual Property I, L.P. Method and system for processing application logs
CN102318382A (en) * 2008-12-19 2012-01-11 惠普开发有限公司 Cost effective updating of mobile computing devices and communicating with mobile computing devices
CN102195887A (en) * 2011-05-31 2011-09-21 北京星网锐捷网络技术有限公司 Message processing method, device and network security equipment
CN105338124A (en) * 2014-06-09 2016-02-17 深圳市志友企业发展促进中心 Resource propagating tracking method and apparatus, and resource propagating system
CN104301237A (en) * 2014-10-13 2015-01-21 湖北交通职业技术学院 Data subscription and distribution method applicable to delay-tolerant and disconnection-tolerant network
CN107872473A (en) * 2016-09-23 2018-04-03 阿里巴巴集团控股有限公司 Message treatment method, device and system
CN107301196A (en) * 2017-05-03 2017-10-27 北京小度信息科技有限公司 Method of data synchronization, device, equipment and monitoring server
CN107360082A (en) * 2017-07-28 2017-11-17 郑州云海信息技术有限公司 A kind of publish/subscribe method and device
CN108733845A (en) * 2018-06-12 2018-11-02 腾讯科技(深圳)有限公司 Data processing method, device, computer equipment and storage medium
CN108958850A (en) * 2018-06-29 2018-12-07 郑州云海信息技术有限公司 A kind of log optimization method, device, equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN109600375A (en) 2019-04-09

Similar Documents

Publication Publication Date Title
CN109600375B (en) Message tracking method and device, electronic equipment and storage medium
KR102167613B1 (en) Message push method and device
CN108062243B (en) Execution plan generation method, task execution method and device
CN110232010A (en) A kind of alarm method, alarm server and monitoring server
CN111770002B (en) Test data forwarding control method and device, readable storage medium and electronic equipment
CN112448969B (en) Link tracking method, device, system, equipment and readable storage medium
CN109783258B (en) Message processing method and device and server
WO2021243666A1 (en) Information processing method and system, and device, medium, chip and program
CN106844055B (en) Task execution method and device
US10282120B2 (en) Method, apparatus and system for inserting disk
CN111338893A (en) Process log processing method and device, computer equipment and storage medium
CN112822260B (en) File transmission method and device, electronic equipment and storage medium
CN110798490A (en) Method and device for accessing third-party system based on data center and data center
CN108055296B (en) Transaction processing method and device based on micro-service architecture
CN111817984A (en) Message sending method, device, equipment and storage medium
CN109428682B (en) Message processing confirmation method and device
CN111405021A (en) Data transmission method, device, equipment and storage medium of peer-to-peer node
CN111698310B (en) Multi-test environment scheduling method and device based on SWIFT network
CN111427710B (en) Communication method, device, equipment and storage medium of components in application program
CN111327680B (en) Authentication data synchronization method, device, system, computer equipment and storage medium
CN117215900A (en) Log acquisition method, device and equipment
CN114401239B (en) Metadata transmission method, apparatus, computer device and storage medium
CN115664992A (en) Network operation data processing method and device, electronic equipment and medium
CN112860746B (en) Cache reduction-based method, equipment and system
CN111435320B (en) Data processing method and device

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