kafka/connect
Ismael Juma 2342ec1d1c
KAFKA-12600: Remove deprecated config value `default` for client config `client.dns.lookup` (#10458)
The config has been deprecated since Kafka 2.6 (released ~1 year before
3.0), but it was the default before it got deprecated. As such, it's
reasonably unlikely that people would have set it explicitly.

Given the confusing `default` name even though it's _not_ the default, I
think we should remove it in 3.0.

Also remove `ClientDnsLookup.DEFAULT` (not public API), which unlocks
a number of code simplications.

Reviewers: David Jacot <djacot@confluent.io>
2021-04-01 07:59:59 -07:00
..
api MINOR: apply Utils.isBlank to code base (#10124) 2021-02-20 11:44:29 +08:00
basic-auth-extension/src MINOR: apply Utils.isBlank to code base (#10124) 2021-02-20 11:44:29 +08:00
file/src MINOR: Remove unused variables, methods, parameters, unthrown exceptions, and fix typos (#9457) 2021-03-10 13:21:30 +08:00
json MINOR: replace hard-coding utf-8 with StandardCharsets.UTF_8 (#10079) 2021-02-09 10:06:01 +08:00
mirror MINOR: Improve error message in MirrorConnectorsIntegrationBaseTest (#10268) 2021-03-12 12:14:53 +00:00
mirror-client/src KAFKA-10834: Remove redundant type casts in Connect (#10053) 2021-02-04 17:08:56 -08:00
runtime/src KAFKA-12600: Remove deprecated config value `default` for client config `client.dns.lookup` (#10458) 2021-04-01 07:59:59 -07:00
transforms/src KAFKA-12170: Fix for Connect Cast SMT to correctly transform a Byte array into a string (#9950) 2021-03-03 22:17:49 +00:00