spacewander commented on code in PR #7517:
URL: https://github.com/apache/apisix/pull/7517#discussion_r928488132
##########
apisix/plugins/clickhouse-logger.lua:
##########
@@ -32,7 +32,7 @@ local batch_processor_manager =
bp_manager_mod.new(plugin_name)
local schema = {
type = "object",
properties = {
- endpoint_addrs = {items = core.schema.uri_def, type = "array",
minItems = 1},
+ endpoint_addrs = {items = core.schema.uri_def, type = "array",
minItems = 1}, -- deprecated, use "host" instead
Review Comment:
Err... I mean keeping the original endpoint_addr and marking it as
deprecated.
--
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]