Skip to content

Commit

Permalink
管理端分组和策略优化
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazy committed Aug 25, 2020
1 parent 38c3edb commit 4aaa3f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public String addTopic(Topic topic, List<TopicPartitionGroup> partitionGroups) {
field.setAccessible(true);
field.set(topicPolicy, ConvertUtils.convert(entry.getValue(), field.getType()));
} catch (NoSuchFieldException | IllegalAccessException | UnsupportedOperationException e) {
logger.error("", e);
logger.error("{}", e.getMessage());
}
}
}
Expand Down

0 comments on commit 4aaa3f8

Please sign in to comment.