Xavier Léauté created KAFKA-4346: ------------------------------------ Summary: Add foreachValue method to KStream Key: KAFKA-4346 URL: https://issues.apache.org/jira/browse/KAFKA-4346 Project: Kafka Issue Type: Improvement Components: streams Reporter: Xavier Léauté Assignee: Guozhang Wang Priority: Minor
This would be the value-only counterpart to foreach, similar to mapValues. Adding this method would enhance readability and allow for Java 8 syntactic sugar using method references without having to wrap existing methods that only operate on the value type. -- This message was sent by Atlassian JIRA (v6.3.4#6332)