Skip to content

Tags: deeplon/kafka-go

Tags

v0.4.21

Toggle v0.4.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Makes Assignments nullable in createpartitions RequestTopic (segmenti…

…o#758)

v0.4.20

Toggle v0.4.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Transactionalmessage interface for request routing (segmentio#744)

* Add TransactionalMessage interface.

Add TransactionMessage interface so the Transport
automatically routes messages to Transaction Coordinators
if required.

v0.4.19

Toggle v0.4.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Code of Conduct and Contribution Guidelines (segmentio#699)

* Add Code of Conduct and Contribution Guidelines

Add a full Code of Conduct and Code Contribution Guidelines document.
Provide description on how best to retrieve code, fork, checkout, and commit changes.

Fixes segmentio#688

* Update steps for git push

* Update based on PR comments

Removed several linkable sections in the Code of Conduct.
Update contributing to use kafka-go consistently.
Finished explaining how to replace the original version with forked version of the library.

* Update based on further feedback

* Adjust to follow the twilio-go code of contact

v0.4.18

Toggle v0.4.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Preserve message order across batches. (segmentio#716)

* Preserve message order across batches.

Co-authored-by: Michael Graf <mikegraf000@gmail.com>

v0.4.17

Toggle v0.4.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Only refresh metadata on success (segmentio#672) (segmentio#673)

* Only refresh metadata on success (segmentio#672)

Implements changes discussed and agreed in GitHub issue.

* Second draft solution to issue 672

* Create unit test to detect issue 672

* Check for nil event in test 672

v0.4.16

Toggle v0.4.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cache version specific encoders/decoders. (segmentio#652)

Fixes segmentio#651.

v0.4.15

Toggle v0.4.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
automatically discover first/last offset in client fetch requests (se…

…gmentio#638)

v0.4.14

Toggle v0.4.14's commit message
update to v2.6.0

v0.4.13

Toggle v0.4.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update isTimeout and isTemporary to properly unwrap errors (segmentio…

…#616)

* update isTimeout and isTemporary to properly unwrap errors

* use interface instead