Hello
in #5, you have implemented pre/post for push & pull jobs.
Do you think this it is possible/feasible to add the same thing for sink jobs ?
This is the workflow I would like to have
- serverA runs a push job (snapshot & send)
- serverB runs a sink job
- Before receiving the data, it runs the pre hook
- After receiving data, it runs the post hook script
I think I can do that with a pull job but it means that I have to first run a snapshot job on serverA, wait some time and run a pull job on serverB
Thank you
Hello
in #5, you have implemented pre/post for push & pull jobs.
Do you think this it is possible/feasible to add the same thing for sink jobs ?
This is the workflow I would like to have
I think I can do that with a pull job but it means that I have to first run a snapshot job on serverA, wait some time and run a pull job on serverB
Thank you