Skip to content

Commit 0bc7239

Browse files
committed
chore: revert startup plugin config
1 parent 5f004aa commit 0bc7239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eventmesh-runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation project(":eventmesh-spi")
3838
implementation project(":eventmesh-storage-plugin:eventmesh-storage-api")
3939
implementation project(":eventmesh-storage-plugin:eventmesh-storage-standalone")
40-
implementation project(":eventmesh-storage-plugin:eventmesh-storage-pravega")
40+
implementation project(":eventmesh-storage-plugin:eventmesh-storage-rocketmq")
4141
implementation project(":eventmesh-security-plugin:eventmesh-security-api")
4242
implementation project(":eventmesh-security-plugin:eventmesh-security-acl")
4343
implementation project(":eventmesh-security-plugin:eventmesh-security-auth-http-basic")

eventmesh-runtime/conf/eventmesh.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ eventMesh.server.blacklist.ipv6=::/128,::1/128,ff00::/8
7575
eventMesh.connector.plugin.type=standalone
7676

7777
#storage plugin
78-
eventMesh.storage.plugin.type=pravega
78+
eventMesh.storage.plugin.type=standalone
7979

8080
#security plugin
8181
eventMesh.server.security.enabled=false

0 commit comments

Comments
 (0)