This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch koff
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 9e3a0ba64ea4c864f5bf0f65e2cdb51de916c008
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Feb 24 17:19:04 2025 +0100

    CAMEL-21788: camel-kafka - Turn recordMetadata off by default
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc | 4 ++++
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc | 4 ++++
 2 files changed, 8 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
index d03880b0ad1..5269ca25267 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
@@ -31,6 +31,10 @@ Removed `getDelegateMessage` method from 
`org.apache.camel.attachment.Attachment
 The file name header `Exchange.FILE_NAME` now includes the relative path such 
as `subdir/hello.txt`
 when using `recursive=true`, to be similar to how `camel-file` component 
behaves.
 
+=== camel-kafka
+
+The camel-kafka option `recordMetadata` has changed default from `true` to 
`false`.
+
 == Upgrading Camel 4.9 to 4.10
 
 === XML DSL changes
diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
index 83e0a725569..87e7b84ec95 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
@@ -45,3 +45,7 @@ And if so, your custom code may need to be changed slightly 
as well.
 
 The file name header `Exchange.FILE_NAME` now includes the relative path such 
as `subdir/hello.txt`
 when using `recursive=true`, to be similar to how `camel-file` component 
behaves.
+
+=== camel-kafka
+
+The camel-kafka option `recordMetadata` has changed default from `true` to 
`false`.

Reply via email to