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

Support watchers (subscription to server events) #309

Open
DifferentialOrange opened this issue Sep 12, 2023 · 1 comment
Open

Support watchers (subscription to server events) #309

DifferentialOrange opened this issue Sep 12, 2023 · 1 comment
Labels
3sp feature A new functionality teamE

Comments

@DifferentialOrange
Copy link
Member

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.

@DifferentialOrange DifferentialOrange added the feature A new functionality label Sep 12, 2023
@DifferentialOrange
Copy link
Member Author

As a follow-up, we need to consider supporting graceful shutdown event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3sp feature A new functionality teamE
Projects
None yet
Development

No branches or pull requests

2 participants