Kafka - Streams
You attempt to compile the following Kafka Streams code:
but it fails. What is the most probable reason?
stream1.join(stream2, (v1, v2) -> v1 + v2);
but it fails. What is the most probable reason?
