Hi,

I am using statefun 2.2.0 and have below routing:

downstream.forward(myFunc.TYPE, myFunc.TYPE.name(), message);

I expect this statement will create only one physical myFunc because
the id is hard coded with myFunc.TYPE.name().

This design can use the PersistedValue field in myFunc for all
incoming messages. Unfortunately,

I observed multiple physical myFunc objects are created and the
PersistedValue field does not work for all incoming messages.

Any idea why this happens? Thanks for any clue.

Reply via email to