heroku-buildpack-librdkafka

by HDVInsurance

README.md

librdkafka buildpack

This buildpack compiles librdkafka for use with node-rdkafka.

Usage

  • This buildpack expects that you have at least the heroku standard nodejs buildpack. This buildpack should come first so that librdkafka gets installed before yarn install node-rdkafka gets run.
  • Set up like so:
heroku buildpacks:set https://github.com/HDVInsurance/heroku-buildpack-librdkafka.git

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/HDVInsurance/heroku-buildpack-librdkafka.git

For existing applications:

$ heroku buildpacks:set https://github.com/HDVInsurance/heroku-buildpack-librdkafka.git -a YOUR_APP_NAME