cli icon indicating copy to clipboard operation
cli copied to clipboard

Don't depend on server internals

Open josh-berry opened this issue 1 year ago • 1 comments

As part of #584, I discovered we depend on some non-public Server APIs for dealing with task queues. We should not do this, since these APIs might change at a moment's notice.

We should scrub the codebase to remove any dependencies on Server internals.

josh-berry avatar Jun 04 '24 21:06 josh-berry

We should scrub the codebase to remove any dependencies on Server internals.

To clarify, remove any import of go.temporal.io/server anywhere but the devserver package (maybe)

cretz avatar Jun 04 '24 22:06 cretz