> It's the very architecture of Kafka itself due to the notorious head of line problem
Except a consumer can discard an unprocessable record? I'm not certain I understand how HOL applies to Kafka, but keen to learn more :)
> Except a consumer can discard an unprocessable record?
It's not the unproccessable records that are the problem it is the records that are very slow to process (for whatever reason).
> Except a consumer can discard an unprocessable record?
It's not the unproccessable records that are the problem it is the records that are very slow to process (for whatever reason).