Hi,

I have a co-flatmap function which reads data from external DB on specific
events.
The API for the DB layer is homegrown and it uses multiple threads to speed
up reading.

Can it cause any problems if I use the multithreading API in the flatmap1
function? Is it allowed in Flink?

Or, maybe I should employ better approaches for that. May be async I/O?

Thank you,
Alex

Reply via email to