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
I can use the AdminClient with the OAUTHBEARERsasl.mechanism.
Current State
Only the producer and consumer clients work with the OAUTHBEARERsasl.mechanism.
Background
I'm using the AdminClient struct and trying to get it working with the OAUTHBEARERsasl.mechanism. This project has producer and consumer examples, but it doesn't seem to work with the AdminClient.
I found that Client::poll_event handles the relevant event, but the AdminClient does not call that function. I tried to make the AdminClient call Client::poll_event, but I don't seem to get any events back, even after registering them with rd_kafka_conf_set_events. There's some difference between AdminClient and the producer client that I'm missing.
The text was updated successfully, but these errors were encountered:
Desired Outcome
I can use the
AdminClient
with theOAUTHBEARER
sasl.mechanism
.Current State
Only the producer and consumer clients work with the
OAUTHBEARER
sasl.mechanism
.Background
I'm using the
AdminClient
struct and trying to get it working with theOAUTHBEARER
sasl.mechanism
. This project has producer and consumer examples, but it doesn't seem to work with theAdminClient
.I found that
Client::poll_event
handles the relevant event, but theAdminClient
does not call that function. I tried to make theAdminClient
callClient::poll_event
, but I don't seem to get any events back, even after registering them withrd_kafka_conf_set_events
. There's some difference betweenAdminClient
and the producer client that I'm missing.The text was updated successfully, but these errors were encountered: