-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Milestone
Description
Tamas Cservenak opened MNG-8551 and commented
Right now, CLIng Parser can throw and this causes awkward one liner error message on console.
This should be improved:
- parser should not throw, but collect parsing errors
- invoker should "validate" invoker request by inspecting collected parser errors
- consider reworking ProtoLogger too (accumulate and write errors from invoker only)
Remote Links: