Push request sample for .Net Framework? #22
clindgren-sym
started this conversation in
General
Replies: 3 comments 2 replies
|
HI @RobotGuy22, I checked and tried the .NET Framework sample project and there is a push query example. I slightly modified the project and pushed a sln file for it. I also changed locally the target framework from net4.8 to net4.72 and it worked, too. Could you please let me know what exactly are you missing in the .NET Framework example program, please? Regards Tomas |
0 replies
2 replies
|
Hi @RobotGuy22, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, Tomas. I am really impressed with the library you've created. I would like to use it for a project, but I need to do push queries and my existing project is .Net Framework 4.7.2. I didn't see an example of a push query in the ksqlDB.RestApi.Client.DotNetFramework.Sample - I got a push query working using the ksqlDB.Api.Client.Samples project, but it uses C# 8.0 features that I don't have access to in my project. Would you consider adding a push query example to the ksqlDB.RestApi.Client.DotNetFramework.Sample project? Thank you.
All reactions