himanshug commented on issue #6171: hetrogenous peon configurations
URL: 
https://github.com/apache/incubator-druid/issues/6171#issuecomment-412949805
 
 
   @pdeva 
   actually all tasks are capable of taking java opts in task def in the 
"context" e.g.
   ```
   {..
   ..
    "context": {
       "druid.indexer.runner.javaOpts" or "druid.indexer.runner.javaOptsArray"
    }
   
   }
   ```
   
   now, "context" can also be passed to kafka supervisor config which 
propagates it to all the spawned KafkaIndexTasks.
   so, you can specify different jvm args for KIS (or any other tasks) from 
what is in the static configuration.
   
   PS: above may not be documented though.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to