Re: Re: Problem with processor API partition assignments

2017-01-09 Thread Damian Guy
Hi Brian, That is correct. Thanks, Damian On Mon, 9 Jan 2017 at 14:19 Brian Krahmer wrote: > Hi Damian, >I started to pull together enough code to show my topology, and have > a feeling I see what the problem is. Is it correct that when > configuring a processor

Re: Re: Problem with processor API partition assignments

2017-01-09 Thread Brian Krahmer
Hi Damian, I started to pull together enough code to show my topology, and have a feeling I see what the problem is. Is it correct that when configuring a processor that it uses the sources applied to that processor to ensure the partitions are aligned for that task? thanks, brian On

Re: Problem with processor API partition assignments

2017-01-05 Thread Matthias J. Sax
It would also be helpful to know the number of partitions for each topic. -Matthias On 1/5/17 4:37 AM, Damian Guy wrote: > Hi Brian, > > It might be helpful if you provide some code showing your Topology. > > Thanks, > Damian > > On Thu, 5 Jan 2017 at 10:59 Brian Krahmer

Re: Problem with processor API partition assignments

2017-01-05 Thread Damian Guy
Hi Brian, It might be helpful if you provide some code showing your Topology. Thanks, Damian On Thu, 5 Jan 2017 at 10:59 Brian Krahmer wrote: > Hey guys, > >I'm fighting an issue where I can currently only run one instance of > my streams application because when

Problem with processor API partition assignments

2017-01-05 Thread Brian Krahmer
Hey guys, I'm fighting an issue where I can currently only run one instance of my streams application because when other instances come up, the partition reassignment (looks to me) to be incorrect. I'm testing with docker-compose at the moment. When I scale my application to 3 instances