-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: plugin http-dubbo doesn't work #11623
Comments
@ShenFeng312 can you take a look? |
Find another bug. There are the detail exception from other version.
|
verify the issue, all the http-dubbo content is not compatible with new version. dubbo-fastjson-extension 1.0.1, read by line but they changed the way to read bytes post 1.0.1, now is already version 3.3.0. please update the bytes format, 1.0.1 is the way to old. |
meanwhile there is bug in the previous version if there is \n in json data, then all the serialization will failed |
The reason for this error is that you did not configure the serialization method according to the documentation.
I have verified this on Dubbo 3.x, and there are no issues with the serialization. Could you provide a more complete example?
I don't think so. In Dubbo's JSON serialization, the |
If you have any new questions, you can open issue again. |
Current Behavior
using dubbo-samples-tengine project as test case
Service: org.apache.dubbo.samples.tengine.DemoService
Method: test(Integer a)
Plugin Config
Expected Behavior
Return right resposne
Error Logs
http-dubbo exits with http status code 500, client: 47.236.83.16, server: _, request: "POST /DemoService/test HTTP/2.0",
Steps to Reproduce
Environment
apisix version
): 3.10.0uname -a
): 5.14.0-427.37.1.el9_4.x86_64 change: added doc of how to load plugin. #1 SMP PREEMPT_DYNAMIC Tue Sep 24 17:44:03 EDT 2024 x86_64 x86_64 x86_64 GNU/Linuxopenresty -V
ornginx -V
): 1.25.3curl http://127.0.0.1:9090/v1/server_info
): 1.5.16luarocks --version
): 3.8.0The text was updated successfully, but these errors were encountered: