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
|
@Override
|
||||||
public List<T> poll(long durationInMillis) {
|
public List<T> poll(long durationInMillis) {
|
||||||
if (topic.contains("main")){
|
|
||||||
log.warn("poll {} {}", topic, durationInMillis);
|
|
||||||
}
|
|
||||||
if (subscribed) {
|
if (subscribed) {
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
List<T> messages = partitions
|
List<T> messages = partitions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user