| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sandglass_0.1.5_checksums.txt | 2017-11-18 | 308 Bytes | |
| sandglass_0.1.5_linux_64-bit.tar.gz | 2017-11-18 | 44.8 MB | |
| sandglass_0.1.5_macOS_64-bit.tar.gz | 2017-11-18 | 11.5 MB | |
| sandglass_0.1.5_windows_64-bit.tar.gz | 2017-11-18 | 11.5 MB | |
| README.md | 2017-11-18 | 2.8 kB | |
| v0.1.5 source code.tar.gz | 2017-11-18 | 2.4 MB | |
| v0.1.5 source code.zip | 2017-11-18 | 3.2 MB | |
| Totals: 7 Items | 73.4 MB | 0 | |
Changelog
fb15e4d Merge branch 'release/v0.1.5' 80bb14b renamed CompactedTopic to KVTopic 5e319ca added versions to cli 660c9db renamed MsgPrefix to ViewPrefix representing a view of the data under the prefix (either time sorted or kv) 14944ca use storage.Separator, abstract separator to avoid constants lying all over the place 7480e9c Merge branch 'feature/redeliver-nack' into dev 42c64d1 skip first item since it is committed 656f1ab advance commit offset 8143982 added test for redelivery and fix it 1ff2e92 added deliveryCount 8375e72 vendor: update 9bfeab3 switch to jump hashing which uses less memory than consistent hashing 24ad3cb fix out of memory by using RocksDB for ConsumerOffsetsTopic, badger consumes a lot of memory 894d549 vendor: update 4ada49b fix consumption and test without commit e1da32b Merge branch 'dev' into feature/redeliver-nack 6065b2c close broker properly 34c18c3 Redeliver inflight messages (after a fixed delay) and nacked messages a09f1ee mark last consumed message instead of checking if each message is acknowleged 41ad94c remove debug dialing e53b05d Force cluster size b8397b1 vendor: update 10b88cd resolve addresses, this make it possible to test a cluster using docker(-compose) 3972734 vendor: update 0218abc resolve addr to be ok with membership contract 2dfff4e update node* config in docker compose 250d6b6 bump rocksdb version 51a0f60 update call to .Set in badger 56fb196 vendor: update 8b05ce5 provide the max id in FetchRange arguments 6270432 print wait for it 6a63be4 Revert "travis: added language:go" 2aac2fa travis: added language:go 44a886e remove all traces of time.Sleep in tests 615fb88 query all nodes if a majority has received the new topic 56b115c use a single event name d16f921 remove sleep time after creating brokers 4fa6c0e fix WaitForIt b9459f4 Merge branch 'dev' into feature/clustering-key 1396518 ensure that the benchmark count is correct 2dad870 Fix FetchRange to work when we are not leader of the partition 3361539 fix partition_test 1b7f06a Handle consumption in consumer_offset partition leader responsible for the current consumer group. Previously, this was handled by the consumed topic's leader resulting on a lot of unary requests which in turn triggers many random reads over the network. This does not solve the issue of random reads but reduce network IO by doing the check locally. a2decc1 added clustering key e25ee17 added benchmark for consumption c375fb0 write only len messages is > 0 ae10e44 fix display after topic creation 9c91b2f update readme e1007b9 update readme 92d2979 make examples using emails topic instead of payments fe57cad reduce the number of partitions, 300 is a bit too much for a demo...
Automated with GoReleaser Built with go version go1.9.1 linux/amd64