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

   ## Summary
   - broker-1 now listens on 20909/20911/20912 directly via `listenPort=20911` 
in broker-1.conf, with 1:1 host port mapping in docker-compose (previously 
container port 10911 remapped to 10919/10921/10922 on host)
   - update deploy README and skill doc to reflect the new port scheme
   - move `NameServerControllerTest.java` from `com/rocketmq/studio/...` to 
`org/apache/rocketmq/studio/...` to match its package declaration
   
   ## Test plan
   - [ ] `docker compose up -d` in `deploy/rocketmq/`, verify both brokers 
register to nameserver
   - [ ] verify producer/consumer send and consume via proxy with message trace
   - [ ] `mvn test -pl server` passes with the relocated test


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