- Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
api: bigtableIssues related to the googleapis/java-bigtable API.Issues related to the googleapis/java-bigtable API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
This was motivated by #1234
Currently the emulator artifact serves 2 purposes:
- it packages the golang binaries and wraps it a java process controller
- Provides grpc helpers to build a ManagedChannel to the emulator
These 2 purposes are currently handled by making grpc-api a provided api. This should be cleaned up by pulling out the zero dependency binary wrapper and process controller into a separate artifact and change the current artifact to have a hard dependency on grpc and the new artifact.
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the googleapis/java-bigtable API.Issues related to the googleapis/java-bigtable API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.