tarantool / tarantool/tarantool-python
Support watchers (subscription to server events)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 108
- Forks
- 51
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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.
Assessment
- Tech stack
- python
- Domain
- backend, backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100