zhaohuabing opened a new issue, #1936:
URL: https://github.com/apache/dubbo-go/issues/1936
In Java, we can add some custom parameters like this:
<dubbo:application name="dubbo-sample-provider">
<dubbo:parameter key="custom_parameter1" value="${CUSTOM_PARAMETER1}"
/>
<dubbo:parameter key="custom_parameter2" value="${CUSTOM_PARAMETER2}"
/>
<dubbo:parameter key="custom_parameter3" value="${CUSTOM_PARAMETER3}"
/>
</dubbo:application>
Can I achieve this in dubbo-go, and how?
Thanks!
--
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]