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

Support omitting the "cell" parameter in the database connection jdbcurl #122

Closed
wangweicugw opened this issue Aug 11, 2023 · 0 comments · Fixed by #132
Closed

Support omitting the "cell" parameter in the database connection jdbcurl #122

wangweicugw opened this issue Aug 11, 2023 · 0 comments · Fixed by #132

Comments

@wangweicugw
Copy link
Collaborator

wangweicugw commented Aug 11, 2023

Description:

Currently, when connecting to a database using a connection URL, the "cell" parameter is required to specify the specific cell within a database cluster. However, in certain scenarios, it would be beneficial to allow the omission of the "cell" parameter.

To enhance the usability and flexibility of the database connection process, it is proposed to modify the system to support connecting to the default cell when the "cell" parameter is omitted from the connection jdbcurl. This means that users can establish a connection without explicitly specifying the cell, relying on the system's default behavior to determine the appropriate cell.

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 a pull request may close this issue.

1 participant