Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffail/checkpoint
https://github.com/jeffail/checkpoint
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffail/checkpoint
- Owner: Jeffail
- License: mit
- Created: 2024-04-22T08:28:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T08:50:26.000Z (9 months ago)
- Last Synced: 2024-10-14T12:07:33.969Z (3 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Checkpoint
==========This is a Go package providing solutions that can be used in order to convert an offset-based log of discrete data payloads into a queue, where a series of log offsets can be processed and committed asynchronously without the risk of a given offset being prematurely committed.
For more information about how this package functions and the problem it solves check out [this crazy video](https://youtu.be/zd_dtrhjIQ0).
This package is "complete" in the sense that no further development work is planned and any PRs proposing to expand its scope will be rejected. Please report bug fixes and feel free to raise PRs to address them as these will be .