ChinX commented on a change in pull request #50: SCB-1558 support query history
by key and fix wrong API doc
URL: https://github.com/apache/servicecomb-kie/pull/50#discussion_r341970230
##########
File path: cmd/kieserver/main.go
##########
@@ -54,6 +54,24 @@ func parseConfigFromCmd(args []string) (err error) {
Destination: &Configs.ConfigFile,
Value: defaultConfigFile,
},
+ cli.StringFlag{
+ Name: "name",
+ Usage: "node name, example: --name=kie0",
+ Destination: &Configs.ConfigFile,
+ EnvVar: "NODE_NAME",
+ },
+ cli.StringFlag{
+ Name: "peer-addr",
+ Usage: "peer address any node address in a
cluster, example: --peer-addr=10.1.1.10:5000",
+ Destination: &Configs.ConfigFile,
+ EnvVar: "NODE_NAME",
Review comment:
This is should be "PEER_ADDR"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services