openGemini / opengemini-client-java

CNCF openGemini Java Client Library
https://opengemini.org/
Apache License 2.0
23 stars 15 forks source link

feat: add NotNull annotation when create client #77

Closed shoothzj closed 1 month ago

shoothzj commented 1 month ago

It's meaningless to create client with null configuration. I recommend add @NotNull annotation to hint user.