Multi-tenant, deploying flink cluster

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Multi-tenant, deploying flink cluster

Alexander Smirnov
Hi,

source data, read from MQ, contains tenant Id.
Is there a way to route messages from particular tenant to particular Flink node? Is it what can be configured?

Thank you,
Alex

Reply | Threaded
Open this post in threaded view
|

Re: Multi-tenant, deploying flink cluster

rmetzger0
Hi,
your problem description is very brief. Can you explain a bit more in detail what you need?

You can group messages by a certain key (tentant id) and process them together on the same machine.


On Fri, May 13, 2016 at 11:23 PM, Alexander Smirnov <[hidden email]> wrote:
Hi,

source data, read from MQ, contains tenant Id.
Is there a way to route messages from particular tenant to particular Flink node? Is it what can be configured?

Thank you,
Alex