[
https://issues.apache.org/jira/browse/THRIFT-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16397365#comment-16397365
]
ASF GitHub Bot commented on THRIFT-4429:
----------------------------------------
Github user dmvolod commented on the issue:
https://github.com/apache/thrift/pull/1485
Thanks a lot for review.
> Make TThreadPoolServer.executorService_ available in inherited classes and
> refactor methods to be able customization
> --------------------------------------------------------------------------------------------------------------------
>
> Key: THRIFT-4429
> URL: https://issues.apache.org/jira/browse/THRIFT-4429
> Project: Thrift
> Issue Type: Improvement
> Components: Java - Library
> Affects Versions: 0.11.0
> Reporter: Dmitry Volodin
> Priority: Minor
>
> In some cases (for example in Apache Camel component for Thrift) there is a
> requirement, when it is necessary not only to transfer executorService from
> the external system through the Args in TThreadPoolServer , but to organize
> control them from outside. In this case, it's possible to create a class
> which is inherited from TThreadPoolServer, but not possible to access invoker
> in overloaded method.
> Also a good approach to split main execution code to the several methods to
> be able to invoke them separately in appropriate sequence.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)