feat(queue): fix notes about the usage of agent<->leader protocol-related data structures
This commit is contained in:
parent
d0cff63ed6
commit
a9c976b6c1
|
@ -3,13 +3,12 @@
|
|||
%%--------------------------------------------------------------------
|
||||
|
||||
%% @doc Asynchronous messages between shared sub agent and shared sub leader
|
||||
%% These messages are instantiated on the receiver's side, so they do not
|
||||
%% travel over the network.
|
||||
|
||||
-ifndef(EMQX_DS_SHARED_SUB_PROTO_HRL).
|
||||
-define(EMQX_DS_SHARED_SUB_PROTO_HRL, true).
|
||||
|
||||
%% TODO
|
||||
%% Make integer keys on GA
|
||||
|
||||
%% NOTE
|
||||
%% We do not need any kind of request/response identification,
|
||||
%% because the protocol is fully event-based.
|
||||
|
|
Loading…
Reference in New Issue