MaiSR9527 commented on issue #4512:
URL: https://github.com/apache/shenyu/issues/4512#issuecomment-1488693706

   > shenyu client is not must, you can config in shenyu-admin
   
   I know.
   But this way is too tedious and `isFull=ture` doesn't work.
   Although I modify the source code like this, the request path was not saved 
in database
   ···
   protected void registerMetadata(final MetaDataRegisterDTO dto) {
           // if (dto.isRegisterMetaData()) {
               MetaDataService metaDataService = getMetaDataService();
               MetaDataDO exist = metaDataService.findByPath(dto.getPath());
               metaDataService.saveOrUpdateMetaData(exist, dto);
           // }
       }
   ···
   **I think this is a bug.** If I want this function I have to rewrite it like 
`SpringMvcClientEventListener`
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to