Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-200

Support configurable send / receive socket buffer size in server

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7
    • 0.7.1
    • core
    • None

    Description

      • Make the send / receive socket buffer size configurable in server.
      • KafkaConfig.scala already has the following existing variables to support send / receive buffer:
        socketSendBuffer
        socketReceiveBuffer
      • The patch attached to this ticket will read the following existing settings in <kafka>/config/server.properties and set the corresponding socket buffers
        . . .
      1. The send buffer (SO_SNDBUF) used by the socket server
        socket.send.buffer=1048576
      2. The receive buffer (SO_RCVBUF) used by the socket server
        socket.receive.buffer=1048576

      Attachments

        1. KAFKA-200.patch
          4 kB
          John Fung
        2. KAFKA-200-v3.patch
          5 kB
          John Fung

        Activity

          People

            Unassigned Unassigned
            jfung John Fung
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: