Hi, Currently it's possible to register a store from a Processor instance via the method StateStore#init(ProcessorContext, StateStore).
However, when this method is used the registered store seems to never be add to the the variable ProcessorNode#stateStores which is leading to Invalid topology building exception when accessing store with the method ProcessorContext#getStateStore Is it the desired behavior or a bug ? -- Florian HUSSONNOIS