acelyc111 commented on issue #1998: URL: https://github.com/apache/incubator-pegasus/issues/1998#issuecomment-2126070223
@shalk 1. java client use 10 idl files, c++ use 12 idl files, go use 11 idl files It's because each language client has different function set. For example, the `admin-cli` is using go-client to support some CLI commands, but the Java client doesn't have such function. So you can see the go-client use an extra `idl/replica_admin.thrift`. 2. Though java use 10 idl files, but java client only generate 9 idl files code Yes, the `dsn.thrift` is used for place holder, I'll try to clarify it. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
