matryer / vice

Go channels at horizontal scale (powered by message queues)
https://medium.com/@matryer/introducing-vice-go-channels-across-many-machines-bcac1147d7e2
Apache License 2.0
1.54k stars 79 forks source link

Doesn't build with nats #63

Open brucealthompson opened 1 year ago

brucealthompson commented 1 year ago

I get this build error when I try to build after importing "github.com/matryer/vice/queues/nats". ....\pkg\mod\github.com\matryer\vice@v1.0.0\queues\nats\nats.go:83:99: cannot use t.natsConn (variable of type "github.com/nats-io/go-nats".Conn) as "github.com/nats-io/nats.go".Conn value in argument to stan.NatsConn

gedw99 commented 1 year ago

I think the code needs updating to use nats jetstream ?