The external storage implementation uses the payload visitor to ensure that all payloads are visited within a proto message graph. By default, the visit and payload transform is serial. The external storage visitors are not specifying a custom limit callback on the ExternalStorageStoreOptions, unlike other Temporal SDKs that support concurrent external store and retrieve options. The numeric limit should be exposed as a configurable option on the worker and have a default value of 3, just like the other SDKs.
The external storage implementation uses the payload visitor to ensure that all payloads are visited within a proto message graph. By default, the visit and payload transform is serial. The external storage visitors are not specifying a custom
limitcallback on theExternalStorageStoreOptions, unlike other Temporal SDKs that support concurrent external store and retrieve options. The numeric limit should be exposed as a configurable option on the worker and have a default value of 3, just like the other SDKs.