flush to disk

Need to do: read from disk
This commit is contained in:
chrislu
2024-01-08 23:27:02 -08:00
parent fbb4917e2f
commit d51efddf5c
5 changed files with 125 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ type MessageQueueBrokerOption struct {
Ip string
Port int
Cipher bool
VolumeServerAccess string // how to access volume servers
}
type MessageQueueBroker struct {