Skip to content

[Bug] External storage does not allow for concurrent storage operations #2275

Description

@jmaeagle99

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions