kafka/checkstyle
Colin Patrick McCabe 3f3a0e0d9e
KAFKA-13280: Avoid O(N) behavior in KRaftMetadataCache#topicNamesToIds (#11311)
Avoid O(N) behavior in KRaftMetadataCache#topicNamesToIds and
KRaftMetadataCache#topicIdsToNames by returning a map subclass that
exposes the TopicsImage data structures without copying them.

Reviewers: Jason Gustafson <jason@confluent.io>, Ismael Juma <ismael@juma.me.uk>
2021-10-07 09:41:57 -07:00
..
.scalafmt.conf KAFKA-12862: Update Scala fmt library and apply fixes (#10784) 2021-08-09 12:05:31 +02:00
checkstyle.xml KAFKA-12375: don't reuse thread.id until a thread has fully shut down (#10215) 2021-03-02 16:28:15 -08:00
import-control-core.xml MINOR: Make ReplicaManager, LogManager, KafkaApis easier to construct (#11320) 2021-09-17 14:12:31 -07:00
import-control-jmh-benchmarks.xml MINOR: Replace BrokerStates.scala with BrokerState.java (#10028) 2021-02-03 13:41:38 -08:00
import-control.xml KAFKA-13280: Avoid O(N) behavior in KRaftMetadataCache#topicNamesToIds (#11311) 2021-10-07 09:41:57 -07:00
java.header MINOR: improve license header check by providing head file instead of (prefix) header regex 2017-02-28 12:35:04 -08:00
suppressions.xml MINOR: Make ReplicaManager, LogManager, KafkaApis easier to construct (#11320) 2021-09-17 14:12:31 -07:00