Skip to content

A simple abstraction for message publishing and consumption in Go

License

Notifications You must be signed in to change notification settings

ggordan/go-pubsub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pubsub

A simple abstraction for message publishing and consumption that presents a uniform API, regardless of the underlying implementation.

Current implementations and their status

Implementation Status
Mock (in memory testing implementation) incomplete
Apache Kafka beta
Nats incomplete
Nats streaming beta
AMQP incomplete
AWS SQS beta

The API is not yet guaranteed but changes should be minimal from now.

About

A simple abstraction for message publishing and consumption in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%