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
94 stars 25 forks source link

Support for passing sessionVariables #39

Closed MikeHixsonSdc closed 1 year ago

MikeHixsonSdc commented 1 year ago

Hello,

I'm wondering if there is a way to pass sessionVariables to the /ksql endpoint using KSqlDbRestApiClient? I assumed this would be possible via KSqlDbStatement, but I did not see any members for this.

tomasfabian commented 1 year ago

Hi @MikeHixsonSdc, I created a PR for the requested feature. Could you please review it?

Thank you in advance.

Regards Tomas

tomasfabian commented 1 year ago

I've just realesed a new version with the above mentioned feature. Enjoy it!

dotnet add package ksqlDb.RestApi.Client --version 2.6.0