consumer acks received messages

This commit is contained in:
chrislu
2024-05-16 20:28:19 -07:00
parent faffb2973c
commit 279cb2b85e
4 changed files with 57 additions and 21 deletions

View File

@@ -49,8 +49,7 @@ func (b *MessageQueueBroker) genLogFlushFunc(t topic.Topic, partition *mq_pb.Par
localPartition.NotifyLogFlushed(logBuffer.LastFlushTsNs)
}
println("flushing at", logBuffer.LastFlushTsNs, "to", targetFile, "size", len(buf))
glog.V(0).Infof("flushing at %s to %s size %d", logBuffer.LastFlushTsNs, targetFile, len(buf))
}
}