forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 60
Add replication support #203
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
Labels
feature
A new functionality
Comments
Why don't just use Victor's connector for those purposes? |
There are bugs in that library, it doesn't support decimal and uuid and it needs to be fixed. We can fix a 3rd party library, but would like to use the original one and spend time on it, not on a third-party. |
What bugs exactly? |
Bosses say that such functionality is planned only in the EE versions of the products. |
DifferentialOrange
added a commit
to tarantool/tarantool-python
that referenced
this issue
Apr 17, 2023
This is a breaking change. Current join and subscribe implementations are rather useless. Connector does not provide any API to process incoming replication requests. The only supported scenario is to "connect as replica, skip everything that has been sent through replication, close on error". Current Tarantool team product strategy is to develop CDC features, including replication support in language connectors, as Enterprise edition products [1]. Since we don't plan to provide proper join and subscribe implementation in the open-source connector in the future, we decide to drop current half-baked implementation to not confuse new users. 1. tarantool/go-tarantool#203
DifferentialOrange
added a commit
to tarantool/tarantool-python
that referenced
this issue
Apr 17, 2023
This is a breaking change. Current join and subscribe implementations are rather useless. Connector does not provide any API to process incoming replication requests. The only supported scenario is to "connect as replica, skip everything that has been sent through replication, close on error". Current Tarantool team product strategy is to develop CDC features, including replication support in language connectors, as Enterprise edition products [1]. Since we don't plan to provide proper join and subscribe implementation in the open-source connector in the future, we decide to drop current half-baked implementation to not confuse new users. 1. tarantool/go-tarantool#203
DifferentialOrange
added a commit
to tarantool/tarantool-python
that referenced
this issue
Apr 17, 2023
This is a breaking change. Current join and subscribe implementations are rather useless. Connector does not provide any API to process incoming replication requests. The only supported scenario is to "connect as replica, skip everything that has been sent through replication, close on error". Current Tarantool team product strategy is to develop CDC features, including replication support in language connectors, as Enterprise edition products [1]. Since we don't plan to provide proper join and subscribe implementation in the open-source connector in the future, we decide to drop current half-baked implementation to not confuse new users. 1. tarantool/go-tarantool#203
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support subscribing to replicaset like replica
The text was updated successfully, but these errors were encountered: