Abhijeetmishr commented on code in PR #158:
URL:
https://github.com/apache/rocketmq-dashboard/pull/158#discussion_r1184574569
##########
src/main/java/org/apache/rocketmq/dashboard/model/request/TopicConfigInfo.java:
##########
@@ -91,6 +94,14 @@ public void setOrder(boolean order) {
this.order = order;
}
+ public String getMessageType() {
+ return messageType;
+ }
+
+ public void setMessageType(TopicConfig topicConfig) {
+ this.messageType =
topicConfig.getAttributes().getOrDefault("message.type", "");
Review Comment:
Yes right that will be more verbose.
--
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]