You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/01/16 17:58:50 UTC

[GitHub] zone1511 opened a new issue #763: Decouple JDBCURL parser logic from URLParser

zone1511 opened a new issue #763: Decouple JDBCURL parser logic from URLParser
URL: https://github.com/apache/incubator-skywalking/issues/763
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [X] Feature or performance improvement
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.
   Currently, all JDBC url parser are hardcoded in class `URLParser`. I suggest to introduce java service api so each JDBC plugin provides its own URL parsing logic and URLParser just lookup the JDBC parser implementation using java service loader api.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services