-
Notifications
You must be signed in to change notification settings - Fork 677
Update pubsub to v1beta2 #414
Copy link
Copy link
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.triage meI really want to be triaged.I really want to be triaged.
Milestone
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.triage meI really want to be triaged.I really want to be triaged.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The following is a checklist for migrating over to the new v1beta2 pubsub API. It lists the incompatible changes that occurred between the two APIs.
https://pubsub.googleapis.com/v1beta2/...Subscriptions:
subscriptionto path parameter from request body.ackIdchanges toackIds.pageSizeinstead ofmaxResults.queryparameter.subscriptionsinstead ofsubscriptionin response.maxMessagesto set max number of messages to pull.receivedMessagesand is drastically different response.Topics:
queryparameter.pageSizeinstead ofmaxResults.topicsinstead oftopicin response.messagesarray of messages.messageIdsrather than an empty response.NEW: