It looks like the handlers are assembled in the filter chain in the WrapHandlersToFilter class. How can we setup the order between the filter and handler?
Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, May 25, 2020 at 3:37 PM wjm wjm <zzz...@gmail.com> wrote: > > 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 <willem.ji...@gmail.com> 于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 <zzz...@gmail.com> wrote: > > > > > > please read content in: https://issues.apache.org/jira/browse/SCB-1929# > >