Kafka - Streams
Given this Kafka Streams code snippet, what is the output if the input stream has values [1, 2, 3]?
stream.map(value -> value * 2)
stream.map(value -> value * 2)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions