kafka/docs
Ismael Juma 2f36001987
KAFKA-12579: Remove various deprecated clients classes/methods for 3.0 (#10438)
* Remove `ExtendedSerializer` and `ExtendedDeserializer`, deprecated since 2.1.
The extra functionality was also made available in `Serializer` and `Deserializer`.
* Remove `close(long, TimeUnit)` from the producer, consumer and admin client,
deprecated since 2.0 for the consumer and 2.2 for the rest. The replacement is `close(Duration)`.
* Remove `ConsumerConfig.addDeserializerToConfig` and `ProducerConfig.addSerializerToConfig`,
deprecated since 2.7 with no replacement. These methods were not intended to be public API
and are likely not used much (if at all).
* Remove `NoOffsetForPartitionException.partition()`, deprecated since 0.11. `partitions()`
should be used instead.
* Remove `MessageFormatter.init(Properties)`, deprecated since 2.7. The `configure(Map)`
method should be used instead.
* Remove `kafka.common.MessageFormatter`, deprecated since 2.7.
`org.apache.kafka.common.MessageFormatter` should be used instead.

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, David Jacot <djacot@confluent.io>
2021-04-06 08:54:53 -07:00
..
documentation KAFKA-10679: [Streams] migrate kafka-site updated docs to kafka/docs (#9554) 2020-11-04 08:30:10 -05:00
images KAFKA-5636: Add Sliding Windows documentation (#9264) 2020-09-10 21:55:11 -07:00
js MINOR: bump release version to 3.0.0-SNAPSHOT (#10186) 2021-02-24 17:49:18 -08:00
streams MINOR: remove KTable.to from the docs (#10464) 2021-04-02 09:36:35 -07:00
api.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00
configuration.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00
connect.html MINOR: Fix documentation for KIP-585 (#9524) 2020-10-29 10:08:00 +08:00
design.html MINOR: Remove erroneous extra <code> in design doc (#9657) 2020-11-30 15:41:14 -05:00
documentation.html MINOR: bump documentation.html to 3.0 2021-03-22 10:59:17 -05:00
ecosystem.html MINOR: Improve introduction section in docs to better cover connect and streams. Make uses and ecosystem pages stand alone. 2016-09-28 16:30:21 -07:00
implementation.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00
introduction.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00
migration.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00
ops.html MINOR: Fix typo in MirrorMaker v2 documentation (#10433) 2021-04-01 16:08:28 +01:00
protocol.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00
quickstart.html MINOR: Fix broken link in quickstart.html (#10161) 2021-02-19 11:36:12 +00:00
security.html MINOR: Update security doc 2021-02-08 18:16:47 +05:30
toc.html KAFKA-12393: Document multi-tenancy considerations (#334) (#10263) 2021-03-04 10:47:48 -05:00
upgrade.html KAFKA-12579: Remove various deprecated clients classes/methods for 3.0 (#10438) 2021-04-06 08:54:53 -07:00
uses.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00