Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-744

UnboundedKafkaReader should return as soon as it can.

Details

    • Bug
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • None
    • 0.3.0-incubating
    • io-java-kafka
    • None

    Description

      KafkaIO has two "wait" properties:

      START_NEW_RECORDS_POLL_TIMEOUT - wait for new records inside start(), default: 5 seconds.
      NEW_RECORDS_POLL_TIMEOUT - wait for new records inside start(), default: 10 msec.

      Instead, they should return as soon as they can, rangadi mentioned here: https://github.com/apache/incubator-beam/pull/1071 that they were both originally set to 10 milliseconds, so START_NEW_RECORDS_POLL_TIMEOUT should probably be re-set to 10 milliseconds.

      Attachments

        Issue Links

          Activity

            People

              amitsela Amit Sela
              amitsela Amit Sela
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: