revert extra log on poll InMemoryTbQueueConsumer
This commit is contained in:
parent
b6911bda41
commit
b2fa263027
@ -64,9 +64,6 @@ public class InMemoryTbQueueConsumer<T extends TbQueueMsg> implements TbQueueCon
|
||||
|
||||
@Override
|
||||
public List<T> poll(long durationInMillis) {
|
||||
if (topic.contains("main")){
|
||||
log.warn("poll {} {}", topic, durationInMillis);
|
||||
}
|
||||
if (subscribed) {
|
||||
@SuppressWarnings("unchecked")
|
||||
List<T> messages = partitions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user