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

Avoid unnecessary serialization between Camel routes #799

Closed
brosenberg42 opened this issue Jan 8, 2019 · 1 comment
Closed

Avoid unnecessary serialization between Camel routes #799

brosenberg42 opened this issue Jan 8, 2019 · 1 comment
Assignees
Milestone

Comments

@brosenberg42
Copy link
Member

Whenever an object needs to be sent from one route to another or between processors in a single route, it gets serialized in the Smile format. The objects are only used within the WFM JVM so serialization is unnecessary.

@jrobble jrobble self-assigned this Jan 8, 2019
@jrobble jrobble added this to To do in OpenMPF: Development via automation Jan 8, 2019
@jrobble jrobble added this to the Release 4.0.0 milestone Jan 8, 2019
@jrobble
Copy link
Member

jrobble commented Jan 8, 2019

As an alternative to serialization, we should consider avoiding multiple Camel processors for functionality that is all performed by the WFM - this may be accomplished using method calls instead.

@jrobble jrobble modified the milestones: Release 4.0.0, Release 5.0.0 Feb 22, 2019
@jrobble jrobble modified the milestones: Release 5.0.0, Release 5.1 Jun 23, 2020
@jrobble jrobble modified the milestones: Milestone 1, Milestone 2 May 14, 2021
@jrobble jrobble modified the milestones: Milestone 2, Milestone 3 Aug 29, 2022
@brosenberg42 brosenberg42 moved this from To do to In Progress in OpenMPF: Development Apr 27, 2023
@brosenberg42 brosenberg42 assigned brosenberg42 and unassigned jrobble Apr 27, 2023
@jrobble jrobble closed this as completed Jun 21, 2023
OpenMPF: Development automation moved this from In Progress to Closed Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants