mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Primary message interface is the MessageBroker which is an attribute of the Messenger. MessageBroker implementations: - Gossip (memberlist) - Broadcast (uses HTTP, received by existing Handler) - Static (no-ops) Changes CacheSize from `int` to `uint32` for consistency with protobuf. Removes unnecessary dependencies in glide: - `github.com/aws/aws-sdk-go` - `golang.org/x/net` (although this gets included by memberlist) TODO: - [ ] Add tests around the Messenger and MessageBroker objects. - [ ] Refactor CreateSliceMessage to work with views. - [ ] Support propogation of meta data on PATCH calls. fixing some issues from last rebase |
||
|---|---|---|
| .. | ||
| pilosa | ||
| backup.go | ||
| backup_test.go | ||
| bench.go | ||
| bench_test.go | ||
| check.go | ||
| check_test.go | ||
| config.go | ||
| doc.go | ||
| export.go | ||
| export_test.go | ||
| import.go | ||
| import_test.go | ||
| inspect.go | ||
| inspect_test.go | ||
| restore.go | ||
| restore_test.go | ||
| root.go | ||
| root_test.go | ||
| server.go | ||
| server_test.go | ||
| sort.go | ||
| sort_test.go | ||