Sha256: 060c9af1647ee307ae385142a37c1887082e7f4ee9000f09a8984cea85f9502c

Contents?: true

Size: 817 Bytes

Versions: 5

Compression:

Stored size: 817 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:

* Download the new version `tar.gz` from  https://github.com/edenhill/librdkafka/
* Generate a `sha256` with (if using MacOS) `shasum -a 256 <file>`
* Change the `sha256` in `lib/rdkafka/version.rb`
* Change the version in `lib/rdkafka/version.rb`

## Disclaimer

Currently the `librdkafka` project does not provide
checksums of releases. The checksum provided here is generated on a best
effort basis. If the CDN would be compromised at the time of download the
checksum could be incorrect.

Do your own verification if you rely on this behaviour.

Once https://github.com/appsignal/rdkafka-ruby/issues/44 is implemented
we will change this process.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rdkafka-0.7.0 ext/README.md
rdkafka-0.6.0 ext/README.md
rdkafka-0.5.0 ext/README.md
rdkafka-0.4.2 ext/README.md
rdkafka-0.4.1 ext/README.md