Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with Kafka 3.6 #583

Merged
merged 3 commits into from
Jun 18, 2024
Merged

Test with Kafka 3.6 #583

merged 3 commits into from
Jun 18, 2024

Conversation

zmstone
Copy link
Contributor

@zmstone zmstone commented Jun 16, 2024

  • Newly added Kafka 3.6 to CI
  • Added Kafka 0.9 back to the CI
  • Test with Erlang/OTP 26
  • Upgraded rebar3 to 3.20
  • Fix direct fetch function to cope with empty batches in fetch response (previously fixed only in brod_consumer)

@zmstone zmstone force-pushed the master branch 15 times, most recently from 1d7db46 to d5c0218 Compare June 17, 2024 21:00
zmstone added 3 commits June 18, 2024 08:58
Mostly due to Kafka 0.9 does not cope well when max_bytes is 0.
Also, it does not make sense to fetch less than 12 bytes because
it needs at least 12 bytes to figure out the remaining bytes
of a message set.
@zmstone zmstone merged commit 40cbc91 into kafka4beam:master Jun 18, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants