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

Remove input_channel argument from ValueConsumer #707

Merged
merged 6 commits into from
Aug 2, 2024
Merged

Conversation

mairas
Copy link
Collaborator

@mairas mairas commented Jun 16, 2024

ValueConsumer input_channels were implemented to allow multiple inputs to a single transform. However, the semantics were never fully thought out, and the argument was used very rarely. Since you can achieve the same result by adding multiple LambdaConsumers in a single class, I've decided to remove the input_channel argument altogether. This might break some transforms temporarily.

@mairas mairas merged commit db8de27 into dev-3 Aug 2, 2024
28 checks passed
@mairas mairas deleted the remove_input_channel branch August 2, 2024 20:13
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.

1 participant