diff --git a/docs/upgrade.html b/docs/upgrade.html index 757243b568ed..0c69336127ca 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -40,6 +40,11 @@
Notable changes in 2 it may result in uneven distribution of records across partitions in edge cases. Generally users will not be impacted, but this difference may be noticeable in tests and other situations producing records for a very short amount of time. +
  • The blocking KafkaConsumer#committed methods have been extended to allow a list of partitions as input parameters rather than a single partition. + It enables fewer request/response iterations between clients and brokers fetching for the committed offsets for the consumer group. + The old overloaded functions are deprecated and we would recommend users to make their code changes to leverage the new methods (details + can be found in KIP-520). +
  • Upgrading from 0.8.x, 0.9.x, 0.10.0.x, 0.10.1.x, 0.10.2.x, 0.11.0.x, 1.0.x, 1.1.x, 2.0.x or 2.1.x or 2.2.x to 2.3.0