Skip to content
New issue

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

add support for publishSettings #1027

Closed

Conversation

JamesBLewis
Copy link

@JamesBLewis JamesBLewis commented Mar 16, 2024

Resolves #1026

Update Connection struct to allow for customising PublishSettings the same way ReceiveSettings can be customised.

@JamesBLewis JamesBLewis force-pushed the gh-1026-expose-publishSettings branch from f9ba6c4 to 9343381 Compare March 16, 2024 07:54
@JamesBLewis JamesBLewis changed the title add support for custom publishSettings add support for publishSettings Mar 16, 2024
@duglin
Copy link
Contributor

duglin commented Jun 25, 2024

rebase needed

ProjectID: projectID,
TopicID: topicID,
SubscriptionID: subID,
PublishSettings: &pubsub.PublishSettings{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is topic deletion controlled by this setting?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @duglin my apologies, your confusion is a result of me copying and modifying one of the existing tests. I have corrected the test now.

@JamesBLewis JamesBLewis requested a review from a team as a code owner July 5, 2024 05:47
@JamesBLewis JamesBLewis force-pushed the gh-1026-expose-publishSettings branch from 912a678 to 0fcf1fb Compare July 5, 2024 05:50
@JamesBLewis JamesBLewis closed this Jul 5, 2024
@JamesBLewis JamesBLewis force-pushed the gh-1026-expose-publishSettings branch from 0fcf1fb to ef734d0 Compare July 5, 2024 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Expose pubsub PublishSettings along with ReceiveSettings
2 participants