diff --git a/docs/upgrade.html b/docs/upgrade.html index 65387d62818..b7bf70f65b8 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -371,6 +371,14 @@ timestamp of more than 1 hour in the future will be rejected when message.timestamp.type=CreateTime is set. See KIP-1030 +
  • Introduced in KIP-890, the TransactionAbortableException enhances error handling within transactional operations by clearly indicating scenarios where transactions should be aborted due to errors. It is important for applications to properly manage both TimeoutException and TransactionAbortableException when working with transaction producers.
  • +