logbee / keyscore

Apache License 2.0
3 stars 0 forks source link

Pipeline with two identic filters only instantiates one. #51

Closed EndallBatan93 closed 5 years ago

EndallBatan93 commented 5 years ago

Problem: Create a pipeline with the pipely-editor with a Kafka source and a Kafka sink and put two identic filters between like two LoggerFilters or two AddFieldsFilters . When you run the pipeline in the editor there are only three resources created. Sink Source and one instance of the filter. The second one is missing.

Question: This may be a FrontEnd or a BackEnd problem, somewhere in between the second configuration goes missing.

kKdH commented 5 years ago

@EndallBatan93 may you enhance the integration test to reproduce the problem? If you can Not reproduce the problem you discribed, it is a bug in the KS:M.

EndallBatan93 commented 5 years ago

Problem definitely is related to pipely.

MaxKarthan commented 5 years ago

fixed with b6c19a5