googleapis / googleapis/google-cloud-java

[java-pubsub] Allow user to configure usage of REST Transport

Offen
#13,049 2 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @michaelpri10 Auf GitHub ansehen
api: pubsub type: feature request
Vorherrschende Sprache
Java
Sterne
2.1k
Forks
1.2k
Ø Merge
1 T. 23 Std.
Gemergte PRs (30 T.)
154

Beschreibung

**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`. The `Publisher` implementation
provided 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**

* We have a requirement for on-premise clients to access PubSub only through a TLS terminating proxy
which performs additional validation on request attributes to limit traffic to just allowlisted GCP projects
or pubsub topics
* In the TLS terminating mode, the proxy doesn't support grpc. As such all clients leveraging the official PubSub Java SDK are unable to utilize this TLS terminated proxy approach.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.