478320 commented on code in PR #6074:
URL: https://github.com/apache/shenyu/pull/6074#discussion_r2359322236


##########
db/init/mysql/schema.sql:
##########
@@ -1198,7 +1198,7 @@ INSERT INTO `plugin_handle` VALUES 
('1529402613204172889', '32', 'indexName', 'i
 INSERT INTO `plugin_handle` VALUES ('1529402613204172890', '32', 'sampleRate', 
'sampleRate', 2, 1, 2, 
'{\"required\":\"0\",\"defaultValue\":\"\",\"placeholder\":\"optional,0,0.01~1\"}',
 '2022-06-19 22:00:00', '2022-06-19 22:00:00');
 INSERT INTO `plugin_handle` VALUES ('1529402613204172891', '1', 
'signRequestBody', 'signRequestBody', 3, 2, 9, 
'{"required":"0","defaultValue":"false","placeholder":"signRequestBody","rule":""}',
 '2022-06-29 10:08:02', '2022-06-29 10:08:02');
 INSERT INTO `plugin_handle` VALUES ('1529402613204172892', '33', 'topic', 
'topic', 2, 3, 1, 
'{\"required\":\"1\",\"defaultValue\":\"shenyu-access-logging\"}', '2022-07-04 
22:00:00', '2022-07-04 22:00:00');
-INSERT INTO `plugin_handle` VALUES ('1529402613204172893', '33', 
'namesrvAddr', 'namesrvAddr', 2, 3, 2, 
'{\"required\":\"1\",\"defaultValue\":\"localhost:9092\"}', '2022-07-04 
22:00:00', '2022-07-04 22:00:00');

Review Comment:
   The following field on the frontend does not match the backend. Therefore, I 
modify this field to match the backend so that the backend can receive the 
address information.



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