thanks for the reply,
for your question, the wrapper maybe like:
class WrapHandlersToFilter implements Filter{
private List<Handler> handlers;
public CompletableFuture<Response> onFilter(Invocation invocation,
FilterNode nextNode) {
process all handler
}
}
the priority of filters, is their order in the configuration.
and i update the configuration description, make it simpler.
Willem Jiang <[email protected]> 于2020年5月23日周六 上午10:04写道:
> Hi wjm,
>
> It's great that we can keep polishing the ServiceComb Java-Chassis.
> I just add a comment by asking some question about this new feature on the
> JIRA.
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Fri, May 22, 2020 at 5:32 PM wjm wjm <[email protected]> wrote:
> >
> > please read content in: https://issues.apache.org/jira/browse/SCB-1929#
>