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 way I read that table is that if I use the Confluent.Kafka NuGet package, I'll:
Get the librdkafka.redist package as a dependency
On Ubuntu it will load runtimes/linux-x64/native/librdkafka.so
That build of librdkafka.so has dynamically linked GSSAPI support
Obviously I'm writing because whilst the first two points are correct, the included lib doesn't have GSSAPI support and I need to compile my own librdkafka with GSSAPI support. Note that this isn't a huge surprise to me as we were already doing this for an older version of librdkafka, but the linked page made me think we'd missed something.
Am I reading the above table wrong? What does the "GSSAPI/Kerberos" column actually mean?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just wanted to query the information here: https://github.com/edenhill/librdkafka/wiki/librdkafka.redist
The way I read that table is that if I use the
Confluent.Kafka
NuGet package, I'll:librdkafka.redist
package as a dependencyruntimes/linux-x64/native/librdkafka.so
librdkafka.so
has dynamically linked GSSAPI supportObviously I'm writing because whilst the first two points are correct, the included lib doesn't have GSSAPI support and I need to compile my own librdkafka with GSSAPI support. Note that this isn't a huge surprise to me as we were already doing this for an older version of librdkafka, but the linked page made me think we'd missed something.
Am I reading the above table wrong? What does the "GSSAPI/Kerberos" column actually mean?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions