Skip to content

Comments

VStream API [Backport]: Allow Keyspace-Level Heartbeats to be Streamed (#16593)#586

Closed
makinje16 wants to merge 10 commits intoslack-19.0from
slack-19.0-binlog-watermarking
Closed

VStream API [Backport]: Allow Keyspace-Level Heartbeats to be Streamed (#16593)#586
makinje16 wants to merge 10 commits intoslack-19.0from
slack-19.0-binlog-watermarking

Conversation

@makinje16
Copy link

Description

This is a backport of vitessio#16593 needed by CDC to continue productionizing vstreams and related operations. Specifically, this introduces binlog watermarking which allows us to timestamp streams from Vitess and fulfill the requirements of being a online streaming database.

Related Issue(s)

Checklist

  • "Backport to:" labels have been added if this change should be back-ported
  • Tests were added or are not required
  • Did the new or modified tests pass consistently locally and on the CI
  • Documentation was added or is not required

Deployment Notes

@makinje16 makinje16 requested a review from a team as a code owner January 16, 2025 22:25
@salesforce-cla
Copy link

Thanks for the contribution! Before we can merge this, we need @rohit-nayak-ps to sign the Salesforce Inc. Contributor License Agreement.

@github-actions github-actions bot added this to the v19.0.7 milestone Jan 16, 2025
return dbc.conn.SupportsCapability(capability)
}

// ----------------------------------------------
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this new code block

func (vc *VitessCluster) AddTablet(t testing.TB, cell *Cell, keyspace *Keyspace, shard *Shard, tabletType string, tabletID int) (*Tablet, *exec.Cmd, error) {
tablet := &Tablet{}

options := []string{
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the deleted code back

Signed-off-by: Malcolm Akinje <makinje@slack-corp.com>
@tanjinx
Copy link

tanjinx commented Mar 12, 2025

dup of #620

@tanjinx tanjinx closed this Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants