Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= try_catch
:page-aliases: components:processors/try_catch.adoc

include::connect:components:processors/try_catch.adoc[tag=single-source]
5 changes: 5 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading