You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building with librdkafka 1.6+ doesn't require librdkafka library any more (#67)
* "-tags static" makes the package re-distributable without requiring librdkafka on the receiving host
* mention librdkafka requirement in build as well
* don't do apt step at all
* don't require librdkafka during build in docs either
* revert static build change
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,6 @@ When deployed in a Kubernetes cluster using Helm and using an external Prometheu
78
78
79
79
## development
80
80
81
-
Building requires librdkafka be available on the building host. It is typically available in distribution package archives, but can also be downloaded and built from here: https://github.com/edenhill/librdkafka.git
0 commit comments