Kirk True created KAFKA-19297:
---------------------------------
Summary: Refactor AsyncKafkaConsumer's use of Java Streams APIs in
critical sections
Key: KAFKA-19297
URL: https://issues.apache.org/jira/browse/KAFKA-19297
Project: Kafka
Issue Type: Improvement
Components: clients, consumer
Affects Versions: 4.0.0
Reporter: Kirk True
Assignee: Kirk True
Fix For: 4.1.0
The {{AsyncKafkaConsumer}} is written using the Java Streams APIs in several
key places. Profiling has shown that this approach adds significant,
unnecessary overhead compared to, say, and traditional {{for}} loop. Minor
revisions to the code to use simpler constructs will improve performance.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)