Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Status

Current state: "Under DiscussionAccepted"

Discussion thread: here

Vote thread: here

JIRA:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-13431

...

To ensure that connectors using the new SinkRecord getter methods can still be deployed on older versions of Kafka Connect, a try catch block should be used to catch and handle NoSuchMethodErrorNoClassDefFoundError (also see KIP-610: Error Reporting in Sink Connectors for reference which had the same issue). However, it should be clearly documented that the connector would not won't be compatible with topic/partition/offset mutating SMTs when deployed on older versions of Kafka Connect.

...