Pinned
1,089 contributions in the last year
Contribution activity
January 2021
Created 52 commits in 2 repositories
Created a pull request in nats-io/nats-server that received 2 comments
Report on RAFT group information.
This adds in optional reporting to stream and consumer info when running in clsutered mode. Signed-off-by: Derek Collison derek@nats.io /cc @nats-i…
+957
−218
•
2
comments
Opened 9 other pull requests in 2 repositories
nats-io/nats-server
7
merged
1
closed
- Use client version for stream and consumer extended info
- Change over last to active and a duration
- Added support for clustered account info and limit enforcement
- Clustering updates
- Stabilize restart/catchup for raft.
- Routes send subscriptions by utilizing random clients from an account.
- Fixes for data races
- JetStream Clustering
nats-io/nats.go
1
merged
Reviewed 21 pull requests in 5 repositories
nats-io/nats-server 14 pull requests
- Fixed SIGSEGV when sending update for unknown stream
- Fix stop of consumer's delivery loop
- Simplify sendSubsToRoute()
- Fixed gateway reply mapping following changes in JetStream clustering
- Fixed some leafnode issues introduced from JS cluster work
- Update error message with correct config value
- Fixed service import cycle detection that broke with JS clustering
- Fixed sublist notification
- Propose going back to condition variable to notify writeLoop
- [FIXED] Monitoring endpoint `connz?auth=true` show incorrect user
- [fiixed] infinite loop in config parser for include with quote
- use go 1.15 for nightly builds
- [fixed] two minor configuration lexer issues found by oss-fuzz
- [Added] support for wildcard services and import remapping by JWT.