Kafka - Advanced Stream Processing
Identify the error in this Kafka Streams state store initialization code:
StreamsBuilder builder = new StreamsBuilder();
builder.addStateStore(Stores.inMemoryKeyValueStore("store1"));
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions