influxdb/messaging
Philip O'Toole 6ed0624471 Support Local mode via a Loopback messaging client
This change adds a simple loopback client to the system. It also moves
setting the seed servers to the command line, and removes control from
the configuration file.
2014-11-25 07:56:39 -08:00
..
TODO Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
broker.go Add messaging and raft test coverage. 2014-11-12 22:32:42 -07:00
broker_test.go Remove topic name from messaging. 2014-10-23 22:22:52 -06:00
client.go Add messaging and raft test coverage. 2014-11-12 22:32:42 -07:00
client_test.go Add messaging and raft test coverage. 2014-11-12 22:32:42 -07:00
doc.go Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
errors.go Remove topic name from messaging. 2014-10-23 22:22:52 -06:00
handler.go Add messaging and raft test coverage. 2014-11-12 22:32:42 -07:00
handler_test.go Add messaging and raft test coverage. 2014-11-12 22:32:42 -07:00
loopback_client.go Support Local mode via a Loopback messaging client 2014-11-25 07:56:39 -08:00