You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by AmirHossein JavanAmoli <am...@gmail.com> on 2018/07/08 10:23:54 UTC

Why is kafka poll method blocking?

Writing to Kafka is non-blocking but reading from it blocks thread. Why
does the Kafka poll method not use non-blocking API and then receive
records in a callback?