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
The Go client is currently in beta and APIs are subject to (minor) change.
18
-
19
15
API strands
20
16
===========
21
17
There are two main API strands: channel based or function based.
@@ -148,7 +144,7 @@ by default but are available in the corresponding `..-dev` or `..-devel`
148
144
packages (e.g., libsasl2-dev).
149
145
150
146
After a succesful static build verify the dependencies by running
151
-
`ldd ./your_program`, librdkafka should not be listed.
147
+
`ldd ./your_program` (or `otool -L ./your_program` on OSX), librdkafka should not be listed.
152
148
153
149
154
150
@@ -165,6 +161,20 @@ Getting started
165
161
Installing librdkafka
166
162
---------------------
167
163
164
+
Either install librdkafka through your OS/distributions package manager,
165
+
or download and build it from source.
166
+
167
+
For Debian and Ubuntu based distros, install `librdkafka-dev` from the standard
168
+
repositories or using [Confluent's Deb repository](http://docs.confluent.io/3.2.0/installation.html#installation-apt).
169
+
170
+
For Redhat based distros, install `librdkafka-devel` using [Confluent's YUM repository](http://docs.confluent.io/3.2.0/installation.html#rpm-packages-via-yum).
171
+
172
+
For MacOS X, install `librdkafka` from Homebrew.
173
+
174
+
For Windows, see the `librdkafka.redist` NuGet package.
0 commit comments