kafka-tutorials icon indicating copy to clipboard operation
kafka-tutorials copied to clipboard

fix or mitigate null table side values in fleet mgmt recipe

Open davetroiano opened this issue 3 years ago • 0 comments

In this recipe, driver_id and license are often NULL because ksqlDB is async and doesn't make guarantees on time synchronization for S-T joins.

davetroiano avatar Jun 16 '22 15:06 davetroiano