Support watchers (subscription to server events)

Open
#309 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python

Research direction

Start by reading the Tarantool server events documentation and the linked go-tarantool reference implementation, then review how the existing box.session.push behavior and connection pool health check are handled. The issue does not name files or tests; done would require settling the asynchronous design for a synchronous connector and defining the replacement behavior.

Written by the indexing model from the issue text.

Description

3sp feature teamE

See Tarantool server events documentation for more info. See go-tarantool patch for reference implementation.

Watchers are expected to cover cases which are covered by box.session.push now. Since the latter is planned to be removed, we need to introduce a proper replacement first.

It is a design question how to introduce asynchronous mechanism to a synchronous connector. One way is to use threads like in connection pool health check.

Dominant language
Python
Stars
108
Forks
51
Avg merge
1d 8h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from tarantool/tarantool-python

All issues in tarantool/tarantool-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.