-
**Describe the bug**
Issue when using the `KSqlDBContext.CreatePullQuery()` function.
The value given to the `tableName` parameter is not use as is.
The table name in the underlying SQL query has a…
-
If messages retain in `ksql_fraud_whitelist` topic > 5 days, I got `InvalidTimestampException` when run emit changes queries.
```
ksql> select * from ksql_fraud_whitelist;
+--------------+-------…
-
-
Hi,
I have a question how to group the Id and DetailId fields to get the final price and quantity values without subscribing so that the data aggregation is done only on ksqldb?
Thank you!
my m…
-
confirmed: it is broken
-
String comparison using `.Where(item => item.stringField.StartsWith("some string"))` fails. It would be nice if it translated to `WHERE instr(stringField, 'some string') > 0`.
-
Can I have the example configurations so that we can test the lag. I am trying to evaluate the uber replicator??
I have cloned the master branch.
where can I configure the controller starter confi…
-
Hi team,
I have an Apicurio application running on AWS on an environment that I exclusively use for load testing. I've recently noticed that whenever I try to re-deploy the Apicurio application sol…
-
## Description
We upgraded our registry from version 2.4.1.Final to 2.4.5.Final.
When initially deploying the registry with these versions the creation and update of protobuf schemas works fine. Af…
-
I try to use Ksql gem to stream changes into a Rails view. It works great so far.
I meet difficulty about *closing* the stream: the ksqldb stream subscription occur in a rails action, I was looking…