Quiz: Kafka Streams with Spring Boot
Test your knowledge of building Kafka Streams applications with Spring Boot.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
(Select all that apply.) When building a Kafka Streams application using Spring Cloud Stream, where would we add Kafka Streams-specific configuration properties? Multi-select
A.
We can’t add Kafka Streams specific configuration properties.
B.
In the application.yaml file, under the spring.cloud.stream.kafka.streams.binder.configuration key.
C.
Directly in the application.yaml file.
D.
In the application.properties file, under the spring.cloud.stream.kafka.streams.binder.configuration key.
1 / 4
...