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

   ## What is the purpose of the change
   
   Allow Producer Connection diagnostics to query all active producer groups 
for a selected Topic when the user does not already know the exact producer 
group. The backend now scans active groups and queries each group for the 
selected Topic, while preserving the existing exact group query path.
   
   ## Brief changelog
   
   - Make `producerGroup` optional for producer connection queries and scan 
active producer groups when it is omitted.
   - Include `topic` and `producerGroup` in producer connection results so 
all-group diagnostics remain traceable.
   - Let the Producer Connection page submit empty producer group searches and 
show/export the returned group per connection.
   
   ## Verifying this change
   
   - `mvn -q 
-Dtest=ProducerConnectionServiceTest,ProducerControllerTest,RocketMQClientProviderTest
 test`
   - `mvn -q checkstyle:check -DskipTests`
   - `npm test -- --run src/pages/studio/__tests__/Producer.test.tsx 
src/api/producer.test.ts`
   - `npx eslint src/pages/studio/Producer.tsx 
src/pages/studio/__tests__/Producer.test.tsx src/api/producer.ts 
src/api/producer.test.ts --max-warnings=0`
   - `npm run build`


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