我正在使用Go包,我需要將Protobuff排隊到存儲隊列。但根據(jù)庫文檔,Enqueue 函數(shù)僅將消息作為字符串。github.com/golang/protobuf/proto從 go 庫:*func (m MessagesURL) Enqueue(ctx context.Context, messageText string, visibilityTimeout time.Duration, timeToLive time.Duration) (*EnqueueMessageResponse, error)*有沒有辦法將 protobuff 字節(jié)數(shù)組排隊到 Azure 存儲隊列?圖書館鏈接: https://pkg.go.dev/github.com/Azure/azure-storage-queue-go/azqueue#MessagesURL.Enqueue
將字節(jié)數(shù)組傳遞到 Azure 存儲隊列
慕的地8271018
2022-09-05 10:26:59