Skip to content

Add @BetaApi for exactly once delivery #1049

@anguillanneuf

Description

@anguillanneuf

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):

@BetaApi("Ordering is not yet fully supported and requires special project enablements.")
public void resumePublish(String key) {

@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.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions