This commit is contained in:
chrislu
2024-03-26 21:52:12 -07:00
parent 7d69552974
commit f67c8309d8
2 changed files with 5 additions and 5 deletions

View File

@@ -28,8 +28,8 @@ type LocalPartition struct {
Subscribers *LocalPartitionSubscribers
FollowerId int32
FollowerStream mq_pb.SeaweedMessaging_PublishFollowMeClient
GrpcConnection *grpc.ClientConn
FollowerStream mq_pb.SeaweedMessaging_PublishFollowMeClient
FollowerGrpcConnection *grpc.ClientConn
}
var TIME_FORMAT = "2006-01-02-15-04-05"