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

[Feature] Command Line tool support #298

Open
2 tasks done
simonsssu opened this issue Jan 1, 2025 · 1 comment
Open
2 tasks done

[Feature] Command Line tool support #298

simonsssu opened this issue Jan 1, 2025 · 1 comment
Labels
feature New feature or request

Comments

@simonsssu
Copy link

simonsssu commented Jan 1, 2025

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Currently, we can only access tables in the cluster through the Flink SQL Client. However, this approach has several limitations. On one hand, users need to be familiar with Flink SQL to perform queries and management operations. On the other hand, the metadata about these tables is restricted by the capabilities of Flink SQL, which cannot meet the demands of more complex scenarios.

We can provide a set of CLI tools ( Like kafka CLI tools ) for users to admin their resources in the cluster. e.g. users can get a table's distribution among tablet server.

Solution

No response

Anything else?

No response

Willingness to contribute

  • I'm willing to submit a PR!
@simonsssu simonsssu added the feature New feature or request label Jan 1, 2025
@simonsssu
Copy link
Author

This can be devided into several tasks for more CLI tools.

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

No branches or pull requests

1 participant