[
https://issues.apache.org/jira/browse/KAFKA-20371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
PoAn Yang resolved KAFKA-20371.
-------------------------------
Resolution: Fixed
> Add Iterable constructor to generated message collections
> ---------------------------------------------------------
>
> Key: KAFKA-20371
> URL: https://issues.apache.org/jira/browse/KAFKA-20371
> Project: Kafka
> Issue Type: Improvement
> Reporter: Chia-Ping Tsai
> Assignee: PoAn Yang
> Priority: Minor
>
> The new constructor will enable us to use "List.of()" instead of
> "List.of().iterator()".
> This new constructor will simply extract the iterator and pass it to the
> parent class (i.e., super(iterable.iterator())).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)