milleruntime commented on issue #2473:
URL: https://github.com/apache/accumulo/issues/2473#issuecomment-1033212168
One idea I had was to create an Environment interface to pass between FATE
and the Manager. The tricky part is that some of the FATE code is in core (the
interface, framework and some implementation) while most of it is in the same
package as the Manger. I thought we could do this:
<pre>
public interface RepoEnv {
public ServerContext getContext();
}
</pre>
But that won't work because `ServerContext` is in server and Fate is in core.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]