XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None
    • Docs Required, Release Notes Required

    Description

      It needs to implement the ability to send/receive messages to/from network members:

      • there's a requirements of being able to send idempotent messages with very weak guarantees:
        • no delivery guarantees required;
        • multiple copies of the same message might be sent;
        • no need to have any kind of acknowledgement;
      • there's another requirement for the common use:
        • message must be sent exactly once with an acknowledgement that it has actually been received (not necessarily processed);
        • messages must be received in the same order they were sent.
          These types of messages might utilize current recovery protocol with acks every 32 (or so) messages. This setting must be flexible enough so that we won't get OOM in big topologies.

      Attachments

        Activity

          People

            Unassigned Unassigned
            akalashnikov Anton Kalashnikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: