Skip to content

Commit 813e5eb

Browse files
committed
[ksqlDb.RestApi.Client]: Headers property was marked as obsolete in the Record type #90
1 parent c4c5329 commit 813e5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ksqlDb.RestApi.Client/KSql/Query/Record.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public class Record
1212
/// </summary>
1313
[IgnoreByInserts]
1414
[PseudoColumn]
15+
[Obsolete("This property will be removed in the future. Headers need to be defined per use case and should have the type ARRAY<STRUCT<key STRING, value BYTES>>.")]
1516
public string? Headers { get; set; }
1617

1718
/// <summary>

0 commit comments

Comments
 (0)