digitalocean/firebolt

Problem: figuring out how to get right confluent libraries is difficult

taotetek opened this issue · 1 comments

We could add a "setting up your dev environment" section to the README to help people get up and running on contributing code faster.

Output from make test:

# github.com/confluentinc/confluent-kafka-go/kafka
../../../../pkg/mod/github.com/confluentinc/confluent-kafka-go@v1.1.0/kafka/00version.go:44:2: error: #error "confluent-kafka-go requires librdkafka v1.1.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
 #error "confluent-kafka-go requires librdkafka v1.1.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
  ^~~~~
Makefile:45: recipe for target '.makecache/test' failed

While I know how to fix this, it could be tedious for a newer contributor - so maybe a doc section would help