-
Perhaps I've missed this in the docs – is there a way to resume a QWATCH subscription from a point in the changelog stream (eg a bookmark in k8s watch, revision in etcd watch, offset in kafka, etc)?
…
-
I want to take join between a kafka stream and a ktable. The poc works fine with stream data. However, when I use CloudEvent, I keep running into some or other issue related to serialization.
Here …
-
Hi guys, I'm running into quite an irritating problem. I would be really grateful if you could help me. I am attempting to join two windowed tables (which both have rowkeys) in one table to calculate …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
Hello,
Is there any specific reason that `libstdc++` is only included in the **amd64** architecture?
I mean this `if` section https://github.com/bell-sw/Liberica/blob/master/docker/repos/liberi…
-
### Name and Version
bitnami/kafka:3.6.0
### What architecture are you using?
amd64
### What steps will reproduce the bug?
3 nodes with this docker-compose:
```yaml
version: "2"
…
-
When exceptions are printed in the log due to failure for a particular query, the stack trace is printed without the query id, like so:
```
[2018-01-26 17:23:52,325] ERROR Invalid format: abc123|+…
-
### Proposal
We can take turn implement the changes in this PR https://github.com/kedacore/keda/pull/5676. This is related to the original issue here https://github.com/kedacore/keda/issues/5037. I…
-
Using `KSQL 5.2.0-1`,
**define a stream:**
```
CREATE STREAM samplestream ( \
betID VARCHAR,
selection STRUCT, \
customer STRUCT \
) \
WITH ( \
KAFKA_TOPIC='sample-stream', \
…
-
I have a strange behaviour in ksqldb 0.27.2 where I’m creating a Stream with a specific value_scema_id
```
CREATE SOURCE STREAM IF NOT EXISTS user_profile_updated (
"_tenant_id" BYTES HEADER('t…