yu199195 commented on code in PR #3788:
URL: https://github.com/apache/shenyu/pull/3788#discussion_r959115454
##########
shenyu-admin/src/main/resources/sql-script/h2/schema.sql:
##########
@@ -389,6 +389,7 @@ INSERT IGNORE INTO `plugin` (`id`, `name`, `config`,
`role`, `sort`, `enabled`)
INSERT IGNORE INTO `plugin` (`id`, `name`, `role`, `sort`, `config`,
`enabled`) VALUES ('32', 'loggingElasticSearch', 'Logging',
190,'{"host":"localhost", "port": "9200"}', '0');
INSERT IGNORE INTO `plugin` (`id`, `name`, `role`, `sort`, `config`,
`enabled`) VALUES ('33', 'loggingKafka', 'Logging',
180,'{"topic":"shenyu-access-logging", "namesrvAddr": "localhost:9092"}', '0');
INSERT IGNORE INTO `plugin` (`id`, `name`, `role`, `sort`, `config`,
`enabled`) VALUES ('34', 'loggingAliyunSls', 'Logging', 175, '{"projectName":
"shenyu", "logStoreName": "shenyu-logstore", "topic": "shenyu-topic"}', '0');
+INSERT IGNORE INTO `plugin` (`id`, `name`, `role`, `sort`, `config`,
`enabled`) VALUES ('35', 'loggingPulsar', 'Logging', 185,
'{"topic":"shenyu-access-logging", "serviceUrl": "pulsar://localhost:6650"}',
'0');
Review Comment:
Hi,
Since 2.5.0 has been released, the new SQL statement should.
Add into shenyu/shenyu-admin/src/resource/sql-script.h2/schema.sql
Add into /shenyu/db/init/*
Create or update SQL into 2.5.0-upgrade-2.5.1-pg.sql,
2.5.0-upgrade-2.5.1-mysql.sql , 2.5.0-upgrade-2.5.1-oracle.sql file.
--
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]