Well I find a way to write a utility for convertion. Best, tison.
tison <[email protected]> 于2019年11月13日周三 下午10:46写道: > Hi devs, > > I am trying to develop a filesystem-view storage on ratis, and here is the > problem I meet: > > When I trying to reply within `StateMachine#query` while generating > Message, compiler fails on > ByteString is not compatible with ByteString. I think it is because ratis > use shaded protobuf deps. > > However, how can I instance Message outside ratis project? Shall I also > depends on > ratis-thirdparty-misc? Is there a workaround? Or will ratis provides its > own abstraction for > resolving dep issues? > > Best, > tison. >
