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'd like to use Google Pub/Sub Lite as a Kafka broker. This doc says a service account key JSON file must be generated for a Kafka producer or a consumer to authenticate to Pub/Sub Lite, but our organization doesn't allow the key JSON file creation for security reasons.
This section and this section say that Java-based Kafka clients can access Pub/Sub Lite without generating the key JSON file. But since the framework we're using uses confluent-kafka-go which is based on librdkafka, we can't use the method as librdkafka doesn't support sasl.jaas.config and sasl.login.callback.handler.class.
Is there a way for librdkafka to access Pub/Sub Lite without generating the key JSON file?
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
-
I'd like to use Google Pub/Sub Lite as a Kafka broker.
This doc says a service account key JSON file must be generated for a Kafka producer or a consumer to authenticate to Pub/Sub Lite, but our organization doesn't allow the key JSON file creation for security reasons.
This section and this section say that Java-based Kafka clients can access Pub/Sub Lite without generating the key JSON file. But since the framework we're using uses confluent-kafka-go which is based on librdkafka, we can't use the method as librdkafka doesn't support
sasl.jaas.config
andsasl.login.callback.handler.class
.Is there a way for librdkafka to access Pub/Sub Lite without generating the key JSON file?
Beta Was this translation helpful? Give feedback.
All reactions