Skip to content

google-cloud-bigtable uses unstable protobuf APIs #5030

Description

@ejona86

In looking at grpc/grpc-java#5644 I noticed Range referenced UnsafeByteOperations. That seemed weird, because UnsafeByteOperations is ExperimentalApi.

It looks like the reference is at:

ByteString endSuffix = UnsafeByteOperations.unsafeWrap(new byte[] {(byte) (curByte + 1)});

Cloud libraries can only use stable APIs from other libraries, as otherwise it causes diamond dependency problems.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

api: bigtableIssues related to the Bigtable API.dependenciestype: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions