1. 28 12月, 2015 2 次提交
  2. 27 12月, 2015 6 次提交
  3. 24 12月, 2015 1 次提交
  4. 21 12月, 2015 5 次提交
  5. 18 12月, 2015 1 次提交
  6. 17 12月, 2015 2 次提交
  7. 16 12月, 2015 6 次提交
  8. 15 12月, 2015 9 次提交
  9. 13 12月, 2015 2 次提交
  10. 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
  11. 10 12月, 2015 2 次提交
  12. 09 12月, 2015 2 次提交