-
Notifications
You must be signed in to change notification settings - Fork 509
Labels
Milestone
Description
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
https://docs.google.com/document/d/1_XorPkTfq3ig3O-PkfylxXsyw3aYGBSkqitslSkpmyc/edit?tab=t.0
Tasks
- Add command line tool related script. #1015
- Introduce Command Line tool framework #1013
- Implement table sub command line tool #1012
- Implement cluster sub command line tool #1014
- Implement produce sub command line tool #1016
- Implement consume sub command line tool #1017
and more , e.g. acl, perf etc
Reactions are currently unavailable