-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Keeper Client #47414
Keeper Client #47414
Conversation
dbms | ||
) | ||
|
||
clickhouse_program_add(keeper-client) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice to have it as a standalone binary so maybe think early about minimizing included libs?
This is just a suggestion so feel free to do it in any way you think it's easiest for you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@antonio2368 Initial idea was to include this client only to standalone keeper
and bigger clickhouse
binary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that also works
I'm thinking that it would be also nice and easy to support 4 letter commands. The output will be like this
|
Implemented support for four-letter-word commands.
c2c7288
to
3380e46
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
…to 46229-repl-clickhouse-keeper # Conflicts: # tests/integration/test_keeper_client/test.py
…repl-clickhouse-keeper
This is an automated comment for commit 362055c with description of existing statuses. It's updated for the latest CI running
|
CC @alexey-milovidov Merging is blocked until the requested changes are addressed... |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Added native ClickHouse Keeper CLI Client.
Documentation entry for user-facing changes
#46229
Example