healchow opened a new pull request, #5145:
URL: https://github.com/apache/inlong/pull/5145

   ### Prepare a Pull Request
   
   - Fixes #5137
   
   ### Motivation
   
   Refactor the pagination query for inlong group and inlong stream.
   
   The pagination query of inlong group and inlong stream is a very 
high-frequency query, so they are modified to display only brief information in 
the pagination query, and detailed information can be queried by specifying the 
ID separately.
   
   ### Modifications
   
   1. Add more basic param in brief info of inlong group and inlong stream.
   2. Change the result type of pagination query of the inlong group to 
`InlongGroupBriefInfo`
   3. Change the result type of pagination query of the inlong stream to 
`InlongStreamBriefInfo`
   
   ### Verifying this change
   
   - [x] This change is a trivial rework/code cleanup without any test coverage.
   
   ### Documentation
   
     - Does this pull request introduce a new feature? (no)


-- 
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]

Reply via email to