Solve com.netflix.zuul.FilterProcessor: null abnormal

Method ZuulFilter filterType filter returns a string representative of the type of filter, return null if the above error occurs.

There are four different life cycle in the filter type zuul

      pre: Before routing

      routing: The routing

      post: After routing

      error: send error calling

Guess you like

Origin www.cnblogs.com/yang-xiansen/p/11531727.html