You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: refactor producer-consumer example and update dependencies
- Delete the README file for the producer-consumer example
- Change `QueuedMessage` to `TaskMessage` in consumer and worker main functions
- Update the method from `m.Bytes()` to `m.Payload()` in consumer and worker main functions
- Remove `nats.WithDisableConsumer()` from the producer main function
- Upgrade `github.com/golang-queue/queue` dependency from v0.2.1 to v0.3.0
- Remove indirect dependencies `github.com/vmihailenco/msgpack/v5` and `github.com/vmihailenco/tagparser/v2` from go.mod and go.sum files
Signed-off-by: appleboy <[email protected]>
0 commit comments