Sha256: 18fd1d2d30a293bf4054b2d52d60c4924e110d863e5d5db8fb730041f3b41a6f

Contents?: true

Size: 765 Bytes

Versions: 2

Compression:

Stored size: 765 Bytes

Contents

# Ext

This gem dependes on the `librdkafka` C library. It is downloaded when
this gem is installed.

To update the `librdkafka` version follow the following steps:

* Go to https://github.com/edenhill/librdkafka/releases to get the new
  version number and asset checksum for `tar.gz`.
* Change the version in `lib/rdkafka/version.rb`
* Change the `sha256` in `lib/rdkafka/version.rb`
* Run `bundle exec rake` in the `ext` directory to download and build
  the new version
* Run `docker-compose pull` in the main gem directory to ensure the docker
  images used by the tests and run `docker-compose up`
* Finally, run `bundle exec rspec` in the main gem directory to execute
  the test suite to detect any regressions that may have been introduced
  by the update

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rdkafka-0.10.0 ext/README.md
rdkafka-0.9.0 ext/README.md