Skip to content

Commit 688feee

Browse files
[-] в опциях сбрасывался флаг UseDeduplication
1 parent 8a21d0e commit 688feee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,7 @@ void TWriteSessionActor::ProceedPartition(const ui32 partition, const TActorCont
483483
}
484484

485485
TPartitionWriterOpts opts;
486-
opts.WithDeduplication(false)
487-
.WithSourceId(SourceId);
486+
opts.WithSourceId(SourceId);
488487
Writer = ctx.RegisterWithSameMailbox(NPQ::CreatePartitionWriter(ctx.SelfID, PartitionTabletId, Partition, opts));
489488
State = ES_WAIT_WRITER_INIT;
490489

0 commit comments

Comments
 (0)