-
It's clear from the [documentation](https://docs.ksqldb.io/en/latest/concepts/materialized-views/) that it's not possible to query non-materialized tables:
> If a table is created directly on top o…
-
AIOps engine will receive a large amount of log data from SkyWalking, and we decided to utilize a Redis stream as the buffer before stream processing. One noticeable issue is that standard Zlib cannot…
-
Hi all,
Our trivy scanner notified us of a vulnerability in some of our maven dependencies (kafka-streams-avro-serde/7.7.1). It concerns CVE-2024-47561 which comes from an issue in Apache Avro 1.11…
-
I am trying to find some way in ksql to efficiently join streams as follows :
**Left Stream**
event_time | value
----- | --------
1 | 10
2 | 20
3 | 30
4 | 40
5 | 50
6 | 60
7 | 70
8 | 8…
-
We were rolling an internal `1.3.*` Opensearch cluster today and noticed that we started getting slice errors during the roll. Specifically we were getting this error:
```
class NoLivingConnectio…
-
The output of `(asdf:operate (quote asdf:test-op) (quote iolib))` on SBCL for example:
```
This is SBCL 2.3.7, an implementation of ANSI Common Lisp.
More information about SBCL is available at .
…
-
As per Kafka Streams' [threading model](https://docs.confluent.io/platform/current/streams/architecture.html#threading-model), a topology is broken down into [stream tasks](https://jaceklaskowski.gitb…
-
**Describe the bug**
When I use the Rest API to query a table from the ksqlDB, I always can get the "io.vertx.core.VertxException: Thread blocked" issue from the ksqlDB server pod. especially when…
-
Using the following Dockerfile
```dockerfile
FROM openjdk:8
SHELL ["bash","-c"]
ENV COLUMNS=200
RUN apt-get update &&\
apt-get upgrade -yy &&\
apt-get install -yy python-pip bash-comp…
-
So when I'm trying to map a couple additional directories to be included in the package, then the packaging fails with this:
_Link to the question on StackOverflow: [http://stackoverflow.com/q/378754…
ilyai updated
6 years ago