Kafka.DotNet.ksqlDB v0.8.0
tomasfabian
released this
19 Apr 13:45
·
210 commits
to master
since this release
- scalar collection functions: ArrayMax, ArrayMin, ArrayRemove
Extensions:
- HttpResponseMessageExtensions - ToStatementResponse
KSqlDbRestApiClient:
- ExecuteStatementAsync - The /ksql resource runs a sequence of SQL statements. All statements, except those starting with SELECT, can be run on this endpoint. To run SELECT statements use the /query endpoint.
KSqlDbStatement
- KSqlDbStatement allows you to set the statement, content encoding and the CommandSequenceNumber.