Diego Alvarez
|
5d05ad69f7
KIP-42 Add producer and consumer interceptors
|
4 years ago |
KJ Tsanaktsidis
|
9df3038ad4
Fix "broker received out of order sequence" when brokers die
|
4 years ago |
Diego Alvarez
|
574371b50a
removes var when assigning a value immediately
|
4 years ago |
Dominic Evans
|
9f8650a8fa
fix brokerProducer goroutine leak (#1442)
|
5 years ago |
Kieran Gorman
|
1889f366b9
async_producer: clarify ProducerMessage `Timestamp` doc
|
5 years ago |
Nelz
|
6c354b8b3c
reduce client close bookkeeping
|
5 years ago |
Varun
|
6a7bac87a0
Merge pull request #1160 from thomaslee/tom_backoff_func
|
5 years ago |
Vlad Gorodetsky
|
45ea73e0fb
Merge pull request #1189 from segmentio/maintain-producer-metadata-when-retries-disabled
|
5 years ago |
Vlad Gorodetsky
|
e6c029ff1a
Revert "Synced error names and descriptions with the kafka's protocol"
|
5 years ago |
Vlad Gorodetsky
|
04e4286cc1
Merge pull request #1218 from nrvnrvn/match-error-codes-and-descriptions
|
5 years ago |
Nick Revin
|
a0f0d8fcdf
synced error codes and descriptions with the kafka's protocol
|
6 years ago |
Edoardo Comar
|
587c5f694a
Revert to individual msg retries for non-idempotent
|
6 years ago |
Steve van Loben Sels
|
d86d8e1f78
Abandon broker connection for any error when retries are disabled
|
6 years ago |
Steve van Loben Sels
|
459e548c02
simplified code for abandoned connection check, attempt to fix racy sync producer test
|
6 years ago |
Steve van Loben Sels
|
9f69c41903
Maintain metadata in the producer even when retries are disabled.
|
6 years ago |
Edoardo Comar
|
eb38bbc24f
single metadata refresh for all retries
|
6 years ago |
Edoardo Comar
|
4e5d477980
Idempotent Producer - batch retry logic
|
6 years ago |
Mickael Maison
|
8e2b04b363
Added support for Idempotent Producer
|
6 years ago |
Tom Lee
|
7d903c1bb8
Add Config.Producer.Retry.BackoffFunc
|
6 years ago |
Evan Huus
|
6d9cc201b5
Add version check for headers
|
6 years ago |
Evan Huus
|
bc4e2742d5
Merge pull request #1112 from evan-stripe/extended-partitioner
|
6 years ago |
Evan Broder
|
9b2c4d6e2c
Make Partitioner.RequiresConsistency vary per-message
|
6 years ago |
tianji
|
1e2740380a
Do not modify ProducerMessage.MetaData during the whole publishing process.
|
6 years ago |
Vlad Hanciuta
|
5fd60c2be0
Add producer support for Kafka 0.11 Records
|
7 years ago |
Dieter Plaetinck
|
5046283ff1
fix mention of Return.Successes
|
7 years ago |
Evan Huus
|
8268907a6b
Tweak documentation of Close/AsyncClose methods
|
7 years ago |
DiSiqueira
|
cecb3d9807
Formating all files with gofmt -s
|
7 years ago |
Evan Huus
|
17b655d247
Producer: block in `Close` without `Return.Errors`
|
8 years ago |
yingnanliu
|
16a22e0995
Don't propagate zero timestamp to ProducerMessage
|
8 years ago |
Evan Huus
|
5246fed60b
Fix parsing of producer timestamp
|
8 years ago |