Hi Jeyhun,

the number of partitions determine the number of tasks within a Kafka
Streams application and thus, the maximum number of parallelism for your
application.

For more details see
http://docs.confluent.io/3.0.0/streams/architecture.html#parallelism-model

You can set the number of threads for a single application instance, via
parameter "num.stream.threads" (default value is 1).

See
http://docs.confluent.io/3.0.0/streams/developer-guide.html#optional-configuration-parameters


-Matthias

On 07/06/2016 06:11 PM, Jeyhun Karimov wrote:
> Hi community,
> 
> How can I set parallelisation factor in kafka streams? Is it related with
> the number of partitions within topics?
> 
> 
> Cheers
> Jeyhun
> 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to