You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Alexander Smirnov <al...@gmail.com> on 2016/05/13 21:23:21 UTC

Multi-tenant, deploying flink cluster

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

Re: Multi-tenant, deploying flink cluster

Posted by Robert Metzger <rm...@apache.org>.
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 <
alexander.smirnoff@gmail.com> 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
>
>