influxdb/messaging/TODO

28 lines
520 B
Plaintext
Raw Normal View History

2014-10-12 18:05:03 +00:00
Broker
======
## Uncompleted
2014-10-17 15:53:10 +00:00
- [ ] HTTP Handler
- [ ] Broker client
2014-10-15 03:42:40 +00:00
- [ ] Cluster configuration integration
2014-10-12 18:05:03 +00:00
- [ ] Broker FSM snapshotting
2014-10-15 03:42:40 +00:00
- [ ] Replica heartbeats
- [ ] Segment topic files.
2014-10-12 18:05:03 +00:00
- [ ] Topic truncation
2014-10-15 03:42:40 +00:00
- [ ] Locking (replica & topic)
- [ ] Remove assertions
2014-10-12 18:05:03 +00:00
## Completed
- [x] Message encoding
- [x] Wrap broker over raft log
- [x] Topic file writer
- [x] Topic stream writers
- [x] Broker publishing
- [x] Config topic
- [x] Stream topic from index
2014-10-17 04:11:28 +00:00
- [x] Test coverage
2014-10-17 15:53:10 +00:00
- [x] Move topic id into message.