You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by EronWright <gi...@git.apache.org> on 2018/03/05 20:09:43 UTC

[GitHub] flink issue #5634: [FLINK-5479] [kafka] Idleness detection for periodic per-...

Github user EronWright commented on the issue:

    https://github.com/apache/flink/pull/5634
  
    I think the ideal would be that idleness would occur only for tail reads, i.e. due to a timeout from `kafkaConsumer.poll(pollTimeout)`.    In other words, an intermittent connection issue would ideally not trigger idleness.


---