aofall commented on issue #15013:
URL: https://github.com/apache/dubbo/issues/15013#issuecomment-2560638473
Dubbo 3.3 has removed the Rest protocol and released it as an extension, you
can try to import it.
```
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-remoting-http</artifactId>
<version>3.3.1</version>
</dependency>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]