oceanbase / oblogclient

A Java library to get commit log data from OceanBase.
Apache License 2.0
13 stars 12 forks source link

fields of config class should not be static #47

Closed whhe closed 2 years ago

whhe commented 2 years ago

We should keep the configurations isolated with other client instances, so the fields of the config class must not be static.