AmirHossein JavanAmoli Sun, 08 Jul 2018 08:21:02 -0700
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?