Skip to content

Commit 3019062

Browse files
delete SeqNo Field
1 parent eb71c99 commit 3019062

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Ydb.Sdk/src/Services/Topic/Writer/Message.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ public Message(TValue data)
1212
public TValue Data { get; }
1313

1414
public List<Metadata> Metadata { get; } = new();
15-
16-
internal long SeqNo { get; set; } = 0;
1715
}
1816

1917
public record Metadata(string Key, byte[] Value);

0 commit comments

Comments
 (0)