Willem van Bergen
|
f33811b058
Refactor metadata retro logic and imrove logging.
|
9 years ago |
eric
|
3a630028fc
removing the wrapper function for creating tcp connection
|
9 years ago |
eric
|
76aa5518b0
adding tcp keepalives to the broker's socket connection
|
9 years ago |
Evan Huus
|
32da1c5918
Add configuration to support broker SSL
|
10 years ago |
Evan Huus
|
4f7be25dfb
Reduce logging on broker close
|
9 years ago |
Evan Huus
|
0abdf8c4f0
Move the clientID into the config object
|
9 years ago |
Evan Huus
|
616ac5daa4
Unify configuration structures into config.go
|
9 years ago |
Evan Huus
|
9d71abeed0
Make Broker.Open truly non-blocking
|
9 years ago |
Willem van Bergen
|
566627d2ad
Make PacketEncodingError and PacketDecodingError more similar to each other.
|
9 years ago |
Willem van Bergen
|
2018fd405e
Prefix error variables with Err
|
9 years ago |
Evan Huus
|
282535bc61
A handful of cleanups to the broker configuration
|
9 years ago |
Evan Huus
|
4580feac51
Fix potential case of non-nil conn being returned with an error
|
9 years ago |
Evan Huus
|
d62fe1f028
improve broker logging
|
9 years ago |
Evan Huus
|
69c214b231
Make the initial dial timeout configurable
|
10 years ago |
Evan Huus
|
927de31f4d
More informative error when correlation ID doesn't match
|
10 years ago |
Evan Huus
|
5cbd22983e
doc tweaks suggested by golint
|
10 years ago |
Evan Huus
|
0bdc9631df
Add write deadline as well
|
10 years ago |
Evan Huus
|
e2aeca76b0
Add broker read-timeout
|
10 years ago |
Evan Huus
|
113fd78e0a
Add BrokerConfig
|
10 years ago |
Evan Huus
|
ac43305594
Add broker func for consumer metadata request
|
10 years ago |
Evan Huus
|
be6f649828
Drop pretense of support for Go 1.0
|
10 years ago |
Burke Libbey
|
34956b2be3
More informative logging around DecodingError, and bumped max msg size
|
11 years ago |
Burke Libbey
|
24faa7d6f3
use net.SplitHostPort instead of strings.Split
|
11 years ago |
Burke Libbey
|
7a9ae540f0
WIP Moving to encoder-based expecations
|
11 years ago |
Florian Weingarten
|
ba9974ffb1
Add PanicHandler
|
11 years ago |
Burke Libbey
|
3a0483dc2b
Allow configuration of per-broker concurrency.
|
11 years ago |
Willem van Bergen
|
aa25ce4430
Formatting and godoc fixes
|
11 years ago |
Willem van Bergen
|
3833132543
Add basic logging to broker connection management.
|
11 years ago |
Willem van Bergen
|
9f4fc55ccc
Use a package level Logger.
|
11 years ago |
Willem van Bergen
|
a5e7b9795e
Add basic logging for Broker connection events.
|
11 years ago |