We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a184c3 commit 89d331cCopy full SHA for 89d331c
1 file changed
broker/src/main/java/org/apache/rocketmq/broker/pop/PopConsumerCache.java
@@ -282,7 +282,7 @@ public int getQueueId() {
282
@Override
283
public String toString() {
284
return "ConsumerRecords{" +
285
- ", topicId=" + topicId +
+ "topicId=" + topicId +
286
", groupId=" + groupId +
287
", queueId=" + queueId +
288
", recordTreeMap=" + recordTreeMap.size() +
0 commit comments