Skip to content

Commit a76c366

Browse files
authored
Merge pull request #206 from stackql/feature/doc-updates
updated confluent
2 parents 89cb37f + 146c29a commit a76c366

File tree

54 files changed

+393
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+393
-137
lines changed

docs/confluent-docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
1919

2020
Confluent Cloud for managing Kafka clusters, topics, and streaming services in a scalable cloud environment.
2121

22-
:::info Provider Summary (v24.11.00270)
22+
:::info Provider Summary (v24.11.00272)
2323

2424
<div class="row">
2525
<div class="providerDocColumn">
2626
<span>total services:&nbsp;<b>22</b></span><br />
2727
<span>total methods:&nbsp;<b>391</b></span><br />
2828
</div>
2929
<div class="providerDocColumn">
30-
<span>total resources:&nbsp;<b>111</b></span><br />
31-
<span>total selectable resources:&nbsp;<b>81</b></span><br />
30+
<span>total resources:&nbsp;<b>113</b></span><br />
31+
<span>total selectable resources:&nbsp;<b>104</b></span><br />
3232
</div>
3333
</div>
3434

docs/confluent-docs/providers/confluent/billing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Billing
3434
<tr><td><b>Type</b></td><td>Service</td></tr>
3535
<tr><td><b>Title</b></td><td>Confluent Cloud APIs - Billing</td></tr>
3636
<tr><td><b>Description</b></td><td>Billing</td></tr>
37-
<tr><td><b>Id</b></td><td><code>billing:v24.10.00268</code></td></tr>
37+
<tr><td><b>Id</b></td><td><code>billing:v24.11.00272</code></td></tr>
3838
</tbody></table>
3939

4040
## Resources

docs/confluent-docs/providers/confluent/catalog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Catalog
3434
<tr><td><b>Type</b></td><td>Service</td></tr>
3535
<tr><td><b>Title</b></td><td>Confluent Cloud APIs - Catalog</td></tr>
3636
<tr><td><b>Description</b></td><td>Catalog</td></tr>
37-
<tr><td><b>Id</b></td><td><code>catalog:v24.10.00268</code></td></tr>
37+
<tr><td><b>Id</b></td><td><code>catalog:v24.11.00272</code></td></tr>
3838
</tbody></table>
3939

4040
## Resources

docs/confluent-docs/providers/confluent/connect/connector_config/index.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,18 @@ import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
2828
</tbody></table>
2929

3030
## Fields
31-
`SELECT` not supported for this resource, use `SHOW METHODS` to view available operations for the resource and then invoke a supported method using the `EXEC` command
31+
| Name | Datatype | Description |
32+
|:-----|:---------|:------------|
33+
| <CopyableCode code="name" /> | `string` | Name or alias of the class (plugin) for this connector. For Custom Connector, it must be the same as connector_name. |
34+
| <CopyableCode code="cloud.environment" /> | `string` | The cloud environment type. |
35+
| <CopyableCode code="cloud.provider" /> | `string` | The cloud service provider, e.g. aws, azure, etc. |
36+
| <CopyableCode code="connector.class" /> | `string` | The connector class name. E.g. BigQuerySink, GcsSink, etc. |
37+
| <CopyableCode code="kafka.api.key" /> | `string` | The kafka cluster api key. |
38+
| <CopyableCode code="kafka.api.secret" /> | `string` | The kafka cluster api secret key. |
39+
| <CopyableCode code="kafka.endpoint" /> | `string` | The kafka cluster endpoint. |
40+
| <CopyableCode code="kafka.region" /> | `string` | The kafka cluster region. |
3241
## Methods
3342
| Name | Accessible by | Required Params | Description |
3443
|:-----|:--------------|:----------------|:------------|
44+
| <CopyableCode code="get_connectv1connector_config" /> | `SELECT` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Get the configuration for the connector. |
3545
| <CopyableCode code="create_or_update_connectv1connector_config" /> | `INSERT` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id, data__connector.class, data__kafka.api.key, data__kafka.api.secret, data__name" /> | Create a new connector using the given configuration, or update the configuration for an existing connector. Returns information about the connector after the change has been made. |
36-
| <CopyableCode code="get_connectv1connector_config" /> | `EXEC` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Get the configuration for the connector. |

