Skip to content

coordination service, fix yson

Compare
Choose a tag to compare
@rekby rekby released this 26 Jan 09:05
· 195 commits to master since this release

Initial implemented client for YDB coordination service (shared semaphores)
Add CopyTable and CopyTables to table service - for atomicatty copy tables.
Fixed YSON mistake - while it was send to server as text, it was caused error.

Now it sends as binary, and need bynary for create value (change public api - previous versions require text for yson value, but it never worked).