Skip to content

Commit cfbf2a3

Browse files
authored
astra_streaming_sink: minor doc improvement (#464)
1 parent 3da665b commit cfbf2a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/streaming_sink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resource "astra_streaming_sink" "streaming_sink" {
8282
- `processing_guarantees` (String) "ATLEAST_ONCE" "ATMOST_ONCE" "EFFECTIVELY_ONCE".
8383
- `retain_ordering` (Boolean) Retain ordering.
8484
- `sink_configs` (String) Sink Configs
85-
- `sink_name` (String) Name of the sink.
85+
- `sink_name` (String) Name of the sink. Note that the combination of tenant, namespace, and sink name must not exceed 47 characters.
8686
- `tenant_name` (String) Streaming tenant name.
8787
- `topic` (String) Streaming tenant topic.
8888

internal/provider/resource_streaming_sink.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (r *StreamingSinkResource) Schema(_ context.Context, _ resource.SchemaReque
134134
},
135135
},
136136
"sink_name": schema.StringAttribute{
137-
Description: "Name of the sink.",
137+
Description: "Name of the sink. Note that the combination of tenant, namespace, and sink name must not exceed 47 characters.",
138138
Required: true,
139139
PlanModifiers: []planmodifier.String{
140140
stringplanmodifier.RequiresReplace(),

0 commit comments

Comments
 (0)