lidavidm commented on issue #173: URL: https://github.com/apache/arrow-cookbook/issues/173#issuecomment-1097991436
Thanks. Hmm, I'd probably prefer to set things up the way C++ has done it over the way Java has, just because then it's much much easier to edit the examples. For example: https://github.com/apache/arrow-cookbook/blob/4396e9692386a8f170e55667422db780d65b02a5/cpp/code/flight.cc#L193-L208 The code and output then get inserted with a custom Sphinx extension: https://github.com/apache/arrow-cookbook/blob/4396e9692386a8f170e55667422db780d65b02a5/cpp/source/flight.rst?plain=1#L46-L49 Would that feel reasonably natural to a C♯ dev? Please feel free to add the mTLS example as well - it's much appreciated. -- 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]
