Petr Spacek
2015-01-21 22:05:31 UTC
Hello list,
I would like to know if it is possible to somehow combine 1 custom python
module with two instances of iterator modules (with different configurations).
I'm trying to get structure like this:
python module -> validator -> iterator 1
-> iterator 2
The Python module should pass the query to the validator & iterator 1 tandem,
wait for results from validator and conditionally re-query iterator 2.
Iterator 1 should be real iterator and iterator 2 could be a stub resolver if
it helps.
Thank you very much for any advice!
I would like to know if it is possible to somehow combine 1 custom python
module with two instances of iterator modules (with different configurations).
I'm trying to get structure like this:
python module -> validator -> iterator 1
-> iterator 2
The Python module should pass the query to the validator & iterator 1 tandem,
wait for results from validator and conditionally re-query iterator 2.
Iterator 1 should be real iterator and iterator 2 could be a stub resolver if
it helps.
Thank you very much for any advice!
--
Petr Spacek @ Red Hat
Petr Spacek @ Red Hat