Hello developers of the Kafka Streams, I would like to start discussion on KIP-955: Add stream-table join on foreign key <https://cwiki.apache.org/confluence/display/KAFKA/KIP-955%3A+Add+stream-table+join+on+foreign+key> This KIP proposes the new API to join KStrem with KTable based on foreign key relation. Ths KIP was inspired by one of my former projects to integrate RDBMS databases with data consumers using Change Data Capture and Kafka. If we had the capability in Kafka Stream to join KStream with KTable on foreign key this would simplify our implementation significantly.
Looking forward to your feedback and discussion. Regards, Igor