Commit 7ece09af authored by 赵啸非's avatar 赵啸非

修改文件存储路径

parent 23f48f28
......@@ -70,7 +70,7 @@ public class DefaultTbCoreConsumerService extends AbstractConsumerService<TbQueu
comsureQueue.offer(item);
}
mainConsumer.commit();
//mainConsumer.commit();
Thread.sleep(200);
} catch (Exception e) {
if (!stopped) {
......@@ -111,7 +111,7 @@ public class DefaultTbCoreConsumerService extends AbstractConsumerService<TbQueu
comsureQueue.offer(item);
}
consumer.commit();
// consumer.commit();
Thread.sleep(200);
} catch (Exception e) {
if (!stopped) {
......
......@@ -148,7 +148,7 @@ public abstract class AbstractTbQueueConsumerTemplate<R, T extends TbQueueMsg> i
}
}
abstract protected List<R> doPoll(long durationInMillis) throws InterruptedException;
abstract protected List<R> doPoll(long durationInMillis);
abstract protected T decode(R record);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment