yongboy commented on a change in pull request #3742:
URL: https://github.com/apache/apisix/pull/3742#discussion_r587963525
##########
File path: docs/en/latest/discovery.md
##########
@@ -92,6 +95,11 @@ Then implement the `_M.init_worker()` function for
initialization and the `_M.no
end
+ function _M.dump_data()
+ ... ...
Review comment:
for example ?
```lua
function _M.dump_data()
return {config = your_config, services = your_services, other = ... }
end
```
----------------------------------------------------------------
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]