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
error:
java.lang.NoClassDefFoundError: java.nio.channels.spi.SelectorProvider is a restricted class.
Please see the Google App Engine developer's guide for more details. at
(i suspect its not supported if the library now is gRPC only)
The text was updated successfully, but these errors were encountered:
This is documented in our main README. The reason this is not supported on AppEngine is in fact gRPC not working AE, there is work on the AE side to fix this.
The other way to look at this is if gcloud-java's pubsub library would support REST (like the datastore implementation or python).
Is the suggestion to wait for AE to support gRPC (vs this client to support rest)?
Pubsub doens't work on GAE standard. Please add support for GAEStandard.
pubsub-java throws the following error on initialization
with
(i suspect its not supported if the library now is gRPC only)
The text was updated successfully, but these errors were encountered: