Kafka - Streams
Given the following code snippet, what is the output topic name used in the topology?
StreamsBuilder builder = new StreamsBuilder();
KStream stream = builder.stream("input-topic");
stream.to("output-topic");
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions