issues
search
bufbuild
/
httplb
Client-side load balancing for net/http
https://pkg.go.dev/github.com/bufbuild/httplb
Apache License 2.0
47
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bug: polling health checker will always fail
#69
humbornjo
opened
2 hours ago
2
Update to go1.21 and golangci 1.60.0, test with go1.23
#68
jhump
closed
2 months ago
0
Proposal: Add Host concept to Resolver and implement RFC 6555
#67
jchadwick-buf
opened
6 months ago
0
Implement address family affinity and prefer IPv4 by default
#66
jchadwick-buf
closed
6 months ago
2
Eliminate test flakes in recently-added heap tests
#65
jhump
closed
7 months ago
1
Clarify WithProxy behavior with nil
#64
jchadwick-buf
closed
7 months ago
0
Optimize the newly-changed heap update operation
#63
jhump
closed
7 months ago
0
Bump golang.org/x/net from 0.17.0 to 0.23.0
#62
dependabot[bot]
closed
6 months ago
0
Fix heap update operation for least-loaded picker
#61
jhump
closed
7 months ago
0
Add support for recycling "leaf" connections
#60
jhump
closed
8 months ago
1
Better support for layer-4 (TCP) proxies
#59
jhump
closed
8 months ago
2
Add resolver.MinConnections
#58
jhump
closed
8 months ago
1
Bump Go version to v1.22
#57
emcfarlane
closed
7 months ago
0
Create add-to-project workflow
#56
chrispine
closed
9 months ago
0
Bump actions/setup-go from 4 to 5
#55
dependabot[bot]
closed
8 months ago
0
Last pre-OSS changes
#54
akshayjshah
closed
1 year ago
0
Bump golang.org/x/net from 0.10.0 to 0.17.0
#53
dependabot[bot]
closed
1 year ago
0
Consistent case for H2C in README; add link and brief description
#52
jhump
closed
1 year ago
0
API improvements, to get the repo closer to open-sourcing
#51
jhump
closed
1 year ago
0
Update CI dependencies
#50
akshayjshah
closed
1 year ago
0
Bump actions/checkout from 3 to 4
#49
dependabot[bot]
closed
1 year ago
0
Bump actions/setup-go from 3 to 4
#48
dependabot[bot]
closed
1 year ago
0
Clarify HTTP/2 data race issue
#47
jchadwick-buf
closed
1 year ago
0
Add basic overhead benchmarks
#46
jchadwick-buf
closed
1 year ago
1
Proposal: Unify tests to _test packages and remove dot imports
#45
jchadwick-buf
closed
1 year ago
0
Fix TLS by setting ServerName if unset
#44
jchadwick-buf
closed
1 year ago
6
Add examples + ecosystem sections to README
#43
jchadwick-buf
closed
1 year ago
0
Fix TLS by hijacking dial instead of mutating request
#42
jchadwick-buf
closed
1 year ago
2
Implement calls to ResolveNow
#41
jchadwick-buf
closed
1 year ago
1
Overhaul of packages and exported surface area
#40
jhump
closed
1 year ago
0
Big overhaul: fewer packages and no more Subsetter type
#39
jhump
closed
1 year ago
1
Rename repo to httplb
#38
jhump
closed
1 year ago
0
Add package docs
#37
jhump
closed
1 year ago
2
Move stuff around to conform to style guide
#36
jhump
closed
1 year ago
1
Allow balancer to call ResolveNow
#35
jhump
closed
1 year ago
1
Allow configuring the definition of "warm"
#34
jhump
closed
1 year ago
3
Add a ResolveNow method for resolvers
#33
jchadwick-buf
closed
1 year ago
1
Add test for disallowing unconfigured targets
#32
jhump
closed
1 year ago
0
Flesh out oracle implementation to support count-based thresholds
#31
jhump
closed
1 year ago
1
Update polling tests to test interval, threshold
#30
jchadwick-buf
closed
1 year ago
0
Add more thorough tests for httplb package
#29
jhump
closed
1 year ago
1
Preliminary support for testing code using timers with Clockwork
#28
jchadwick-buf
closed
1 year ago
3
Yet more tests: now ~85% coverage for balancer implementation and >90% for connection manager
#27
jhump
closed
1 year ago
0
More tests of default balancer, test health check integration
#26
jhump
closed
1 year ago
0
Add polling healthchecker
#25
jchadwick-buf
closed
1 year ago
1
Clarify comments for picker.Factory about mutating pickers in-place being okay
#24
jhump
closed
1 year ago
0
Add Rendezvous subsetter
#23
jchadwick-buf
closed
1 year ago
2
First unit tests of default balancer
#22
jhump
closed
1 year ago
0
Add power-of-two picker
#21
jchadwick-buf
closed
1 year ago
1
Make sure all resources are released when Close returns
#20
jhump
closed
1 year ago
1
Next