This is an automated email from the ASF dual-hosted git repository.
mytang0 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new ffb4c0e53 [ISSUE #3597]Fix load RabbitmqStorageResourceService failure
new 0ad31c038 Merge pull request #3598 from mxsm/eventmesh-3597
ffb4c0e53 is described below
commit ffb4c0e534023de46e39cddc7a6d48ef612e2588
Author: mxsm <[email protected]>
AuthorDate: Sat Apr 1 22:40:07 2023 +0800
[ISSUE #3597]Fix load RabbitmqStorageResourceService failure
---
.../eventmesh/org.apache.eventmesh.api.storage.StorageResourceService | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/eventmesh-storage-plugin/eventmesh-storage-rabbitmq/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.storage.StorageResourceService
b/eventmesh-storage-plugin/eventmesh-storage-rabbitmq/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.storage.StorageResourceService
index 1324e455f..31a4aecfc 100644
---
a/eventmesh-storage-plugin/eventmesh-storage-rabbitmq/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.storage.StorageResourceService
+++
b/eventmesh-storage-plugin/eventmesh-storage-rabbitmq/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.storage.StorageResourceService
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-rabbitmq=org.apache.eventmesh.connector.rabbitmq.storage.RabbitmqStorageResourceService
\ No newline at end of file
+rabbitmq=org.apache.eventmesh.storage.rabbitmq.storage.RabbitmqStorageResourceService
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]