haydenzhourepo commented on issue #5098: URL: https://github.com/apache/incubator-dolphinscheduler/issues/5098#issuecomment-802440209
@chengshiwen I will submit a pr for this. there are three solutions: 1. use a filter to log the request and response 2. use interceptor to log the request and response 3. use aspect to log the request and response filter is based on servlet container, and others are based on reflection. so I think filter is the best choice for our case, What do you think of this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
