-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
Description
We need to support GaussDB storage in Zipkin due to my company’s development requirements.
Feature
Support GaussDB storage in zipkin like mysql
Rationale
It can expand the influence of GaussDB
Example Scenario
For companies using GaussDB
my question
I have a question. I want to support GaussDB in the Zipkin server.
I studied MySQL’s storage logic and found that it implements storage using JOOQ, but I am not familiar with JOOQ.
I am familiar with MyBatis and HikariCP. If I implement this, will you accept my code?