Axual / ksml

Kafka Streams for Low Code Environments
Apache License 2.0
25 stars 9 forks source link

Fix Parse Error on Join/LeftJoin/OuterJoins #143

Closed richard-axual closed 4 months ago

richard-axual commented 4 months ago

Workaround for UserValue and UserValueWithKey, even though key is only available for

KStream -> KStream leftJoin, outerJoin and innerJoin KStream -> KTable leftJoin and innerJoin KStream -> GlobalKTable leftJoin and innerJoin

The other joins will have null for a key

Future fix needs to take input type into account before deciding on ValueJoinerDefinitions