-
```
- id: UsingKafkaksqlDBandQuarkusforRealTimeSportsTracking-2021-02-01
type: article
title: "Using Kafka, ksqlDB, and Quarkus for Real-Time Sports Tracking"
date: "2021-01-29"
author: …
-
**Is your feature request related to a problem? Please describe.**
The `WITH` clause has a property to specify the timestamp column of a stream which only supports `BIGINT` and `STRING`. When working…
spena updated
3 years ago
-
When we have a string that contains a comma in it, I will throw an exception when making a pull query.
This is the stack trace of the exception
```Unhandled exception. System.Text.Json.JsonExcep…
-
When I start this docker-compose, I obtain JMX error.
docker-compose up -V
````
---
version: '3.3'
services:
zookeeper:
image: confluentinc/cp-zookeeper:6.1.0
hostname: zookeep…
-
### Describe the bug
I'm using Quarkus 2.0.3.Final. I added kafka dependency and I added those lines in application.properties and I didn't add any java classes to handle Kafka consumer/producer. …
-
🆕💥 New issue !
👍 CP 6.1.1 🕐 2021-05-26 06:26 📄 [start.sh](https://github.com/vdesabou/kafka-docker-playground/blob/master/ksqldb/materialized-view/start.sh) 🔗 https://github.com/vdesabou/kafka-docker…
-
**Describe the bug**
ksql-migrations is not compatible with Cloud Platform Docker image 6.1.1
**To Reproduce**
Steps to reproduce the behavior, include:
1. The version of KSQL. Use the following…
-
**Describe the bug**
ksqlDB java client giving error while executing pull/push queries at '/query-stream' api endpoint.
Error: `Received 400 response from server: This endpoint is only available…
-
When writing a pull query, how do I specify that the table name is in lowercase
```
return await this.context.CreatePullQuery("table_name")
.Where(c => c.Key == key)
…
-
**Is your feature request related to a problem? Please describe.**
The KsqlRestClient appears to be an easy tool to use the KsqlClient. But KsqlRestClient did not provide async streaming method using…