[GitHub] [dubbo] AlbumenJ commented on issue #11311: support register custom metadata

2023-01-16 Thread GitBox
AlbumenJ commented on issue #11311: URL: https://github.com/apache/dubbo/issues/11311#issuecomment-1384890727 ```java default void postProcessReferConfig(ReferenceConfig referenceConfig) { referenceConfig.getParameters().put("key", "val"); } ``` -- This is an au

[GitHub] [dubbo] AlbumenJ commented on issue #11311: support register custom metadata

2023-01-16 Thread GitBox
AlbumenJ commented on issue #11311: URL: https://github.com/apache/dubbo/issues/11311#issuecomment-1384889899 org.apache.dubbo.config.ConfigPostProcessor -- 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

[GitHub] [dubbo] AlbumenJ commented on issue #11311: support register custom metadata

2023-01-16 Thread GitBox
AlbumenJ commented on issue #11311: URL: https://github.com/apache/dubbo/issues/11311#issuecomment-1384889691 You can add metadata by impl ConfigPostProcessor. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab