wesql / wescale

WeScale is a Modern MySQL proxy that supports read-write-split, read-after-write-consistency, load balancing and OnlineDDL.
Apache License 2.0
196 stars 8 forks source link

[Enhancement Request] Support VStream API #513

Closed earayu closed 3 weeks ago

earayu commented 4 weeks ago

Background

Currently, the VStream API is not functioning as expected. The VStream API is designed to provide users with the ability to retrieve binlog information, which is crucial for certain operations and analysis.

Proposal

I propose enhancing the system to support the VStream API and ensure its proper functioning.

earayu commented 4 weeks ago

git branch: fix_vstream_api