vert-x3 / vertx-jdbc-client

JDBC support for Vert.x
Apache License 2.0
126 stars 90 forks source link

Fix tracing integration with JDBC SQL client #302

Closed vietj closed 1 year ago

vietj commented 1 year ago

The tracing integration is broken because it requires to use the server socket address to report tracing information and the JDBC API does not naturally provides it.

We should try to determine the server address with a best effort to allow proper tracing reporting.