Skip to content

Added one new feature for viciious/go-tarantool #2674

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

Merged
merged 2 commits into from
Feb 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/book/connectors/__go.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,6 @@ Last update: January 2022
* - Miscellaneous
- Supports `tarantool/queue <https://github.com/tarantool/queue>`_ API
- Can mimic a Tarantool instance (also as replica). Provides instrumentation for reading snapshot and xlog files
via `snapio module <https://github.com/viciious/go-tarantool/tree/master/snapio>`_
via `snapio module <https://github.com/viciious/go-tarantool/tree/master/snapio>`_.
Implements unpacking of query structs if you want to implement your own iproto proxy
- API is experimental and breaking changes may happen
7 changes: 5 additions & 2 deletions locale/ru/LC_MESSAGES/book/connectors.po
Original file line number Diff line number Diff line change
Expand Up @@ -634,11 +634,14 @@ msgstr "Поддержка API `tarantool/queue <https://github.com/tarantool/qu
msgid ""
"Can mimic a Tarantool instance (also as replica). Provides instrumentation "
"for reading snapshot and xlog files via `snapio module "
"<https://github.com/viciious/go-tarantool/tree/master/snapio>`_"
"<https://github.com/viciious/go-tarantool/tree/master/snapio>`_. Implements "
"unpacking of query structs if you want to implement your own iproto proxy"
msgstr ""
"Может имитировать экземпляр Tarantool (в том числе реплику). Предоставляет "
"инструментарий для чтения снимков данных и файлов xlog с помощью `модуля "
"snapio <https://github.com/viciious/go-tarantool/tree/master/snapio>`_"
"snapio <https://github.com/viciious/go-tarantool/tree/master/snapio>`_. "
"Реализует распаковку структур запросов, если нужно реализовать свой "
"собственный прокси iproto"

msgid "API is experimental and breaking changes may happen"
msgstr "API коннектора экспериментальный и может значительно измениться"
Expand Down