Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ What's New
.. meta::
:keywords: bug fix, features

.. _kafka-connector-whats-new-1.14.1:

What's New in 1.14.1
--------------------

- Added support for the new Kafka SystemTime pattern, ``Time.SYSTEM``.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit, because Time.SYSTEM has always existed, Kafka just removed the pattern we were using, we could rephrase as:

- This fixes an issue introduced in Apache Kafka version 3.9 around the Kafka SystemTime class.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call, thanks!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry I should have clarified that we can remove Added support for the new Kafka SystemTime pattern, ``Time.SYSTEM``. as well

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, fixed now

This fixes an issue introduced in Apache Kafka version 3.9.

.. _kafka-connector-whats-new-1.14:

What's New in 1.14
Expand Down
Loading