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

Add support for runtime parameter values when using Message Handlers #76

Closed
salsferrazza opened this issue Dec 16, 2022 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@salsferrazza
Copy link
Collaborator

Currently, MessageHandler specific configurations must be hard-coded within the handler module itself. There should be a syntax for specifying user parameters at runtime through the command line syntax. Something like:

message_handlers=TimestampPullForwardHandler:timestamp_field=transact_time

Or potentially a <MessageHandlerSubclassName>.json can be automatically checked and the dictionary passed into the MessageHandler constructor? This might give the most flexibility without rendering the CLI syntax too unweildy.

@salsferrazza
Copy link
Collaborator Author

#129

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant