lidavidm commented on issue #11657: URL: https://github.com/apache/arrow/issues/11657#issuecomment-965376226
The example is adding a second port to demonstrate that you can customize the gRPC server. However, both services are available on both ports. For this case, you should always link gRPC dynamically. That means both Arrow and your application need to be built against the gRPC shared libraries, *not* the static libraries. We should make this clearer somewhere… -- 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]
