Ksql: Support stream-stream joins

Created on 14 Feb 2018  路  3Comments  路  Source: confluentinc/ksql

Currently, you can only perform stream-table joins (stream: left, table: right). We should support stream-stream joins, too, similar to what Kafka's Streams API already supports.

Related tickets:

enhancement

Most helpful comment

table-table joins also should be supported.

All 3 comments

table-table joins also should be supported.

@IDispose and @pouledodue : Please cast your +1 vote to the separate table-table join ticket that I just created: https://github.com/confluentinc/ksql/issues/760

Fixed by #1417

Was this page helpful?
0 / 5 - 0 ratings