shreemaan-abhishek commented on code in PR #12862:
URL: https://github.com/apache/apisix/pull/12862#discussion_r2663770357
##########
apisix/plugins/rocketmq-logger.lua:
##########
@@ -171,8 +171,8 @@ function _M.log(conf, ctx)
if err then
return nil, "failed to create the rocketmq producer: " .. err
end
- core.log.info("rocketmq nameserver_list[1] port ",
- prod.client.nameservers[1].port)
+ core.log.info("rocketmq nameserver_list[1]: ",
+ prod.client.nameservers[1])
Review Comment:
`port` is no longer available in this data structure.
--
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]