feat(queue): fix notes about the usage of agent<->leader protocol-related data structures

This commit is contained in:
Ilya Averyanov 2024-06-20 15:24:25 +03:00
parent d0cff63ed6
commit a9c976b6c1
1 changed files with 2 additions and 3 deletions

View File

@ -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.