Skip to content
  • yacovm's avatar
    [FAB-14045] Send messages asynchronously in clusters · 5c2e2122
    yacovm authored
    
    
    This change set makes consensus messages be sent asynchronously, over
    a buffered channel with a size of 10.
    
    Consensus messages are dropped when the buffer overflows,
    and Submit messages are blocking on the buffer.
    
    Without this change set, the sending of large messages takes milliseconds,
    while with the change set it takes micro-seconds.
    
    Change-Id: Id60b05b96eed6d9d04f89b8967945b18ddfbef94
    Signed-off-by: default avataryacovm <yacovm@il.ibm.com>
    5c2e2122