Object store key pointing to null even though it actually has a value

85 views Asked by At

I am processing some few thousand records using batch, before sending records to batch, I'm storing the key : value in object and retrieving them and processing, but for some records I'm facing the error.

'org.mule.extension.objectstore.api.TopLevelObjectStore$EnhancerByCGLIB$1f51aa05@1448fb70' doesn't contain any value for key '21725' and default value was not provided or resolved to a null value.",

Can someone please help me solve this problem

this is my flow and config setting of object store.

enter image description here

0

There are 0 answers