Kafka Streams Processor has no access to StateStore null the store is not connected to the processor
I have the code in A. After we call builtTopology = builder.build
, the call to new org.apache.kafka.streams.TopologyTestDriver(builtTopology, properties)
gives me the error in B.
I’ve combed through the code and verified that the state store is properly connected to the Processor. From my reading, that should allow the Processor to store and retrieve data as intended.