forked from proofpoint/discovery
-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
30 lines (23 loc) · 914 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
- Tests
- CassandraStore
- background expiration thread
- Integration
- Services
- DynamicAnnouncement
- equivalence test
- EmbeddedCassandraServer
- creates directory if missing or throws error if it can't
- ValidationAssertions
- ServiceResource tests that also check for static services
- More robust tests to ensure operations work properly with expected clock resolution
- CassandraStaticStore
- Detect new vs replaced
- Time provider should be able to return time at different resolutions. Right now, it's a DateTime (ms), but Hector supports arbitrary resolution.
- Factor out keyspace & column family initialization from static/dynamic cassandra stores
- Factor out common stuff from tests -- there's lots of repetition currently, especially around creating data object to use for testing
- CLI
- Cache control
- Etags
- Auth for PUT/DELETE
- Metrics
- Events