You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ctubbsii (via GitHub)" <gi...@apache.org> on 2023/02/14 17:33:02 UTC

[GitHub] [accumulo] ctubbsii commented on issue #2640: Thrift services can be further decomposed

ctubbsii commented on issue #2640:
URL: https://github.com/apache/accumulo/issues/2640#issuecomment-1430122393

   One thing I am thinking regarding this decomposition is that we need to be careful not to further couple ourselves to Thrift. I still think it's a good idea to try to abstract the RPC layer, and while it may be useful to decompose the Thrift services, we need to be sure that we keep that decomposition at the Thrift RPC layer, and not allow it to leak into non-RPC code, *unless* that decomposition also makes sense at a higher layer of abstraction above the Thrift implementation. Just something to keep in mind, I think.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org