tomasfabian / ksqlDB.RestApi.Client-DotNet

ksqlDb.RestApi.Client is a C# LINQ-enabled client API for issuing and consuming ksqlDB push and pull queries and executing statements.
MIT License
93 stars 24 forks source link

Insert statements ignore `JsonPropertyName` #59

Closed mrt181 closed 4 months ago

mrt181 commented 4 months ago

Describe the bug When creating a stream/table and the properties/fields have JsonPropertyName attributes, these are ignored on insert statments.

To Reproduce Create a stream/table with these JsonPropertyName and try to insert into it.

Expected behavior The insert should work, the correct insert statement should be created.

Environment (please complete the following information):

tomasfabian commented 4 months ago

I released a hotfix: dotnet add package ksqlDb.RestApi.Client --version 3.6.1

Thank you, @mrt181 for the patch!