spacewander commented on code in PR #8254:
URL: https://github.com/apache/apisix/pull/8254#discussion_r1022370258
##########
t/tars/discovery/tars.t:
##########
@@ -63,7 +63,8 @@ _EOC_
schema.properties.full_fetch_interval.default = 3
_EOC_
- $block->set_value("extra_init_by_lua_start", $extra_init_by_lua_start);
+ $block->set_value("extra_init_by_lua", $extra_init_by_lua);
+ $block->set_value("extra_init_before_apisix_init");
Review Comment:
So that we don't need to introduce another flag like extra_init_by_lua_start
or extra_init_before_apisix_init
--
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]