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
We have a need to make two producers; one being SASL configured (producing messages to our third party), and the other producer producing messages for our own Kafka cluster (which is hidden behind our intranet). Is it possible to configure the librdkafka client so that it can service those options at the same time?
I'm asking, because when we try to do this, we get a No provider for SASL mechanism: GSSAPI for the configuration that does not have auth behind it.
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
-
We have a need to make two producers; one being SASL configured (producing messages to our third party), and the other producer producing messages for our own Kafka cluster (which is hidden behind our intranet). Is it possible to configure the
librdkafka
client so that it can service those options at the same time?I'm asking, because when we try to do this, we get a
No provider for SASL mechanism: GSSAPI
for the configuration that does not have auth behind it.Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions