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

Simplify Connection handler prototyp #9098

Merged
merged 4 commits into from
Jan 3, 2022
Merged

Conversation

benmoriceau
Copy link
Contributor

What

simplify the prototype of the connectionHandler methods that rely only on UUID

@github-actions github-actions bot added area/platform issues related to the platform area/server labels Dec 24, 2021
throws ConfigNotFoundException, IOException, JsonValidationException {
if (featureFlags.usesNewScheduler()) {
temporalWorkerRunFactory.deleteConnection(connectionIdRequestBody.getConnectionId());
temporalWorkerRunFactory.deleteConnection(connectionIdy);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: typo

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@benmoriceau benmoriceau temporarily deployed to more-secrets January 3, 2022 07:30 Inactive
@benmoriceau benmoriceau temporarily deployed to more-secrets January 3, 2022 07:54 Inactive
@benmoriceau benmoriceau merged commit f9eac08 into master Jan 3, 2022
@benmoriceau benmoriceau deleted the bmoric/uuid-refacto branch January 3, 2022 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform area/server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants