--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent-platform@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/edde2c45-b82f-4266-a6fe-5767fa5be96b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Tushar,tasks.max is a cluster wide property. It refers to all the connector tasks across a connect cluster with workers running in distributed mode.Also, it's used by the framework and not the Connector code itself. Is there something specific you are trying to achieve with respect to this property?Konstantine
On Wed, Jun 28, 2017 at 9:33 AM, Tushar Sudhakar Jee <tshrsu...@gmail.com> wrote:
Hi,I am integrating Kafka connect with a sink to get the connector in line with Confluent best practices.I wanted to be clear regarding the meaning of tasks.max .Am I wrong in my understanding that it amounts to spawning threads?If yes then is there a difference between tasks.max or using newFixedThreadPool(numberOfThreads) for doing the same.-Thanks,Tushar
--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.