Closed ZappaBoy closed 2 years ago
After checking this PR, I think we should parameterized the channels in the resultant network config.
The _default
channel is useful for GoLang applications, but for Node.JS applications, it fails as you state.
After checking this PR, I think we should parameterized the channels in the resultant network config.
The
_default
channel is useful for GoLang applications, but for Node.JS applications, it fails as you state.
Ok, considering what you said, if you agree with me I think that is better to close the PR (also because it does not pass the tests) and simply open an Issue about that.
Looks good to me @ZappaBoy
Creating a server to expose REST API I got this error:
It seems that the underscore in
_default
is an unsupported symbol, so I solved renaming the default channel indefault
in all the project. Hope this can help.P.S.: I think is a good idea to add a "How to contribute" section to explain how to install a custom plugin/operator version to test changes and contribute to the project.