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
-`namespace` (string, required): The namespace name
38
-
-`name` (string, required): The sink name
57
+
-`tenant` (string, optional): The tenant name (default: `public`)
58
+
-`namespace` (string, optional): The namespace name (default: `default`)
59
+
-`name` (string, required): The sink name (can be provided via `sink-config-file`)
39
60
- Parameters similar to `create` operation (all optional during update)
61
+
-`update-auth-data` (boolean, optional): Update auth data during update
40
62
41
63
-**delete**: Delete a sink
42
-
-`tenant` (string, required): The tenant name
43
-
-`namespace` (string, required): The namespace name
64
+
-`tenant` (string, optional): The tenant name (default: `public`)
65
+
-`namespace` (string, optional): The namespace name (default: `default`)
44
66
-`name` (string, required): The sink name
45
67
46
68
-**start**: Start a stopped sink
47
-
-`tenant` (string, required): The tenant name
48
-
-`namespace` (string, required): The namespace name
69
+
-`tenant` (string, optional): The tenant name (default: `public`)
70
+
-`namespace` (string, optional): The namespace name (default: `default`)
49
71
-`name` (string, required): The sink name
50
72
51
73
-**stop**: Stop a running sink
52
-
-`tenant` (string, required): The tenant name
53
-
-`namespace` (string, required): The namespace name
74
+
-`tenant` (string, optional): The tenant name (default: `public`)
75
+
-`namespace` (string, optional): The namespace name (default: `default`)
54
76
-`name` (string, required): The sink name
55
77
56
78
-**restart**: Restart a sink
57
-
-`tenant` (string, required): The tenant name
58
-
-`namespace` (string, required): The namespace name
79
+
-`tenant` (string, optional): The tenant name (default: `public`)
80
+
-`namespace` (string, optional): The namespace name (default: `default`)
59
81
-`name` (string, required): The sink name
60
82
61
83
-**list-built-in**: List all built-in sink connectors available in the system
62
84
- No parameters required
63
85
64
-
Built-in sink connectors are available for common systems like Kafka, JDBC, Elasticsearch, and cloud storage. Sinks follow the tenant/namespace/name hierarchy for organization and access control, can scale through parallelism configuration, and support configurable subscription types. Sinks require proper permissions to access their input topics.
86
+
Built-in sink connectors are available for common systems like Kafka, JDBC, Elasticsearch, and cloud storage. Sinks follow the tenant/namespace/name hierarchy for organization and access control, can scale through parallelism configuration, and support configurable subscription types. Sinks require proper permissions to access their input topics.
0 commit comments