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
Yet when the callback is invoked it gets an exception. I added some debug lines in KafkaClient.h to log the details
oauthbearerTokenRefreshCallback called
calling onOauthbearerTokenRefresh()
oauthbearerTokenRefreshCallback failed [basic_string::_M_construct null not valid]
What am I doing wrong in registering this simple oAuth callback ?
Here is the code from KafkaClient.h (library header) where the callback is being invoked
I have a simple barebones oAuth callback registered as follows
Yet when the callback is invoked it gets an exception. I added some debug lines in KafkaClient.h to log the details
oauthbearerTokenRefreshCallback called
calling onOauthbearerTokenRefresh()
oauthbearerTokenRefreshCallback failed [basic_string::_M_construct null not valid]
What am I doing wrong in registering this simple oAuth callback ?
Here is the code from KafkaClient.h (library header) where the callback is being invoked
The text was updated successfully, but these errors were encountered: