-
I'm modifying
And it doesn't deliver any messages: Configuration is as follow: Same issue occurs if I use What am I missing here? Or is this an issue with the library? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have figured it out. For anyone with the same issue, the key here is to install libcurl. For Ubuntu it's |
Beta Was this translation helpful? Give feedback.
I have figured it out. For anyone with the same issue, the key here is to install libcurl. For Ubuntu it's
libcurl4-openssl-dev
I installed the library then went though the compilation process for
librdkafka
again. Then the modified example works.