Skip to content

Commit 56181b7

Browse files
authored
DOC-768 Add http components to the Cloud (#209)
* Add http components to the Cloud * revert changes to local playbook
1 parent a6cac8f commit 56181b7

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

modules/ROOT/nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
**** xref:develop:connect/components/inputs/gcp_cloud_storage.adoc[]
101101
**** xref:develop:connect/components/inputs/gcp_pubsub.adoc[]
102102
**** xref:develop:connect/components/inputs/generate.adoc[]
103+
**** xref:develop:connect/components/inputs/http_client.adoc[]
103104
**** xref:develop:connect/components/inputs/inproc.adoc[]
104105
**** xref:develop:connect/components/inputs/kafka.adoc[]
105106
**** xref:develop:connect/components/inputs/kafka_franz.adoc[]
@@ -149,6 +150,7 @@
149150
**** xref:develop:connect/components/outputs/gcp_bigquery.adoc[]
150151
**** xref:develop:connect/components/outputs/gcp_cloud_storage.adoc[]
151152
**** xref:develop:connect/components/outputs/gcp_pubsub.adoc[]
153+
**** xref:develop:connect/components/outputs/http_client.adoc[]
152154
**** xref:develop:connect/components/outputs/inproc.adoc[]
153155
**** xref:develop:connect/components/outputs/kafka.adoc[]
154156
**** xref:develop:connect/components/outputs/kafka_franz.adoc[]
@@ -209,6 +211,7 @@
209211
**** xref:develop:connect/components/processors/gcp_vertex_ai_embeddings.adoc[]
210212
**** xref:develop:connect/components/processors/group_by.adoc[]
211213
**** xref:develop:connect/components/processors/group_by_value.adoc[]
214+
**** xref:develop:connect/components/processors/http.adoc[]
212215
**** xref:develop:connect/components/processors/insert_part.adoc[]
213216
**** xref:develop:connect/components/processors/jmespath.adoc[]
214217
**** xref:develop:connect/components/processors/jq.adoc[]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= http_client
2+
:page-aliases: components:inputs/http_client.adoc
3+
4+
include::redpanda-connect:components:inputs/http_client.adoc[tag=single-source]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= http_client
2+
:page-aliases: components:outputs/http_client.adoc
3+
4+
include::redpanda-connect:components:outputs/http_client.adoc[tag=single-source]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= http
2+
:page-aliases: components:processors/http.adoc
3+
4+
include::redpanda-connect:components:processors/http.adoc[tag=single-source]

0 commit comments

Comments
 (0)