docs/confluent-docs/providers/confluent/connect/connector_offsets_request_status/index.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

docs/confluent-docs/providers/confluent/connect/connector_offsets_requests/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
2828
</tbody></table>
2929

3030
## Fields
31-
`SELECT` not supported for this resource, use `SHOW METHODS` to view available operations for the resource and then invoke a supported method using the `EXEC` command
31+
| Name | Datatype | Description |
32+
|:-----|:---------|:------------|
33+
| <CopyableCode code="applied_at" /> | `string` | The time at which the offsets were applied. The time is in UTC, ISO 8601 format. |
34+
| <CopyableCode code="previous_offsets" /> | `array` | Array of offsets which are categorised into partitions. |
35+
| <CopyableCode code="request" /> | `object` | The request made to alter offsets. |
36+
| <CopyableCode code="status" /> | `object` | The response of the alter offsets operation. |
3237
## Methods
33-
| Name | Accessible by | Required Params |
34-
|:-----|:--------------|:----------------|
35-
| <CopyableCode code="alter_connectv1connector_offsets_request" /> | `EXEC` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id, data__type" /> |
38+
| Name | Accessible by | Required Params | Description |
39+
|:-----|:--------------|:----------------|:------------|
40+
| <CopyableCode code="get_connectv1connector_offsets_request_status" /> | `SELECT` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Get the status of the previous alter offset request. |
41+
| <CopyableCode code="alter_connectv1connector_offsets_request" /> | `EXEC` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id, data__type" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Request to alter the offsets of a connector. This supports the ability to PATCH/DELETE the offsets of a connector.<br />Note, you will see momentary downtime as this will internally stop the connector, while the offsets are being altered.<br />You can only make one alter offsets request at a time for a connector. |

docs/confluent-docs/providers/confluent/connect/connector_status/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@ import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
2828
</tbody></table>
2929

3030
## Fields
31-
`SELECT` not supported for this resource, use `SHOW METHODS` to view available operations for the resource and then invoke a supported method using the `EXEC` command
31+
| Name | Datatype | Description |
32+
|:-----|:---------|:------------|
33+
| <CopyableCode code="name" /> | `string` | The name of the connector. |
34+
| <CopyableCode code="connector" /> | `object` | The map containing connector status. |
35+
| <CopyableCode code="tasks" /> | `array` | The map containing the task status. |
36+
| <CopyableCode code="type" /> | `string` | Type of connector, sink or source. |
3237
## Methods
3338
| Name | Accessible by | Required Params |
3439
|:-----|:--------------|:----------------|
35-
| <CopyableCode code="read_connectv1connector_status" /> | `EXEC` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id" /> |
40+
| <CopyableCode code="read_connectv1connector_status" /> | `SELECT` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id" /> |

docs/confluent-docs/providers/confluent/connect/connectors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
3737
## Methods
3838
| Name | Accessible by | Required Params | Description |
3939
|:-----|:--------------|:----------------|:------------|
40+
| <CopyableCode code="list_connectv1connectors" /> | `SELECT` | <CopyableCode code="environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Retrieve a list of "names" of the active connectors. You can then make a [read request](#operation/readConnectv1Connector) for a specific connector by name. |
4041
| <CopyableCode code="read_connectv1connector" /> | `SELECT` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Get information about the connector. |
4142
| <CopyableCode code="create_connectv1connector" /> | `INSERT` | <CopyableCode code="environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Create a new connector. Returns the new connector information if successful. |
4243
| <CopyableCode code="delete_connectv1connector" /> | `DELETE` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Delete a connector. Halts all tasks and deletes the connector configuration. |
43-
| <CopyableCode code="list_connectv1connectors" /> | `EXEC` | <CopyableCode code="environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Retrieve a list of "names" of the active connectors. You can then make a [read request](#operation/readConnectv1Connector) for a specific connector by name. |
4444
| <CopyableCode code="pause_connectv1connector" /> | `EXEC` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Pause the connector and its tasks. Stops message processing until the connector is resumed. This call is asynchronous and the tasks will not transition to PAUSED state at the same time. |
4545
| <CopyableCode code="resume_connectv1connector" /> | `EXEC` | <CopyableCode code="connector_name, environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Resume a paused connector or do nothing if the connector is not paused. This call is asynchronous and the tasks will not transition to RUNNING state at the same time. |

