Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ts

left

right

innerJoin

leftJoin

outerJoin

1

null

 

 

 

 

2

 

null

 

 

 

3

A

 

 

A - null

A - null

4

 

a

A - a

A - a

A - a

5

B

 

B - a

B - a

B - a

6

 

b

B - b

B - b

B - b

7

null

 

null

null

null - b

8

 

null

 

 

null

9

C

 

 

C - null

C - null

10

 

c

C - c

C - c

C - c

11

 

null

null

C - null

C - null

12

null

 

 

null

null

13

 

null

 

 

 

14

 

d

 

 

null - d

15

D

 

D - d

D - d

D - d


Anchor
oldJoinSemantics
oldJoinSemantics

Old Join Semantics (v0.10.1 and older)

...

Kafka Streams 0.10.1 (and older) offers the follow join operators:

...