You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/develop/pages/produce-data/configure-producers.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ Each time a broker receives a message with a skewed timestamp that is outside a
249
249
=== Disable broker timestamp retention
250
250
251
251
// For cloud there must be restrictions on Admin API usage. We should find out and omit any references to unsupported endpoints.
252
-
While not advised for typical use, Redpanda lets you override the use of broker timestamps for retention policy with the Admin API. Use the xref:api:ROOT:admin-api.adoc#Licenses-and-Features/operation/put_feature[`activate feature`] API to disable the `broker_time_based_retention` property.
252
+
While not advised for typical use, Redpanda lets you override the use of broker timestamps for retention policy with the Admin API. Use the link:/api/doc/admin/operation/operation-put_feature[`activate feature`] API to disable the `broker_time_based_retention` property.
253
253
254
254
If you disable this feature, make sure to specify your desired timestamp policy. This is stored in the xref:reference:cluster-properties.adoc#log_message_timestamp_type[`log_message_timestamp_type`] cluster property. The timestamp policy defaults to `CreateTime` (client timestamp set by producer) but may be updated to `LogAppendTime` (server timestamp set by Redpanda).
Copy file name to clipboardExpand all lines: modules/manage/pages/cluster-maintenance/partition-recovery.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ NOTE: If you want to instead force recover all partitions in bulk from a set of
13
13
14
14
The following examples assume that partition 0 in topic `test` is unavailable and its replicas cannot form a majority to elect a leader.
15
15
16
-
. Call the xref:api:ROOT:admin-api.adoc#tag/Partitions/operation/get_topic_partitions[`/partitions/kafka/<topic>`] endpoint to determine the current broker and shard assignments of the partition replicas.
16
+
. Call the link:/api/doc/admin/operation/operation-get_topic_partitions[`/partitions/kafka/<topic>`] endpoint to determine the current broker and shard assignments of the partition replicas.
17
17
+
18
18
[,bash]
19
19
----
@@ -77,7 +77,7 @@ curl -X POST http://localhost:9644/v1/debug/partitions/kafka/test/0/force_replic
77
77
+
78
78
The request body includes the broker ID and the CPU core (shard ID) for the replica on broker 1, to hydrate the new replicas assigned to brokers 4 and 5 on cores 1 and 0 respectively.
79
79
+
80
-
If there are `n` CPU cores on the machine, the value of `core` can be within the range `[0, n-1]`. You may use a random value within the range, or the least loaded shard. See the xref:reference:public-metrics-reference.adoc[public metrics reference] for metrics regarding CPU usage, and xref:api:ROOT:admin-api.adoc#tag/Partitions/operation/force_update_partition_replicas[Redpanda Admin API] for additional detail.
80
+
If there are `n` CPU cores on the machine, the value of `core` can be within the range `[0, n-1]`. You may use a random value within the range, or the least loaded shard. See the xref:reference:public-metrics-reference.adoc[public metrics reference] for metrics regarding CPU usage, and link:/api/doc/admin/operation/operation-force_update_partition_replicas[Redpanda Admin API] for additional detail.
Copy file name to clipboardExpand all lines: modules/manage/pages/iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ Use any of the following to set `redpanda.iceberg.mode`:
142
142
+
143
143
* `rpk`. See the following examples to run `rpk topic` commands.
144
144
* The Cloud UI. Navigate to *Topics* to create a new topic and specify `redpanda.iceberg.mode` in *Additional Configuration*, or edit an existing topic under the topic's *Configuration* tab.
145
-
* The Data Plane API to xref:api:ROOT:cloud-dataplane-api.adoc#post-/v1/topics[create a new topic] or xref:api:ROOT:cloud-dataplane-api.adoc#patch-/v1/topics/-topic_name-/configurations[update a property for an existing topic]. Specify the key-value pair for `redpanda.iceberg.mode` in the request body.
145
+
* The Data Plane API to link:/api/doc/cloud-dataplane/operation/operation-topicservice_createtopic[create a new topic] or link:/api/doc/cloud-dataplane/operation/operation-topicservice_updatetopicconfigurations[update a property for an existing topic]. Specify the key-value pair for `redpanda.iceberg.mode` in the request body.
146
146
endif::[]
147
147
+
148
148
The following examples show how to use `rpk` to create a new topic or alter the configuration for an existing topic, setting the Iceberg mode to `key_value`.
Copy file name to clipboardExpand all lines: modules/manage/pages/schema-reg/schema-reg-overview.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ All CRUD operations are supported for the JSON Schema (`json-schema`), and Redpa
144
144
145
145
=== Limitations
146
146
147
-
Schemas are held in subjects. Subjects have a compatibility configuration associated with them, either directly specified by a user, or inherited by the default. See `PUT /config` and `PUT/config/\{subject}` in the xref:api:ROOT:pandaproxy-schema-registry.adoc[Schema Registry API].
147
+
Schemas are held in subjects. Subjects have a compatibility configuration associated with them, either directly specified by a user, or inherited by the default. See `PUT /config` and `PUT/config/\{subject}` in the link:/api/doc/schema-registry/[Schema Registry API].
148
148
149
149
If you have inserted a second schema into a subject where the compatibility level is anything but `NONE`, then any JSON Schema containing the following items are rejected:
NOTE: If the broker's certificate is signed by a well-known, trusted CA, and you're confident about the integrity of your system's CA trust store, you don't need the `--cacert` flag.
1540
1540
endif::[]
1541
1541
1542
-
For all available endpoints, see xref:api:ROOT:pandaproxy-rest.adoc[].
1542
+
For all available endpoints, see the link:/api/doc/http-proxy/[HTTP Proxy API reference].
NOTE: If the broker's certificate is signed by a well-known, trusted CA, and you're confident about the integrity of your system's CA trust store, you don't need the `--cacert` flag.
1739
1739
endif::[]
1740
1740
1741
-
For all available endpoints, see xref:api:ROOT:pandaproxy-rest.adoc[].
1741
+
For all available endpoints, see the link:/api/doc/http-proxy/[HTTP Proxy API reference].
Copy file name to clipboardExpand all lines: modules/manage/partials/iceberg/about-iceberg-topics.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ To enable Iceberg for Redpanda topics, you must have the following:
34
34
ifdef::env-cloud[]
35
35
* A running xref:get-started:cluster-types/byoc/index.adoc[BYOC] cluster on Redpanda version 25.1 or later. The Iceberg integration is supported only for BYOC, and the cluster properties to configure Iceberg are available with v25.1.
36
36
* rpk: See xref:get-started:rpk-install.adoc[].
37
-
* Familiarity with the Redpanda Cloud API. You must xref:redpanda-cloud:manage:api/cloud-api-authentication.adoc[authenticate] to the Cloud API and use the Control Plane API to update your cluster configuration.
37
+
* Familiarity with the Redpanda Cloud API. You must link:/api/doc/cloud-controlplane/authentication[authenticate] to the Cloud API and use the Control Plane API to update your cluster configuration.
38
38
endif::[]
39
39
40
40
ifndef::env-cloud[]
@@ -195,7 +195,7 @@ The Redpanda cluster ID is also used as the container name (ID) and the storage
195
195
196
196
For Azure clusters, you must add the public IP addresses or ranges from the REST catalog service, or other clients requiring access to the Iceberg data, to your cluster's allow list. Alternatively, add subnet IDs to the allow list if the requests originate from the same Azure region.
197
197
198
-
For example, to add subnet IDs to the allow list through the Control Plane API xref:api:ROOT:cloud-controlplane-api.adoc#patch-/v1/clusters/-cluster.id-[`PATCH /v1/clusters/<cluster-id>`] endpoint, run:
198
+
For example, to add subnet IDs to the allow list through the Control Plane API link:/api/doc/cloud-controlplane/operation/operation-clusterservice_updatecluster[`PATCH /v1/clusters/<cluster-id>`] endpoint, run:
Copy file name to clipboardExpand all lines: modules/manage/partials/iceberg/use-iceberg-catalogs.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ Cloud API::
149
149
+
150
150
--
151
151
. Authenticate and make a `GET /v1/clusters/\{id}` request to xref:manage:api/cloud-dataplane-api.adoc#get-data-plane-api-url[retrieve the Data Plane API URL] for your cluster.
152
-
. Make a request to xref:api:ROOT:cloud-dataplane-api.adoc#post-/v1/secrets[`POST /v1/secrets`]. You must use a Base64-encoded secret.
152
+
. Make a request to link:/api/doc/cloud-dataplane/operation/operation-secretservice_createsecret[`POST /v1/secrets`]. You must use a Base64-encoded secret.
153
153
+
154
154
[,bash]
155
155
----
@@ -196,7 +196,7 @@ rpk cluster config set iceberg_rest_catalog_client_secret ${secrets.<secret-name
196
196
Cloud API::
197
197
+
198
198
--
199
-
Make a request to the xref:api:ROOT:cloud-controlplane-api.adoc#patch-/v1/clusters/-cluster.id-[`PATCH /v1/clusters/<cluster-id>`] endpoint of the Control Plane API.
199
+
Make a request to the link:/api/doc/cloud-controlplane/operation/operation-clusterservice_updatecluster[`PATCH /v1/clusters/<cluster-id>`] endpoint of the Control Plane API.
0 commit comments