You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/09/27 08:55:36 UTC

[GitHub] [incubator-eventmesh] fengyongshe opened a new issue, #1442: [Enhancement] Implementation of consumer in pulsar connector plugin

fengyongshe opened a new issue, #1442:
URL: https://github.com/apache/incubator-eventmesh/issues/1442

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Enhancement Request
   
   There is no consumer in pulsar connector . when enable pulsar connector plugin, throws exception as below
   ```
   Caused by: java.lang.ClassNotFoundException: org.apache.eventmesh.connector.pulsar.consumer.PulsarConsumerImpl
           at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_161]
           at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_161]
           at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_161]
   
   ```
   
   
   ### Describe the solution you'd like
   
   Implementation of the consumer in pulsar connector plugin
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@eventmesh.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [incubator-eventmesh] xwm1992 closed issue #1442: [Enhancement] Implementation of consumer in pulsar connector plugin

Posted by GitBox <gi...@apache.org>.
xwm1992 closed issue #1442: [Enhancement] Implementation of consumer in pulsar connector plugin
URL: https://github.com/apache/incubator-eventmesh/issues/1442


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [incubator-eventmesh] fengyongshe commented on issue #1442: [Enhancement] Implementation of consumer in pulsar connector plugin

Posted by GitBox <gi...@apache.org>.
fengyongshe commented on issue #1442:
URL: https://github.com/apache/incubator-eventmesh/issues/1442#issuecomment-1259196463

   I am willing to accomplish it.


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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