yongboy commented on a change in pull request #3742:
URL: https://github.com/apache/apisix/pull/3742#discussion_r587256674
##########
File path: docs/en/latest/discovery.md
##########
@@ -66,7 +67,9 @@ It is very easy for APISIX to extend the discovery client,
the basic steps are a
2. Implement the `_M. init_worker()` function for initialization and the `_M.
nodes(service_name)` function for obtaining the list of service instance nodes;
-3. Convert the registry data into data in APISIX;
+3. If you need the discovery module to export the debugging information
online, implement the `_M. dump_data()` function;
Review comment:
is `_M. dump_data()` -> `_M.dump_data()` ?
----------------------------------------------------------------
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]