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

   ## What is the purpose of the change
   
   Fix #1982.
   
   The Studio Topic create/update APIs accept NORMAL, FIFO, DELAY, TRANSACTION 
and LITE, and RocketMQAdminClientImpl persists the selected type in 
rmq_topic.topic_type. However, the TopicConfig sent to each Apache RocketMQ 
broker contained no Topic attribute, so typed topics were not honoured on the 
broker.
   
   ## Brief changelog
   
   - RocketMQAdminClientImpl: set the message.type attribute on TopicConfig for 
both create and update using setTopicMessageType(TopicMessageType)
   
   ## How was this patch verified
   
   - Code review against rocketmq-common 5.5.0 TopicConfig API (javap confirms 
setTopicMessageType)
   - `git diff --check` clean
   


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