Skip to content

Commit e0949d7

Browse files
authored
Merge cc79502 into b3004c6
2 parents b3004c6 + cc79502 commit e0949d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/services/datastreams/datastreams_proxy.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ 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);
124+
topicRequest.mutable_supported_codecs()->add_codecs(Ydb::Topic::CODEC_GZIP);
125125
topicRequest.set_partition_write_speed_bytes_per_second(
126126
PartitionWriteSpeedInBytesPerSec(GetProtoRequest()->write_quota_kb_per_sec()));
127127
topicRequest.set_partition_write_burst_bytes(

0 commit comments

Comments
 (0)