We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got a cryptic
Could not create publisher stub; no publishes can occur.
from: https://github.com/GoogleCloudPlatform/pubsub/blob/master/kafka-connector/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubGRPCPublisher.java#L38
I just forgot the GOOGLE_APPLICATION_CREDENTIALS env variable, but the catch hides the reason of the exception.
GOOGLE_APPLICATION_CREDENTIALS
Proposed Fix: https://github.com/GoogleCloudPlatform/pubsub/pull/147/files
The text was updated successfully, but these errors were encountered:
The changes in #152 addressed this.
Sorry, something went wrong.
No branches or pull requests
I got a cryptic
from: https://github.com/GoogleCloudPlatform/pubsub/blob/master/kafka-connector/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubGRPCPublisher.java#L38
I just forgot the
GOOGLE_APPLICATION_CREDENTIALS
env variable, but the catch hides the reason of the exception.Proposed Fix:
https://github.com/GoogleCloudPlatform/pubsub/pull/147/files
The text was updated successfully, but these errors were encountered: