The leftJoin of the combinedStream to the usersTable was failing to join any records from the usersTable because they had later timestamps than the corresponding stream records. The fix is to modify the TopicLoader to create the users first so that they have the earliest timestamps.
The leftJoin of the combinedStream to the usersTable was failing to join any records from the usersTable because they had later timestamps than the corresponding stream records. The fix is to modify the TopicLoader to create the users first so that they have the earliest timestamps.
For more, see https://forum.confluent.io/t/troubleshooting-streamsjoin-example-in-kafka-streams-101-course/3339