Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/echlebek/lasr

Package lasr implements a persistent message queue backed by BoltDB. This queue is useful when the producers and consumers can live in the same process. lasr is designed to never lose information. When the Send method completes, messages have been safely written to disk. On Receive, messages are not deleted until Ack is called. Users should make sure they always respond to messages with Ack or Nack. Dead-lettering is supported, but disabled by default.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/echlebek/lasr
Keywords: boltdb, go, message-queue, work-queue
License: MIT
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/echlebek
Stars: 4 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 16 days ago

    Loading...
    Readme
    Loading...