Skip to content

Release v0.1.0

Latest
Compare
Choose a tag to compare
@wallyqs wallyqs released this 03 Sep 17:10
· 2 commits to master since this release

Changelog

ae8cea3 Merge branch 'goreleaser'
dfcc822 Add goreleaser config
5400e4d Bump version of the replicator
46c47b0 Added max in flight to connector and stan_stan_bench Added ack timeout on subscriber config Reorged subscriber config to share code
0b95596 added nats_nats perf test
61e645d Added show progress check on replicated count
ec195a5 Added printout sometimes during replication
affd710 Don't timeout waiting for acks in rep only mode
c371a96 Changed rep to be rep-only
ec06703 Fixed bug where subonly allowed publish
12061e8 Added -rep to allow replicator in pub/sub only mode
77f8508 Improved stan_stan_bench
3b7264c Fixed bug in benchmark when using custom channels and direct
666dfb6 Removed debug statement
3514398 Removed debug statement
7fdb7c7 Cleaned up a few issues from reconnect refactor
098e997 Major rewrite of the reconnect logic
1161992 Added a bunch of features to perf test to compare times to streaming directly Added option to hide the replicator logging (for testing)
d5cba2d Fmt issues
df05d04 Added noecho and norandom to nats config options
acb8f50 Merge branch 'master' of https://github.com/nats-io/nats-replicator
527d74e connect error on publish failure
e53d573 cache bust for report card badge.
8b5777e Merge pull request #1 from nats-io/stan
97e8461 Simplify stan2stan
9995916 changed pretty to compact
7290e28 Added more config tests
e651b91 Added config tags Added doc on config tags Added tests for config tags Added pretty print for varz Added doc on pretty print for varz Updated index.html for varz to pretty print
348c200 fixed flaky tests that needed flush
2296010 fixed badges
cb41116 fixed badges
adad9e9 fixed badges
0a6ebf2 Added example config Cleaned up readme a bit
4a23b66 added vendor directory
a7aa044 added travis file, won't work until public repo
7c2cfa7 fixed timing issue with stats after test completes
2616ccc cleaned up readme warning
6ded2a4 Added async publish to stan2stan and nats2stan.
a8425a4 Added a performance tester Fixed default nats/stan config settings
29cb4f1 Updated doc Added docker file Fixed tests, all now run
fc97722 Initial checkin Code from nats-kafka bridge Ported so things build, some tests run some don't More work todo on performance for ack handling of stan incoming messages
fa15e64 Initial commit