Re: Parallelism vs task manager allocation

Posted by pushpendra.jaiswal on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Parallelism-vs-task-manager-allocation-tp9084p9105.html

Hi Greg
My sink is a hashmap(acting as db store), I am reading from this hashmap from other query stream. I need one instance / slot per task manager of sink, so that everyone refers the same instance/slot.
So is there any way so that I can restrict 1 slot per task manager.

Thanks
Pushpendra Jaiswal