Skip to content
Merged
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 @@ -248,6 +248,7 @@
**** xref:develop:connect/components/processors/group_by_value.adoc[]
**** xref:develop:connect/components/processors/http.adoc[]
**** xref:develop:connect/components/processors/insert_part.adoc[]
**** xref:develop:connect/components/processors/jira.adoc[]
**** xref:develop:connect/components/processors/jmespath.adoc[]
**** xref:develop:connect/components/processors/jq.adoc[]
**** xref:develop:connect/components/processors/json_schema.adoc[]
Expand Down
4 changes: 4 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This page lists new features added to Redpanda Cloud.

xref:get-started:cluster-types/byoc/remote-read-replicas.adoc[Remote read replicas] are now generally available (GA) for BYOC clusters on AWS and GCP. This feature allows you to create read-only topics that mirror a topic on a different cluster, providing greater flexibility and scalability for your data streaming needs.

=== Schema Registry and ACLs in Terraform provider

The xref:manage:terraform-provider.adoc[Redpanda Terraform provider] now supports managing schemas and Schema Registry ACLs. You can use the provider to register schemas in formats such as Avro, Protobuf, or JSON Schema, and control access to Schema Registry subjects and operations through ACLs.

== October 2025

=== Remote MCP: beta
Expand Down