pubsub: correct emulator sample#2254
Merged
pongad merged 1 commit intogoogleapis:masterfrom Jul 19, 2017
pongad:pub-sub-emu-doc
Merged
pubsub: correct emulator sample#2254pongad merged 1 commit intogoogleapis:masterfrom pongad:pub-sub-emu-doc
pongad merged 1 commit intogoogleapis:masterfrom
pongad:pub-sub-emu-doc
Conversation
Previously we use TopicAdminSettings.defaultBuilder(). The default channel uses secure connection, which is incompatible with the emulator. This commit corrects this. We cannot yet provide a way for users to set plain text in InstantiatingChannelProvider, since usePlaintext is still a beta API.
|
Changes Unknown when pulling 663da74 on pongad:pub-sub-emu-doc into ** on GoogleCloudPlatform:master**. |
Contributor
|
LGTM. It occurred to me that we are calling |
chingor13
pushed a commit
that referenced
this pull request
Feb 20, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
suztomo
pushed a commit
to suztomo/google-cloud-java
that referenced
this pull request
Mar 23, 2026
meltsufin
pushed a commit
that referenced
this pull request
Apr 29, 2026
…#2254) * chore: Update generation configuration at Sat Oct 26 02:24:29 UTC 2024 * chore: Update generation configuration at Sun Oct 27 02:29:11 UTC 2024 * chore: Update generation configuration at Tue Oct 29 02:27:44 UTC 2024 * chore: Update generation configuration at Wed Oct 30 02:27:20 UTC 2024 * chore: Update generation configuration at Thu Oct 31 02:27:54 UTC 2024 * chore: Update generation configuration at Fri Nov 1 02:30:31 UTC 2024 * chore: Update generation configuration at Sat Nov 2 02:25:12 UTC 2024 * chore: generate libraries at Sat Nov 2 02:25:54 UTC 2024 * chore: Update generation configuration at Tue Nov 5 02:25:23 UTC 2024 * chore: Update generation configuration at Wed Nov 6 02:24:47 UTC 2024
meltsufin
pushed a commit
that referenced
this pull request
May 1, 2026
…#2254) * chore: Update generation configuration at Sat Oct 26 02:24:29 UTC 2024 * chore: Update generation configuration at Sun Oct 27 02:29:11 UTC 2024 * chore: Update generation configuration at Tue Oct 29 02:27:44 UTC 2024 * chore: Update generation configuration at Wed Oct 30 02:27:20 UTC 2024 * chore: Update generation configuration at Thu Oct 31 02:27:54 UTC 2024 * chore: Update generation configuration at Fri Nov 1 02:30:31 UTC 2024 * chore: Update generation configuration at Sat Nov 2 02:25:12 UTC 2024 * chore: generate libraries at Sat Nov 2 02:25:54 UTC 2024 * chore: Update generation configuration at Tue Nov 5 02:25:23 UTC 2024 * chore: Update generation configuration at Wed Nov 6 02:24:47 UTC 2024
meltsufin
pushed a commit
that referenced
this pull request
May 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously we use TopicAdminSettings.defaultBuilder().
The default channel uses secure connection,
which is incompatible with the emulator.
This commit corrects this.
We cannot yet provide a way for users to set plain text
in InstantiatingChannelProvider, since usePlaintext
is still a beta API.