Closed
Description
I love this new initiative. It shows a lot of promise. One area I see that can be improved is in the observability/traceability front. This includes both API and Agent based.
JDBC's API makes some decisions that complicate these goals. For example, the PreparedStatement
interface provides no reference to the original SQL statement. We must maintain a weak map reference to the prepared statement to get that SQL statement.
I'm sure there are other aspects that can be improved here. This is just intended to start that discussion. @adriancole would be a great point of contact within Pivotal to discuss with as well.