dockerzhang commented on code in PR #941: URL: https://github.com/apache/inlong-website/pull/941#discussion_r1575550108
########## docs/design_and_concept/how_to_write_plugin_agent.md: ########## @@ -2,218 +2,156 @@ title: Agent Plugin sidebar_position: 3 --- +## Summary +In Standard Architecture, we can collect various types of data sources through the InLong Agent. The InLong Agent supports the extension of new collection types through plugins. This article will guide developers on how to customize the new Agent collection data source plugin. + +## Core concepts Review Comment: ```suggestion ## Concepts ``` -- 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]
