You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/01 07:02:13 UTC

[GitHub] [apisix] spacewander commented on a diff in pull request #8180: feat: add dafault value roundrobin for upstream_schema

spacewander commented on code in PR #8180:
URL: https://github.com/apache/apisix/pull/8180#discussion_r1010134013


##########
apisix/schema_def.lua:
##########
@@ -437,6 +437,7 @@ local upstream_schema = {
         type = {
             description = "algorithms of load balancing",
             type = "string",
+            default = "roundrobin",

Review Comment:
   Do we need to update the doc too?



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org