deis / logger

In-memory log buffer used by Deis Workflow.
https://deis.com
MIT License
18 stars 15 forks source link

Have the logger connect to nsqlookupd #95

Closed arschles closed 7 years ago

arschles commented 8 years ago

After https://github.com/deis/logger/pull/94 and https://github.com/deis/nsq/issues/3 are done, the logger's nsq client library should connect to nsqlookupd instead of directly to nsqd. This change will allow multiple loggers to consume from multiple nsqd instances, allowing us to increase total queue throughput and bandwidth by adding more replicas to the nsqd replication controller.