You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/09/20 06:43:30 UTC

[incubator-eventmesh] branch master updated: [Issuse #1316] Pulsar Connector: Repair started error with ClassNotFoundException(PulsarProducerImpl)

This is an automated email from the ASF dual-hosted git repository.

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 84e9d5af [Issuse #1316] Pulsar Connector: Repair started error with ClassNotFoundException(PulsarProducerImpl)
     new 7ea82754 Merge pull request #1317 from fengyongshe/pulsar-connector
84e9d5af is described below

commit 84e9d5afdca278569538c7e3fe00187e504734f2
Author: fengyongshe <fe...@cmss.chinamobile.com>
AuthorDate: Mon Sep 19 15:52:10 2022 +0800

    [Issuse #1316] Pulsar Connector: Repair started error with ClassNotFoundException(PulsarProducerImpl)
    
    Motivation
    Fix the pulsar connector failed to start
    
    Modifications
    Fix the spi wrong settings in resource
    
    Documentation
---
 .../org.apache.eventmesh.api.connector.ConnectorResourceService         | 2 +-
 .../META-INF/eventmesh/org.apache.eventmesh.api.consumer.Consumer       | 2 +-
 .../META-INF/eventmesh/org.apache.eventmesh.api.producer.Producer       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.connector.ConnectorResourceService b/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.connector.ConnectorResourceService
index 8161e683..f4a99342 100644
--- a/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.connector.ConnectorResourceService
+++ b/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.connector.ConnectorResourceService
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-rocketmq=org.apache.eventmesh.connector.pulsar.connector.ConnectorResourceServicePulsarImpl
\ No newline at end of file
+pulsar=org.apache.eventmesh.connector.pulsar.connector.ConnectorResourceServicePulsarImpl
\ No newline at end of file
diff --git a/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.consumer.Consumer b/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.consumer.Consumer
index 9ac4be5d..e835bc3c 100644
--- a/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.consumer.Consumer
+++ b/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.consumer.Consumer
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-rocketmq=org.apache.eventmesh.connector.pulsar.consumer.PulsarConsumerImpl
\ No newline at end of file
+pulsar=org.apache.eventmesh.connector.pulsar.consumer.PulsarConsumerImpl
\ No newline at end of file
diff --git a/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.producer.Producer b/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.producer.Producer
index f8fd85d6..f8a5373e 100644
--- a/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.producer.Producer
+++ b/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.producer.Producer
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-rocketmq=org.apache.eventmesh.connector.rocketmq.producer.PulsarProducerImpl
\ No newline at end of file
+pulsar=org.apache.eventmesh.connector.pulsar.producer.PulsarProducerImpl
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org