docs/confluent-docs/providers/confluent/connect/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Connect
2020

2121
<div class="row">
2222
<div class="providerDocColumn">
23-
<span>total resources:&nbsp;<b>11</b></span><br />
24-
<span>total selectable resources:&nbsp;<b>5</b></span><br />
23+
<span>total resources:&nbsp;<b>10</b></span><br />
24+
<span>total selectable resources:&nbsp;<b>8</b></span><br />
2525
<span>total methods:&nbsp;<b>22</b></span><br />
2626
</div>
2727
</div>
@@ -34,15 +34,14 @@ Connect
3434
<tr><td><b>Type</b></td><td>Service</td></tr>
3535
<tr><td><b>Title</b></td><td>Confluent Cloud APIs - Connect</td></tr>
3636
<tr><td><b>Description</b></td><td>Connect</td></tr>
37-
<tr><td><b>Id</b></td><td><code>connect:v24.10.00268</code></td></tr>
37+
<tr><td><b>Id</b></td><td><code>connect:v24.11.00272</code></td></tr>
3838
</tbody></table>
3939

4040
## Resources
4141
<div class="row">
4242
<div class="providerDocColumn">
4343
<a href="/providers/confluent/connect/connector_config/">connector_config</a><br />
4444
<a href="/providers/confluent/connect/connector_offsets/">connector_offsets</a><br />
45-
<a href="/providers/confluent/connect/connector_offsets_request_status/">connector_offsets_request_status</a><br />
4645
<a href="/providers/confluent/connect/connector_offsets_requests/">connector_offsets_requests</a><br />
4746
<a href="/providers/confluent/connect/connector_status/">connector_status</a><br />
4847
<a href="/providers/confluent/connect/connector_tasks/">connector_tasks</a><br />

docs/confluent-docs/providers/confluent/connect/managed_connector_plugins/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
2828
</tbody></table>
2929

3030
## Fields
31-
`SELECT` not supported for this resource, use `SHOW METHODS` to view available operations for the resource and then invoke a supported method using the `EXEC` command
31+
| Name | Datatype | Description |
32+
|:-----|:---------|:------------|
33+
| <CopyableCode code="class" /> | `string` | The connector class name. E.g. BigQuerySink. |
34+
| <CopyableCode code="type" /> | `string` | Type of connector, sink or source. |
35+
| <CopyableCode code="version" /> | `string` | The version string for the connector available. |
3236
## Methods
3337
| Name | Accessible by | Required Params | Description |
3438
|:-----|:--------------|:----------------|:------------|
35-
| <CopyableCode code="list_connectv1connector_plugins" /> | `EXEC` | <CopyableCode code="environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Return a list of Managed Connector plugins installed in the Kafka Connect cluster. |
39+
| <CopyableCode code="list_connectv1connector_plugins" /> | `SELECT` | <CopyableCode code="environment_id, kafka_cluster_id" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Return a list of Managed Connector plugins installed in the Kafka Connect cluster. |
3640
| <CopyableCode code="validate_connectv1connector_plugin" /> | `EXEC` | <CopyableCode code="environment_id, kafka_cluster_id, plugin_name" /> | [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)<br /><br />Validate the provided configuration values against the configuration definition. This API performs per config validation and returns suggested values and validation error messages. |

0 commit comments

Comments
 (0)