vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.61k stars 2.1k forks source link

Support oracle Golden Gate #4440

Open alochym01 opened 5 years ago

alochym01 commented 5 years ago

does vitess support oracle golden gate

sougou commented 5 years ago

You should be able to point Oracle's Golden Gate to any of the mysql servers that vitess runs, and it should work as it otherwise would against any mysql server.

We've been considering a more abstracted out interface where vitess gives you binlogs as if it was a unified database. This is something will put on our roadmap soon.

kazablock commented 8 months ago

Hi @ajm188 -san, is this feature supported in 2024?

mattlord commented 8 months ago

@kazablock what feature are you referring to? I think that this should be closed as it’s not clear.

The unified stream that was previously mentioned exists: https://vitess.io/docs/reference/vreplication/vstream/

kazablock commented 8 months ago

Hi @mattlord thank you for reply , our company relies on golden gate for replication and we wanted to know if it is supported.