Ruby Kafka Versions Save

A Ruby client library for Apache Kafka

v1.1.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/zendesk/ruby-kafka/compare/v1.0.0...v1.1.0

v1.3.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/zendesk/ruby-kafka/compare/v1.2.0...v1.3.0

v1.4.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/zendesk/ruby-kafka/compare/v1.3.0...v1.4.0

v0.5.4

6 years ago
  • Add support for config entries in the topic creation API (#540).
  • Don't fail on retry when the cluster is secured (#545).

v0.5.3

6 years ago
  • Add support for the topic deletion API (#528).
  • Add support for the partition creation API (#533).
  • Allow passing in the seed brokers in a positional argument (#538).

v0.5.2.beta3

6 years ago

v0.5.2.beta2

6 years ago

v0.5.2.beta1

6 years ago

v0.5.2

6 years ago
  • Instrument the start of message/batch processing (#496).
  • Mark Client#fetch_messages as stable.
  • Fix the list topics API (#508).
  • Add support for LZ4 compression (#499).
  • Refactor compression codec lookup (#509).
  • Fix compressed message set offset bug (#506).
  • Test against multiple versions of Kafka.
  • Fix double-processing of messages after a consumer exception (#518).
  • Track consumer offsets in Datadog.

v0.5.0.beta3

6 years ago