Skip to content

Commit 3d4c044

Browse files
authored
Update datastreams_proxy supported codec (#2659)
1 parent 16abea4 commit 3d4c044

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)