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?

Reply via email to