diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index fda1b9389..dd813fb4a 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -246,6 +246,7 @@ **** xref:develop:connect/components/processors/sync_response.adoc[] **** xref:develop:connect/components/processors/text_chunker.adoc[] **** xref:develop:connect/components/processors/try.adoc[] +**** xref:develop:connect/components/processors/try_catch.adoc[] **** xref:develop:connect/components/processors/unarchive.adoc[] **** xref:develop:connect/components/processors/while.adoc[] **** xref:develop:connect/components/processors/workflow.adoc[] diff --git a/modules/develop/pages/connect/components/processors/try_catch.adoc b/modules/develop/pages/connect/components/processors/try_catch.adoc new file mode 100644 index 000000000..9bcbe5fcb --- /dev/null +++ b/modules/develop/pages/connect/components/processors/try_catch.adoc @@ -0,0 +1,4 @@ += try_catch +:page-aliases: components:processors/try_catch.adoc + +include::connect:components:processors/try_catch.adoc[tag=single-source] diff --git a/modules/get-started/pages/whats-new-cloud.adoc b/modules/get-started/pages/whats-new-cloud.adoc index b05beeb4f..bb4070988 100644 --- a/modules/get-started/pages/whats-new-cloud.adoc +++ b/modules/get-started/pages/whats-new-cloud.adoc @@ -34,6 +34,11 @@ A new guide walks Cloud customers through configuring IAM Roles for Service Acco You can now set cluster-wide defaults for new topics on BYOC and Dedicated clusters. The xref:reference:properties/cluster-properties.adoc#default_topic_partitions[`default_topic_partitions`], xref:reference:properties/cluster-properties.adoc#log_retention_ms[`log_retention_ms`], and xref:reference:properties/cluster-properties.adoc#retention_bytes[`retention_bytes`] cluster properties are now customer-managed. The default topic retention period (`log_retention_ms`) previously could only be changed by Redpanda support. See xref:manage:cluster-maintenance/config-cluster.adoc[Configure Cluster Properties]. +=== Redpanda Connect updates + +* Processors: +** xref:develop:connect/components/processors/try_catch.adoc[try_catch]: Combines the behavior of the `try` and `catch` processors into a single block with an explicit recovery path. + == May 2026 === Redpanda Console: redesigned Security page