Releases: zerofox-oss/go-msg
Releases · zerofox-oss/go-msg
OTEL Decorators
Merge pull request #23 from shezadkhan137/add-otel-support Add OpenTelemetry support
v0.1.3: Merge pull request #20 from shezadkhan137/add-lz4-compression
Support Lz4 compression
Add traceState key
v0.1.2 Merge pull request #18 from shezadkhan137/add-tracing-tracestate-supp…
Add tracing decorators
You can use the decorators/tracing
package to enrich go-msg primitives with tracing data. By adding these decorators you can propagate tracing information between your services.
Thanks to @shezadkhan137 for adding this!
Go module support
Merge pull request #14 from Xopherus/enable-mod Commit go.mod file
Add context.Context to NewWriter func
In order to propagate signals to MessageWriters
we have decided to add a context parameter to the NewWriter
method defined on the Topic
struct. Concrete implementations may opt-in to use this parameter. This is comparable to the decision that was made to provide a context for Receiver
.
Shout out to @paultyng for the suggestion!