birschick-bq opened a new issue, #3481: URL: https://github.com/apache/arrow-adbc/issues/3481
@birschick-bq How do you see this evolving as time goes on? It sounds like the file exporter in the `Listeners` project isn't fully compatible with the one in the `Exporters` project -- so switching to `Exporters` would be a breaking change? Then any new C#-based driver would have to decide which of the two to use/support? _Originally posted by @CurtHagenlocher in https://github.com/apache/arrow-adbc/issues/3315#issuecomment-3330338792_ Need to address the evolution of telemetry observation possibilities in the CSharp implementation. Currently, there are two implementations. - based on the [OTel Exporters](csharp/src/Telemetry/Traces/Exporters/readme.md) interface - base on the [ActivityListener](csharp/src/Telemetry/Traces/Listeners/readme.md) interface 1. Does it make sense to have two implementations? 2. Can a driver leverage both implementations? 3. What strengths and weaknesses does each implementation bring? -- 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]
