Skip to content

[wip] Parallel slot poc#177

Open
fourpointfour wants to merge 11 commits intoyugabyte:ybdb-debezium-2.5.2from
fourpointfour:parallel-slot-poc
Open

[wip] Parallel slot poc#177
fourpointfour wants to merge 11 commits intoyugabyte:ybdb-debezium-2.5.2from
fourpointfour:parallel-slot-poc

Conversation

@fourpointfour
Copy link

No description provided.

@fourpointfour fourpointfour self-assigned this Apr 17, 2025
@Override
public String toString() {
return "LSN{" + asLong() + '}';
return "LSN{" + asUnsignedBigInteger().toString() + '}';
Copy link
Author

Choose a reason for hiding this comment

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

This might not be needed. But then we will need to find another way of representation without the user getting negative values because that doesn't sound like a good user experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant