Kafka - Advanced Stream Processing
Which of the following is the correct way to add a persistent key-value state store named
myStore to a StreamsBuilder in Kafka Streams?myStore to a StreamsBuilder in Kafka Streams?addStateStore with a store builder from Stores.keyValueStoreBuilder and Stores.persistentKeyValueStore. Only builder.addStateStore(Stores.keyValueStoreBuilder(Stores.persistentKeyValueStore("myStore"), Serdes.String(), Serdes.String())) matches the correct method signature and usage.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions