Matthias J. Sax
Matthias J. Sax
Oh sorry. I miss-read your message... For fk-joins, the same fix (https://cwiki.apache.org/confluence/display/KAFKA/KIP-962%3A+Relax+non-null+key+requirement+in+Kafka+Streams) for KS as mentioned above will also apply to fk-joins... I first (incorrectly) though, you are taking about...
Should this be a `streaming-engine` ticket instead of `query-engine`?
We need to stick to Java 6 for now, because Storm is build with this version. The next Storm release will drop Java 6, but it will take some time....
It's an open issue in uncommited code in my local repository. Just I reminder to myself.
This assembly should have never been commited... My bad. I just removed it, and pushed it to the master. But your last commits, broke the master!!! [ERROR] /home/mjsax/workspace_aeolus/aeolus/queries/lrb/src/main/java/storm/lrb/bolt/AccidentNotificationBolt.java:[143,55] cannot find...
This is resolved, right? (If yes, please close this issue.)
Can we add `kafka-streams` label?
> This was unexpected and might even be a bug? Shouldn't key2 be yielded after the GRACE period of 10 SECONDS? Well, key2 would still be emitted, but note that...
There is no timeline to make `GRACE` mandatory. And we will keep it in mind, that there is demand for the old semantics for sure. We really appreciate all your...
The ticket was about left- and full-outer joins. The sentence you quote is based on the fact, that an inner-join result is a sub-set of and left-join result, which is...