1. 11 12月, 2015 2 次提交
    • A
      [FLINK-3121] Emit Final Watermark in Kafka Source · 6bd5714d
      Aljoscha Krettek 提交于
      Kafka sources that don't read from any partition never emit a watermark,
      thereby blocking the progress of event-time in downstream operations.
      This changes the Kafka Source to emit a Long.MAX_VALUE watermark if it
      knows that it will never receive data.
      
      This also changes the Timestamp Extraction operator to reacto to a
      Long.MAX_VALUE watermark by itself emitting a Long.MAX_VALUE watermark.
      6bd5714d
    • A
      [FLINK-2936] Fix ClassCastException for Event-Time source · 4b648870
      Aljoscha Krettek 提交于
      Before, would throw a ClassCastException when emitting watermarks with
      timestamp/watermark multiplexing disabled.
      4b648870
  2. 10 12月, 2015 2 次提交
  3. 09 12月, 2015 7 次提交
  4. 08 12月, 2015 5 次提交
  5. 07 12月, 2015 6 次提交
  6. 06 12月, 2015 2 次提交
  7. 05 12月, 2015 1 次提交
  8. 04 12月, 2015 1 次提交
  9. 03 12月, 2015 3 次提交
  10. 02 12月, 2015 6 次提交
  11. 01 12月, 2015 5 次提交