-
Per https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/tweet-object the `text` field is truncated for retweets, with the full value available in `retweeted_status`. Can `retweeted_s…
rmoff updated
5 years ago
-
Currently, the `cp-ksql-cli` docker image can only be configured by mounting a config file in the image and then passing it to the command.
We should look into seeing if we can support configuring …
-
```
ksql> DESCRIBE EXTENDED osman;
Type : STREAM
Key field :
Timestamp field : Not set - using
Key format : STRING
Value format : JSON
Kafka…
-
For example, given:
```
ksql> describe function multiply;
Name : MULTIPLY
Author :
Version :
Overview : multiplies 2 numbers
Type : scalar
Jar : /Users/da…
-
**Describe the bug**
Unable to create KSQL stream due to the timeout error exception in Kubernetes
**To Reproduce**
Kafka, Zookeeper and KSQL deployed on Azure Kubernetes Service. The KSQL versi…
-
Kafka 1.1
Topic being populated with JDBC Connect, serialized with Avro. Can sink the topic to another database with no issue.
ksql> CREATE STREAM users2stream WITH(KAFKA_TOPIC='JDBCTESTNEXTUSER…
-
**Describe the bug**
Making a request to the REST API that ksql makes available allowing you to get a stream of data from ksql sometimes does not work, terminating with an error, `RemoteDisconnected(…
-
We see periodic errors deleting obsolete state directory:
```
[2019-09-11 18:21:35,328] INFO stream-thread [_confluent-ksql-devops_ksql_prod_query_CTAS_DEVOPS_CLICKSTREAM_SESSIONS_3-ed9abb78-08b9-45…
-
**Describe the bug**
I have a 3 instanses ksql cluster without HA. I've applied some migrations and all was working fine, but at some point broke. I believe because of migrations quantity (11 in tota…
-
while running the ksql i am getting this error
OpenJDK 64-Bit Server VM warning: Ignoring option UseConcMarkSweepGC; support was removed in 14.0
OpenJDK 64-Bit Server VM warning: Ignoring option CM…