Min Chen
Results
3
issues of
Min Chen
Sometimes application make duplicate downstream calls when serving a request. One way is to make the Task sharable and pass it around, but it’s sometimes hard to refactor the code...
enhancement
Currently parseq-restli-batching didn't take into consideration of RequestContext information passed along individual request, RequestContext passed is thrown away when we send batched request. This needed to be addressed.