-
Hi guys,
I've successfully used the connector to stream data from an avro-based topic to BigQuery.
Does the connector support streaming Json-based topics as well?
Thanks.
-
Please consider the following example and help us to resolve this is issue. We have 2 topic . One topic is transactional topic and another one is compact topic . Both are in **AVRO Format.** .
Ju…
-
Hello, I have hit with this issue while querying KSQL server
+ Via REST api call(two issues here)
+ Producing/Consuming as plain raw text message - `String` SerDe
+ Putting as avro message - `K…
-
**Describe the bug**
The file descriptors are not getting closed in the ksqldb instance. It exhausts the ulimit value of 150,000.
- List of open file descriptors [open_fds.txt.zip](https://githu…
a6kme updated
4 years ago
-
by mirror maker,I copy the topic SZB00-CSI-TXLOG from the other cluster to mine. And I have create
Stream KSQL_STREAM_ORIGIN_STANDIN_TOTAL_FUNC1 by the topic in my cluster, which works very well an…
-
As for I know we have only minimal aggregation with windows(time -frame like tumbling) like count,avg
It will be highly helpful if we have traditional window SQL functions like LEAD,LAG,RANK etc
…
-
When running a `SHOW TOPICS;` command in ksql I expect to see the true list of the currently defined Kafka topics
If I start my ksql client and run `SHOW TOPICS;` I get a list of topics like so;
…
-
KSQL-TEST-RUNNER failing with erro description as Unknown topic when I am trying to create a stream with a stream and table join
**To Reproduce**
Steps to reproduce the behavior, include:
1. KSQ…
-
**Describe the bug**
We are facing serialization exception while rolling back from version 6.1.0 to 5.5.2. Initially, we had installed ksqldb 5.5.2 with a stream named "stream2"(Avro stream). After …
-
**Describe the bug**
The ALTER or 'CREATE OR REPLACE' syntax does not support adding a field to the existing struct field of the stream.
**To Reproduce**
Steps to reproduce the behavior, include:…