-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add ability to connect through admin (control) socket #193
Comments
Is there an example implementation in another connector? |
At least in tarantoolctl https://github.com/tarantool/tarantool/blob/master/extra/dist/tarantoolctl.in |
New CLI "TT" is written in go and works with it https://github.com/tarantool/tt/tree/master/cli/connector |
wow, there is really writing and reading in plain text |
@Totktonada you can check https://github.com/igorcoding/asynctnt/blob/master/tests/test_connect.py#L83 |
@NeraverinTarantool It is usual for connectors to have a test helper to work with a console to don't prepare data for testing with tested functions. IOW, to don't test the binary protocol implementation using this implementation itself. I meant implementation in a connector's public API, not internally for testing purposes. |
Any news on it? |
We have no plans to implement and support in. |
At the moment connector allow to connect through tcp and unix socket, but sometimes it's can be useful to connect through “admin port”.
Expect behavior is like in tarantoolctl.
Step to reproduce:
init.lua
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: