Sanskar Jhajharia
Results
2
issues of
Sanskar Jhajharia
Now that Kafka supports Java 17, this PR makes some changes in jmh-benchmarks module. The changes mostly include: - Collections.emptyList(), Collections.singletonList() and Arrays.asList() are replaced with List.of() - Collections.emptyMap() and...
performance
ci-approved
Now that Kafka supports Java 17, this PR cleans up the ShareFetchAcknowledgeRequestTest. The changes mostly include: - Collections.singletonList() is replaced with List.of() - Get rid of all asJava conversions
core
tests
ci-approved