Add thrift plugin support thrift TMultiplexedProcessor.#22
Conversation
|
I think this is an enhancement. :) |
|
Hi @lzdujing Please check it if you have time. |
|
@zifeihan maybe we need to list of |
I think it is necessary. Currently thrift only has 3 processors, and we currently support all of them. |
Actually, not only these are 3. There are also many wrapped processors. |
Hi, we don't have typically documents to host all logic of plugins, they are too complex to describe. AFAIK, only very few plugin added README.md in the root of plugin source codes only. @dmsolr If you want to, welcome to send a pull request later. |

Fix thrift plugin does not support thrift TMultiplexedProcessor, so NPE is triggered
Add a unit test to verify that the fix works.
It has been tested through the demo submitted by the user. I have been too busy recently. I will submit the test scenario in two days.
Explain briefly why the bug exists and how to fix it.
Check 7571 to understand the cause of the bug and how to fix it.
If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #7571 .
Update the
CHANGESlog.