Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce internal client poll timeout for consumer iterator interface (#…
…1824) More attempts to address heartbeat timing issues in consumers, especially with the iterator interface. Here we can reduce the `client.poll` timeout to at most the retry backoff (typically 100ms) so that the consumer iterator interface doesn't block for longer than the heartbeat timeout.
- Loading branch information