mirror of https://github.com/apache/kafka.git
Scala 2.13.4 restores default global `ExecutionContext` to 2.12 behavior (to fix a perf regression in some use cases) and improves pattern matching (especially exhaustiveness checking). Most of the changes are related to the latter as I have enabled the newly introduced `-Xlint:strict-unsealed-patmat`. More details on the code changes: * Don't swallow exception in `ReassignPartitionsCommand.topicDescriptionFutureToState`. * `RequestChannel.Response` should be `sealed`. * Introduce sealed ClientQuotaManager.BaseUserEntity to avoid false positive exhaustiveness warning. * Handle a number of cases where pattern matches were not exhaustive: either by marking them with @unchecked or by adding a catch-all clause. * Workaround scalac bug related to exhaustiveness warnings in ZooKeeperClient * Remove warning suppression annotations related to the optimizer that are no longer needed in ConsumerGroupCommand and AclAuthorizer. * Use `forKeyValue` in `AclAuthorizer.acls` as the scala bug preventing us from using it seems to be fixed. * Also update scalaCollectionCompat to 2.3.0, which includes minor improvements. Full release notes: * https://github.com/scala/scala/releases/tag/v2.13.4 * https://github.com/scala/scala-collection-compat/releases/tag/v2.3.0 Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com> |
||
|---|---|---|
| .. | ||
| connect-distributed.bat | ||
| connect-standalone.bat | ||
| kafka-acls.bat | ||
| kafka-broker-api-versions.bat | ||
| kafka-configs.bat | ||
| kafka-console-consumer.bat | ||
| kafka-console-producer.bat | ||
| kafka-consumer-groups.bat | ||
| kafka-consumer-perf-test.bat | ||
| kafka-delegation-tokens.bat | ||
| kafka-delete-records.bat | ||
| kafka-dump-log.bat | ||
| kafka-leader-election.bat | ||
| kafka-log-dirs.bat | ||
| kafka-mirror-maker.bat | ||
| kafka-preferred-replica-election.bat | ||
| kafka-producer-perf-test.bat | ||
| kafka-reassign-partitions.bat | ||
| kafka-replica-verification.bat | ||
| kafka-run-class.bat | ||
| kafka-server-start.bat | ||
| kafka-server-stop.bat | ||
| kafka-streams-application-reset.bat | ||
| kafka-topics.bat | ||
| zookeeper-server-start.bat | ||
| zookeeper-server-stop.bat | ||
| zookeeper-shell.bat | ||