Kafka - Streams
You want to enrich a stream of user clicks (
KStream) with the latest user profile data stored in a KTable. Which join operation should you use and why?