lileio / pubsub

A Publish & Subscribe library, with pluggable providers and middleware for Golang
MIT License
137 stars 23 forks source link

Middleware for publisher and subscribers #3

Closed arbarlow closed 6 years ago

arbarlow commented 6 years ago

Middleware would allow for the simple plugging of logging, tracing, prometheus etc, but also allow users to embed their own tools, like error reporting etc.