-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
api: pubsubIssues related to the googleapis/java-pubsub API.Issues related to the googleapis/java-pubsub API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
We did not decorate new methods added by #1022 for exactly once delivery as @BetaApi, but we should do so until the APIs are GA.
See some examples of this for ordering (which are supposed to be removed by now):
java-pubsub/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java
Lines 320 to 321 in eaeedd8
| @BetaApi("Ordering is not yet fully supported and requires special project enablements.") | |
| public void resumePublish(String key) { |
java-pubsub/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java
Lines 803 to 804 in eaeedd8
| @BetaApi("Ordering is not yet fully supported and requires special project enablements.") | |
| public Builder setEnableMessageOrdering(boolean enableMessageOrdering) { |
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the googleapis/java-pubsub API.Issues related to the googleapis/java-pubsub API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.