Uploaded image for project: 'Apache S4'
  1. Apache S4
  2. S4-45

UDP should use Netty

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.5.0
    • None
    • None

    Description

      UDPEmitter and UDPListener use our own implementation suffering from the following issues -
      1. All send() calls are essentially serialized
      2. If the listener thread is interrupted, it doesn't restart listening.

      Using Netty will solve the above-mentioned issues while making the code more maintainable as both UDP and TCP would then be using Netty.

      Comments or suggestions?

      Attachments

        1. s4-45.patch
          46 kB
          Karthik Kambatla

        Activity

          People

            Unassigned Unassigned
            kasha Karthik Kambatla
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: