Aias00 opened a new pull request, #1983:
URL: https://github.com/apache/rocketmq-dashboard/pull/1983
## What is the purpose of the change
Keep RocketMQ Studio's strong Topic type model aligned with the actual
Apache Broker metadata.
## Brief changelog
- send `+message.type=<type>` in the `TopicConfig` used for Apache Topic
creation and explicit type updates
- preserve the existing database type and Broker type during partial updates
that omit `type`
- verify the exact `TopicConfig` passed to the Admin client for create,
typed update, and partial update paths
## Verifying this change
```bash
cd server
JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" \
mvn -B -ntp -Dtest=RocketMQAdminClientImplTest test
JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" \
mvn -B -ntp -DskipTests package
```
Closes #1982
--
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]