We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16abea4 commit 3d4c044Copy full SHA for 3d4c044
ydb/services/datastreams/datastreams_proxy.cpp
@@ -121,7 +121,6 @@ namespace NKikimr::NDataStreams::V1 {
121
topicRequest.mutable_retention_period()->set_seconds(
122
TDuration::Hours(DEFAULT_STREAM_DAY_RETENTION).Seconds());
123
}
124
- topicRequest.mutable_supported_codecs()->add_codecs(Ydb::Topic::CODEC_RAW);
125
topicRequest.set_partition_write_speed_bytes_per_second(
126
PartitionWriteSpeedInBytesPerSec(GetProtoRequest()->write_quota_kb_per_sec()));
127
topicRequest.set_partition_write_burst_bytes(
0 commit comments