liunancun commented on issue #11646:
URL: https://github.com/apache/dubbo/issues/11646#issuecomment-1445097453

   @aamingaa 实现PenetrateAttachmentSelector接口之后,怎么样注册才能生效
   
   
我新建了MyPenetrateAttachmentSelector类,实现了PenetrateAttachmentSelector接口,并且类上使用了@Activate注解
   
   然后在META-INF/dubbo目录新建了org.apache.dubbo.rpc.PenetrateAttachmentSelector文件
   内容是xxx=com.example.demo.MyPenetrateAttachmentSelector
   
   做了这些之后,好像没有注册上这个SPI扩展,调用过程中没有进入我实现的select方法


-- 
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]

Reply via email to