Skip to content
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

Move NodePool custom clone into a NodePoolBuilder #1014

Merged
merged 4 commits into from Feb 8, 2023

Conversation

rukai
Copy link
Member

@rukai rukai commented Feb 3, 2023

NodePoolBuilder matches the abstractions and naming used by CassandraSinkClusterBuilder. We no longer have a custom clone impl responsible for deciding which values are shared between transform instances.

unit tests no longer rely on a unit test specific code path (NodePath::new with a prepopulated vec), they now follow the same path to set the node list as the real code does (NodePath::update_nodes)

@rukai rukai requested a review from conorbros February 7, 2023 22:42
@conorbros conorbros enabled auto-merge (squash) February 8, 2023 04:05
@conorbros conorbros merged commit 26eea8c into shotover:main Feb 8, 2023
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.

None yet

3 participants