You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.