Abhishek Gupta created KAFKA-5683:
-------------------------------------

             Summary: Dedicated thread pool for Kafka Streams tasks
                 Key: KAFKA-5683
                 URL: https://issues.apache.org/jira/browse/KAFKA-5683
             Project: Kafka
          Issue Type: Improvement
          Components: streams
            Reporter: Abhishek Gupta
            Priority: Minor


Allow users to assign a specific thread pool (ExecutorService) for a Kafka 
Streams tasks e.g.
ExecutorService pool = ....;
new KafkaStreams(topology, config).start(pool);

This will be particularly helpful in environments where the container/runtime 
provides a facility to spawn 'managed' threads



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to