Skip to content

Commit 017c295

Browse files
authored
Merge e8fa9cc into c205eed
2 parents c205eed + e8fa9cc commit 017c295

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/services/datastreams/datastreams_proxy.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ namespace NKikimr::NDataStreams::V1 {
121121
topicRequest.mutable_retention_period()->set_seconds(
122122
TDuration::Hours(DEFAULT_STREAM_DAY_RETENTION).Seconds());
123123
}
124-
topicRequest.mutable_supported_codecs()->add_codecs(Ydb::Topic::CODEC_RAW);
125124
topicRequest.set_partition_write_speed_bytes_per_second(
126125
PartitionWriteSpeedInBytesPerSec(GetProtoRequest()->write_quota_kb_per_sec()));
127126
topicRequest.set_partition_write_burst_bytes(

0 commit comments

Comments
 (0)