kafka/connect
Yeikel Santana 1a176beff1
MINOR: Reword warning message when internal deprecated properties are used (#20224)
This is a small typo I noticed while working on Connect

Original warning message

> level=WARN connector_context=The worker has been configured with one
or more internal converter properties ([internal.key.converter,
schemas.enable, internal.value.converter, schemas.enable]). Support for
these properties was deprecated in version 2.0 and removed in version
3.0, and specifying them will have no effect. Instead, an instance of
the JsonConverter with schemas.enable set to false will be used. For
more information, please visit
https://kafka.apache.org/documentation/#upgrade and consult the upgrade
notesfor the 3.0 release.
class=org.apache.kafka.connect.runtime.WorkerConfig line=310

Reviewers: Ken Huang <s7133700@gmail.com>, Andrew Schofield
 <aschofield@confluent.io>
2025-07-27 21:12:49 +01:00
..
api MINOR: Cleanup Connect Module (1/n) (#19869) 2025-07-11 00:35:41 +08:00
basic-auth-extension MINOR: Cleanup Connect Module (1/n) (#19869) 2025-07-11 00:35:41 +08:00
file/src MINOR: Cleanup Connect Module (1/n) (#19869) 2025-07-11 00:35:41 +08:00
json MINOR: Cleanup Connect Module (1/n) (#19869) 2025-07-11 00:35:41 +08:00
mirror/src MINOR: Cleanup Connect Module (1/n) (#19869) 2025-07-11 00:35:41 +08:00
mirror-client/src MINOR: Cleanup Connect Module (1/n) (#19869) 2025-07-11 00:35:41 +08:00
runtime/src MINOR: Reword warning message when internal deprecated properties are used (#20224) 2025-07-27 21:12:49 +01:00
test-plugins/src/main MINOR: Cleanup Connect Module (2/n) (#19871) 2025-07-22 22:23:54 +08:00
transforms/src MINOR: Cleanup Connect Module (2/n) (#19871) 2025-07-22 22:23:54 +08:00