Joining 2 Kafka stream topics with KSQL DB stream
I have the following 2 ksqldb streams that I’d like to join based on the invoiceNumber.
<outputing to a new topic the total combined of the 2 streams>
I have the following 2 ksqldb streams that I’d like to join based on the invoiceNumber.
<outputing to a new topic the total combined of the 2 streams>