Hi, I have a question regarding job/operator deployment on Task Managers. If I understand correctly, my job will be spitted into individual tasks, which will be "deployed and executed" on particular task slot/s of Task Manager (depending on parallelism level of course).
Lets imagine I have a Job that has: 1. Kafka Source with map to RawEvent 2. Enrichment that has AsyncCall + map to EnrichedEvent 3. Key stream with another Map/Process functions maybe with some Windowing. 4. Sink I have a grid that has 1 Job Manager and 3 Task Managers nodes. For a security reason one Task manager should be in a special network zone (red zone). The point 2 of my Job (Enrichment that has AsyncCall + map to EnrichedEvent) should be executed on that particular node that is located in a Secured Zone. All other Operations should not be putted on this node. Is there a way to configure this? As an alternative I can see that we could have a separate job that will just have a source, enrich, sink and this job will be "deployed" on this Secured Task Manager. Or maybe we should have separate Flink cluster for this? -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/