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

decouple distributed transaction handling from durable task implementation #27

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

vroldanbet
Copy link
Contributor

with the goal of being able to exchange the underlying implementation if necessary

@vroldanbet vroldanbet requested a review from ecordell September 6, 2023 14:59
@github-actions github-actions bot added area/core area/dependencies Affects dependencies area/tooling Affects the dev or user toolchain labels Sep 6, 2023
e2e/go.mod Outdated
@@ -207,7 +207,7 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.27.2 // indirect
k8s.io/cloud-provider v0.0.0 // indirect
k8s.io/cloud-provider v0.28.0 // indirect
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have no clue what happened here

@vroldanbet vroldanbet force-pushed the decouple-from-durable-task-implementation branch 2 times, most recently from 10d4b30 to 3f645f6 Compare September 6, 2023 16:10
…ation

with the goal of being able to exchange the underlying implementation
@vroldanbet vroldanbet force-pushed the decouple-from-durable-task-implementation branch from 3f645f6 to e811ee9 Compare September 6, 2023 16:21
@ecordell ecordell merged commit 49c5869 into main Sep 6, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/core area/dependencies Affects dependencies area/tooling Affects the dev or user toolchain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants