-
Notifications
You must be signed in to change notification settings - Fork 140
Feat: Add missing attribute no_wrapper option to push subscription #249
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
Feat: Add missing attribute no_wrapper option to push subscription #249
Conversation
Hi @imrannayer @ayushmjain @q2w Can you please check on this? |
Hi @imrannayer @ayushmjain @q2w Can you check on this? |
Hi @imrannayer @ayushmjain @q2w Following up on this. |
Hi @imrannayer @q2w @ayushmjain When can I expect this to be reviewed? |
/gcbrun |
Thanks for running the build. When can I expect this to be merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @Ram1604!
- Verified
no_wrapper
is present in TPG v6.2 - Need to verify the
metadata.yaml
formatting prior to merge
filter = optional(string), | ||
enable_message_ordering = optional(bool), | ||
})) | ||
varType: "list(object({\r\n name = string,\r\n ack_deadline_seconds = optional(number),\r\n push_endpoint = optional(string),\r\n x-goog-version = optional(string),\r\n oidc_service_account_email = optional(string),\r\n audience = optional(string),\r\n expiration_policy = optional(string),\r\n dead_letter_topic = optional(string),\r\n retain_acked_messages = optional(bool),\r\n message_retention_duration = optional(string),\r\n max_delivery_attempts = optional(number),\r\n maximum_backoff = optional(string),\r\n minimum_backoff = optional(string),\r\n filter = optional(string),\r\n enable_message_ordering = optional(bool),\r\n no_wrapper = optional(bool),\r\n write_metadata = optional(bool),\r\n }))" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't seen this formatting before, is this correct? @q2w?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ram1604 Hey, Did you use the make generate_docs
to update the metadata.yaml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@q2w I did ran it after that the metadata.yaml got updated.
Hi @q2w Can you kindly assist here? |
Can you please assist here? |
This feature is not added in the push subscription. This option is needed to enable or disable "Push payload unwrapping" from the module itself.