Skip to content

Tags: segmentio/kafka-go

Tags

v0.4.48

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Kafka 4.0 support (#1384)

* Kafka 4.0 protocol fields updated

* dynamic versions support

* review fixes

* fix scram sasl deployment for kafka 4.0

* fix indentation

* fix some tests

* add docker_compose_versions

* add KAFKA_HEAP_OPTS to stop OOM errors

* try running kafka 400 last to see if that avoids OOM errors

* try adding G1GC to reduce out of memory errors from kafka

* disable kafka 4.0.0 for now

* fix typo and add documentation on Kafka 4.0 issues

---------

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

v0.4.47

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: data race in roundrobin balancer (#1251)

v0.4.46

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Chunk Size to RR Balancer (Increased Batching Ability) (#1232)

* Add Chunk Size to RR Balancer

v0.4.45

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add methods for parsing and stringifying acl related resources (#1218)

* Add methods for marshalling/unmarshalling ACLOperationType and ACLPermissionType

* Fix unknown types

* Implement ResourceType

* make function ordering more consistent

* add patterntype and resourcetype

* make capitalization consistent

* add comment and test around ResourceTypeBroker and ResourceTypeCluster having same value

v0.4.44

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump golang.org/x/net from 0.7.0 to 0.17.0 (#1209)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](golang/net@v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.4.43

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deleteacls support (#1174)

* support deleteacls

* add deleteacls_test

* add protocol test

* test that acl was deleted

* trigger build

v0.4.42

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add float64 operations to reflect unsafe (#1158)

* Add float64 operations to reflect unsafe

* Fix typo

v0.4.41

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1131 from mhmtszr/fix-unnecessary-topic-metadata-…

…request

Fix unnecessary topic metadata request

v0.4.40

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Not omit error in logger (#1096)

Add explicit errors as arguments so anyone can handle them in the logger implementation.

v0.4.39

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use buffer pool for decompressed buffer (#1063)

* Use buffer pool for decompressed buffer

* Address review comments