[General][Java SDK (Component)] Does dubbo's triple protocol have to use IDL mode to support http calls?? #14007
crazyStar00
started this conversation in
General
Replies: 1 comment 4 replies
-
Please try test on 3.3.0-beta.2 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
dubbo version: 3.3.0-beta.1 jdk:1.8 platform: windows 10
Using the dubco-samples-triple-no-idl project, it is found that after the service is started, it cannot be directly invoked through http. After the request is initiated, the server can receive the request from the client, but the client keeps pinding
However, a service registered via IDL using dubco-samples-triple-GRPC can accept and respond to http requests
Is it stated that triple protocol does not support pojo yet? I think it is to support 3.3.x, which version is probably supported?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions