Categorygithub.com/infobloxopen/atlas-pubsub
repositorypackage
0.4.0
Repository: https://github.com/infobloxopen/atlas-pubsub.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

atlas-pubsub

Build Status Code Coverage GoDoc

Pub/Sub implementations

Each package within this directory is a different implementation of a pub/sub message broker that complies with the interface declared in interface.go.

aws

This package provides a SNS+SQS implementation that can be used by providing AWS credentials.

grpc

This package provides a gRPC server implementation that wraps a pub/sub broker implementation.