mirror of https://github.com/apache/kafka.git
Given that now we support Java 17 on our brokers, this PR replace the use of : - `Collections.singletonList()` and `Collections.emptyList()` with `List.of()` - `Collections.singletonMap()` and `Collections.emptyMap()` with `Map.of()` - `Collections.singleton()` and `Collections.emptySet()` with `Set.of()` Reviewers: Chia-Ping Tsai <chia7712@gmail.com> |
||
---|---|---|
.. | ||
group-coordinator-api/src/main/java/org/apache/kafka/coordinator/group/api/assignor | ||
src | ||
.gitignore |