rocketmq-client-go icon indicating copy to clipboard operation
rocketmq-client-go copied to clipboard

Producer compile error

Open yuzx2008 opened this issue 2 years ago • 1 comments

/home/yuzx/go/pkg/mod/github.com/apache/rocketmq-client-go/[email protected]/producer/producer.go:157:19: multiple-value uuid.NewV4() (value of type (uuid.UUID, error)) in single-value context

yuzx2008 avatar Sep 16 '22 07:09 yuzx2008

what’s the go version. could you pls try to have a test on #911 and give some feedback?

ShannonDing avatar Sep 21 '22 07:09 ShannonDing

also have this problem when we using dubbo-go who use mod github.com/satori/go.uuid v1.2.1, is conflict with v 1.2.0, so we cant use both in a project. consider upgrade version may cause someone else have a compile error and github.com/satori/go.uuid is seemingly EOL, so how about change to gitee.com/gofrs/uuid/v4 ?

BLAZZ avatar Oct 21 '22 03:10 BLAZZ

@BLAZZ I thinks it's glad to see this change, seems like github.com/satori/go.uuid is not maintained anymore.

sysulq avatar Nov 07 '22 07:11 sysulq

When this fea will be merged?

dawn2zhang avatar Dec 05 '22 09:12 dawn2zhang