tianji
|
1e2740380a
Do not modify ProducerMessage.MetaData during the whole publishing process.
|
6 years ago |
Evan Huus
|
8268907a6b
Tweak documentation of Close/AsyncClose methods
|
7 years ago |
Evan Huus
|
f0062da5ae
Sync Producer: Don't change config in constructor
|
8 years ago |
Evan Huus
|
0ba346b5da
SyncProducer batch support
|
8 years ago |
Evan Huus
|
21c17a5001
Update a bunch of docs
|
8 years ago |
Evan Huus
|
12d29331cf
A few minor suggestions from golint
|
9 years ago |
Evan Huus
|
93c1f7437d
Wrap all godoc at 80 characters
|
9 years ago |
Evan Huus
|
6be486f900
Only mention closing the Client on the FromClient constructors
|
9 years ago |
Willem van Bergen
|
a141cbef2e
Return partition and offset when calling SendMessage.
|
9 years ago |
Willem van Bergen
|
97c8f951f2
SyncProducer’ SendMessage accepts a sarama.ProducerMessage in line with the AsyncProducer
|
9 years ago |
Willem van Bergen
|
a468f3ae10
Make Partition and Offset normal struct fields instead of functions.
|
9 years ago |
Willem van Bergen
|
51060e6515
Rename Producer to AsyncProducer
|
9 years ago |
Willem van Bergen
|
f9c4fd65c2
Make Client an interface.
|
9 years ago |
Willem van Bergen
|
4189e55a44
Return{Errors,Successes} -> Return.{Errors,Successes}
|
9 years ago |
Willem van Bergen
|
5411ec3676
Rename Ack* configuration names to Return*, make ReturnErrors default to false for the Consumer, update good and examples
|
9 years ago |
Willem van Bergen
|
56542078b1
Configuration tweaks.
|
9 years ago |
Willem van Bergen
|
015a1feac8
Make SyncProducer an interface, and make the original SyncProducer internal. Add a mock for SyncProducer.
|
9 years ago |
Willem van Bergen
|
fc30281c47
Move the Producer interface to Sarama itself, and make the current Producer struct private.
|
9 years ago |
Evan Huus
|
3d6ab1332c
Don't export newSyncProducerFromProducer
|
9 years ago |
Evan Huus
|
6e7ef3c572
Permit constructing producers/consumers without clients
|
9 years ago |
Evan Huus
|
616ac5daa4
Unify configuration structures into config.go
|
9 years ago |
Evan Huus
|
17dc2eeb59
Rename SimpleProducer to SyncProducer
|
9 years ago |