Skip to content

Commit

Permalink
remove custom-format topic concept
Browse files Browse the repository at this point in the history
  • Loading branch information
iNanos committed Jun 15, 2021
1 parent 4aadb99 commit c67557c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public String toString() {
",consumer=" + consumer +
// todo ",consumerGroup=" + consumer.getClass().getConsumerGroup() +
",topic=" + msgExt.getSystemProperties(Constants.PROPERTY_MESSAGE_DESTINATION) +
",subscriptionMode=" + subscriptionMode +
",createTime=" + DateFormatUtils.format(createTime, EventMeshConstants.DATE_FORMAT) +
",executeTime=" + DateFormatUtils.format(executeTime, EventMeshConstants.DATE_FORMAT) +
",lastPushTime=" + DateFormatUtils.format(lastPushTime, EventMeshConstants.DATE_FORMAT) + '}';
Expand Down

0 comments on commit c67557c

Please sign in to comment.