Pros:
- Language-independent
- Works with unpickleable exceptions (eg. cimpl.KafkaException, and RLock objects in exceptions raised by tenacity)
Con:
- Shows a less nice error on the client side (if the client is in Python)
Resolves T2239.
Differential D2627
In case of errors, return a simple dictionary instead of pickled exception. vlorentz on Feb 5 2020, 5:12 PM. Authored by
Details Pros:
Con:
Resolves T2239. tox passes this repo, but I'm going to try tests with RPC servers that use it.
Diff Detail
Event TimelineComment Actions Build is green Comment Actions Note: this diff will stay open for a little while, @ardumont and I have other changes to make before it can be merged Comment Actions Build is green Comment Actions Build is green |