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

#122 createPartitioning from client to server functionality #124

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

cerveada
Copy link
Collaborator

  • also fix Future/CompletableFuture issue on server

fixes #122

- also fix Future/CompletableFuture issue on server
Copy link
Contributor

@benedeki benedeki left a comment

Choose a reason for hiding this comment

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

  • code reviewed
  • pulled
  • built
  • run

}

override def saveCheckpoint(checkpoint: CheckpointDTO): Unit = {
basicRequest
.body(s"$checkpoint")
.post(serverUri)
.post(createCheckpointEndpoint)
Copy link
Contributor

Choose a reason for hiding this comment

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

Wrong endpoint, but will be fixed in follow-up PR, as it was wrong anyway....

@cerveada cerveada merged commit a446fb2 into master Nov 16, 2023
@cerveada cerveada deleted the feature/122-create-partitioning-endpoint-call branch November 16, 2023 16:06
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.

Call GetOrCreatePartitioning endpoint and process the response
2 participants