https://github.com/twmb/message
Basic go interfaces interface for getting and sending messages and acknowledging they have been processed.
https://github.com/twmb/message
Last synced: 8 months ago
JSON representation
Basic go interfaces interface for getting and sending messages and acknowledging they have been processed.
- Host: GitHub
- URL: https://github.com/twmb/message
- Owner: twmb
- License: mit
- Created: 2014-03-01T07:07:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-21T06:36:16.000Z (about 12 years ago)
- Last Synced: 2025-02-01T03:43:11.158Z (over 1 year ago)
- Language: Go
- Size: 211 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
message
-------
Check the [godoc](http://godoc.org/github.com/twmb/message).
Package message is useful for when you want to continue reading
after receiving an "end of messages" error. Sometimes, you just
haven't finished reading. More data could be published. You've
only reached the end of the *current* messages.