yx9o opened a new pull request, #742:
URL: https://github.com/apache/rocketmq-dashboard/pull/742

   ## What is the purpose of the change
   
   The Producer page previously required both Topic and Producer Group, 
although the backend supports querying all producer connections by Topic alone.
   
   This change makes Producer Group an optional filter.
   
   ## Brief changelog
   
   - Make Producer Group optional on the Producer page
   - Omit `producerGroup` from request parameters when it is empty
   - Add API and page regression tests for Topic-only queries
   - Preserve the existing Topic and Producer Group combined query behavior
   
   ## Verifying this change
   
   - `npm test -- --run src/api/producer.test.ts 
src/pages/studio/__tests__/Producer.test.tsx`
   - `npm test -- --run`
   - `npm run lint`
   - `npm run build`
   - Manually verified Topic-only and Topic-with-Group queries in the browser


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