Allow user to configure usage of REST Transport #2074
Labels
api: pubsub
Issues related to the googleapis/java-pubsub API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
The PubSub Java SDK does not work when configured with
InstantiatingHttpJsonChannelProvider
.It only supports
InstantiatingGrpcChannelProvider
. ThePublisher
implementationprovided by the SDK is tightly coupled with a Grpc transport.
Describe the solution you'd like
Update the Publisher and Subscriber implementations to support
InstantiatingHttpJsonChannelProvider
Describe alternatives you've considered
None
Additional context
which performs additional validation on request attributes to limit traffic to just allowlisted GCP projects
or pubsub topics
The text was updated successfully, but these errors were encountered: