I am having Company table with COMPANY_ID as primary key, there is Foods table which will have multiple Rows with ITEM_ID as primary key and COMPANY_ID as foreign key.
Ksql is not allow join in Foods. COMPANY_ID = Company.COMPANY_ID.
Foods:
Primary key is ITEM_ID and FOREIGN KEY is COMPANY_ID
Company: Primary key is COMPANY_ID
Attached tables screen shot.
How ksqldb support multiple key?
The scope is to join the two table by company ID to have all the info in same table