Split emulator into 2 artifacts #1257
Labels
api: bigtable
Issues related to the googleapis/java-bigtable API.
priority: p3
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.
This was motivated by #1234
Currently the emulator artifact serves 2 purposes:
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.
The text was updated successfully, but these errors were encountered: