Skip to content

Commit

Permalink
Merge pull request #217 from micro/perf
Browse files Browse the repository at this point in the history
Performance upgrades
  • Loading branch information
Asim Aslam authored Oct 29, 2017
2 parents c07b363 + e7104d6 commit 78da1fd
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 153 deletions.
2 changes: 0 additions & 2 deletions broker/broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
package broker

// Broker is an interface used for asynchronous messaging.
// Its an abstraction over various message brokers
// {NATS, RabbitMQ, Kafka, ...}
type Broker interface {
Options() Options
Address() string
Expand Down
Loading

0 comments on commit 78da1fd

Please sign in to comment.