Skip to content
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

RestServerFactory的createServer方法兼容SPI扩展支持文件com.alibaba.dubbo.remoting… #12909

Closed
wants to merge 1 commit into from

Conversation

yeshufeng
Copy link

….http.HttpBinder中的全部服务器类型

What is the purpose of the change

RestServerFactory中写死了jetty,servlet,tomcat三种类型的服务,想将这块开放出来支持更多的服务

Brief changelog

RestServerFactory中开放更多的服务类型

Verifying this change

开放后,通过在provider的dubbo.xml配置文件中配置dubbo protocol为rest,server命名为tongweb,配置示例如下:
<dubbo:protocol name="rest" port="20890" server="tongweb"/>
在启动时,能够使RestServerFactory的createServer不再报Unrecognized server name

@AlbumenJ
Copy link
Member

Please check if still error on 3.2.x. 2.7.x is EOL now.

@AlbumenJ AlbumenJ closed this Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants