This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
v0.2.1
StartStream
will return an error if a stream fails to start, nil if successful.- Pass error messages to consumer while streaming. The result is clients must handle possible errors when
GetMessages
is used. SeereadNext
in stream_utils.go for possible list of errors. - Update README