Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bind dbname to client #5

Merged
merged 1 commit into from
Dec 21, 2023
Merged

feat: bind dbname to client #5

merged 1 commit into from
Dec 21, 2023

Conversation

fengjiachun
Copy link
Contributor

As the title said

@fengjiachun fengjiachun requested a review from sunng87 December 21, 2023 08:54
@fengjiachun fengjiachun merged commit 942ab5c into main Dec 21, 2023
4 checks passed
@fengjiachun fengjiachun deleted the feat/bind-database branch December 21, 2023 09:46
@@ -39,7 +38,7 @@ public class QuickStart {

public static void main(String[] args) throws Exception {
String endpoint = "127.0.0.1:4001";
GreptimeOptions opts = GreptimeOptions.newBuilder(endpoint) //
GreptimeOptions opts = GreptimeOptions.newBuilder("public", endpoint) //
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider:

GreptimeOptions.newBuilder(endpoint, "public")

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will do it on next pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants