Skip to content

Tags: ronilichtman/kafka-go

Tags

v0.4.34

Toggle v0.4.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: added aws-sdk-go-v2 IAM Mechanism for MSK authentication (segme…

…ntio#937)

v0.4.33

Toggle v0.4.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
re-order protocol/joingroup response fields (segmentio#949)

ProtocolType comes before ProtocolName

v0.4.32

Toggle v0.4.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reader: allow config to return OffsetOutOfRange errors (segmentio#917)

v0.4.31

Toggle v0.4.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support saslAuthenticate v0 in protocol package (segmentio#869)

v0.4.30

Toggle v0.4.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
sett ServerName on tls.Config even when InsecureSkipVeriy is true (se…

…gmentio#860)

This behavior also matches the old dialer behavior.

v0.4.29

Toggle v0.4.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add CreateAcls Admin API support (segmentio#839)

This adds a CreateACLs method to the kafka Client
to supports the CreateAcls Admin API.

Signed-off-by: Guillaume Fillon <guillaume.fillon@auth0.com>

v0.4.28

Toggle v0.4.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix offset when a batch ends with compacted records

Saves the lastOffset and jumps past it when compacted
records are detected at the end of a batch.

- Adds a test for batches that end with compacted
records
- Adds a test for batches truncated due to MaxBytes


Co-authored-by: iddqdeika <iddqdeika@gmail.com>

v0.4.27

Toggle v0.4.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do a final commit on end consumer group generation for immediate comm…

…its (segmentio#715)

* Do a final commit on end consumer group generation for immediate commits

* add test for final commit on generation end

Co-authored-by: rhansen2 <rob.hansen@sendgrid.com>

v0.4.26

Toggle v0.4.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Nettest fix (segmentio#788)" (segmentio#824)

This reverts commit 2e02f37.

v0.4.25

Toggle v0.4.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SASL Mechanism: AWS MSK IAM (making requested edits) (segmentio#798)

Co-authored-by: Achille <achille.roussel@gmail.com>
Co-authored-by: Christian Maher <maher.cs@gmail.com>