Skip to content
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

[3pt] Document the new pub/sub system and its events #2551

Closed
patiencedaur opened this issue Jan 18, 2022 · 0 comments · Fixed by #2858
Closed

[3pt] Document the new pub/sub system and its events #2551

patiencedaur opened this issue Jan 18, 2022 · 0 comments · Fixed by #2858
Assignees

Comments

@patiencedaur
Copy link
Contributor

patiencedaur commented Jan 18, 2022

Epic: Document master discovery
Related dev issues:
tarantool/tarantool#6257 (system)
tarantool/tarantool#6260 (events)

Product: Tarantool
Since: 2.10
Audience/target: dev
Root document: TBD
SME: @ yanshtunder , @ Gerold103

Details

Pub/sub is a notification system for Tarantool events. It is related to one-time subscriptions.

Events that the system will process:

  • box.status
  • box.election
  • box.schema
  • (are there more in this quarter?)
    As a reaction to each event, the server sends back specific iproto fields.

Related to #2407 #2409 #2408

@xuniq xuniq added 2sp and removed 3sp labels May 5, 2022
@patiencedaur patiencedaur added 1sp and removed 2sp labels Jun 8, 2022
patiencedaur added a commit that referenced this issue Aug 5, 2022
Fixes #2551
Fixes #2409
Fixes #2407

* Add new functions to module box
* Update watch and broadcast methods
* Add System events section
* Add glossary
* Proofread text and add links

Written by Kseniia Antonova
Reviewed by Vladimir Davydov and Dmitry Oboukhov
Proofread by Patience Daur

Co-authored-by: Kseniia Antonova <xuniq.is.here@gmail.com>
Co-authored-by: Patience Daur <patiencedaur@gmail.com>
p7nov pushed a commit that referenced this issue Aug 11, 2022
Fixes #2551
Fixes #2409
Fixes #2407

* Add new functions to module box
* Update watch and broadcast methods
* Add System events section
* Add glossary
* Proofread text and add links

Written by Kseniia Antonova
Reviewed by Vladimir Davydov and Dmitry Oboukhov
Proofread by Patience Daur

Co-authored-by: Kseniia Antonova <xuniq.is.here@gmail.com>
Co-authored-by: Patience Daur <patiencedaur@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants