Kafka - Streams
Which of the following is the correct syntax to create a
KStream from a topic named "orders" using Kafka Streams API?KStream from a topic named "orders" using Kafka Streams API?stream() on the builder object.builder.stream("orders") to read from the topic "orders".15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions