his help?
>>
>> -Bill
>>
>> On Wed, Apr 10, 2019 at 7:15 AM Neeraj Bhatt
>> wrote:
>>
>>> Hi
>>>
>>> Which partition strategy Kafka stream uses? Can we change the partition
>>> strategy in Kafka Stream as we can change in no
> Produced.with(keySerde,
> valueSerde).withStreamPartitiioner(YourCustomStreamPartitioner)
>
> Does this help?
>
> -Bill
>
> On Wed, Apr 10, 2019 at 7:15 AM Neeraj Bhatt
> wrote:
>
> > Hi
> >
> > Which partition strategy Kafka stream uses? Can we change the
:
> Hi
>
> Which partition strategy Kafka stream uses? Can we change the partition
> strategy in Kafka Stream as we can change in normal Kafka Consumer
>
>
>
> streamsConfiguration.put(ConsumerConfig.PARTITION_ASSIGNMENT_STRATEGY_CONFIG,Collections.singletonList(ColombiaSt
Hi
Which partition strategy Kafka stream uses? Can we change the partition
strategy in Kafka Stream as we can change in normal Kafka Consumer
streamsConfiguration.put(ConsumerConfig.PARTITION_ASSIGNMENT_STRATEGY_CONFIG,Collections.singletonList(ColombiaStrictStickyAssignor.class));
so not