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

   ## What is the purpose of the change
   
   The producer connection page requires users to enter the Producer Group 
manually, making active groups difficult to discover and increasing the chance 
of input errors.
   
   This change provides active Producer Group suggestions while preserving 
free-form input and the existing topic-and-group exact query behavior.
   
   ## Brief changelog
   
   - Add an API for retrieving sorted and deduplicated active Producer Groups.
   - Replace the Producer Group input with a free-form autocomplete.
   - Keep manual queries available when loading suggestions fails.
   - Add backend and frontend tests for the new behavior.
   
   ## Verifying this change
   
   - `mvn -q -Dtest=ProducerConnectionServiceTest,ProducerControllerTest test`
   - `mvn -q test`
   - `mvn -q -DskipTests package`
   - `npm test -- src/api/producer.test.ts 
src/pages/studio/__tests__/Producer.test.tsx`
   - `npm test`
   - `npm run build`
   - `npm run lint`
   - Manually verified that the Producer page renders correctly and accepts 
free-form Producer Group input.


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