damccorm opened a new issue, #26169: URL: https://github.com/apache/beam/issues/26169
### What would you like to happen? Right now, if you try to create a multi_process_shared object and then call it, it fails because with an error like `AutoProxy[XYZ] is not callable`. This is because the `__call__` method is not exposed by default when we register objects with the proxy - https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.BaseManager.register We should update to allow the `__call__` function without removing support for other public methods. ### Issue Priority Priority: 2 (default / most feature requests should be filed as P2) ### Issue Components - [X] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
