Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

remove inputs from streamlet since the core streamlet class does not use it #2214

Merged
merged 1 commit into from
Aug 18, 2017

Conversation

srkukarni
Copy link
Contributor

No description provided.

@@ -79,5 +79,5 @@ def _build_this(self, builder):
if not callable(self._filter_function):
raise RuntimeError("filter function must be callable")
builder.add_bolt(self._stage_name, FilterBolt, par=self._parallelism,
inputs=self._inputs,
inputs=self._calculate_inputs(),
Copy link
Contributor

Choose a reason for hiding this comment

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

You are deleting this function

Copy link
Contributor Author

@srkukarni srkukarni Aug 18, 2017

Choose a reason for hiding this comment

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

I'm deleting the interface function from streamlet, but letting all other derivates implement calculating inputs in their own way. Thus the _calculate_inputs method here is the local one defined above in the same file

@srkukarni srkukarni merged commit d4a5cf5 into master Aug 18, 2017
@srkukarni srkukarni deleted the sanjeevk/pythondsl_cleanup3 branch August 18, 2017 22:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants