You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/01 12:59:47 UTC

[GitHub] [pulsar-client-node] alphara opened a new issue #171: Implement native Node.js pulsar-client

alphara opened a new issue #171:
URL: https://github.com/apache/pulsar-client-node/issues/171


   We face some issues with the Pulsar Node.js client library, based on the C++ client library:
   
   • We have a service that creates pulsar producers for 3 streams, consumers for 3 streams. It receives audio data from Socket.io/WebSockets and streams it to Pulsar for processing by the other services. We observed that when the service uses consumers, the `createProducer()` method often hangs without return. When we disable all consumers, the producers get created perfectly.
   • The lib-pulsar crashes the Linux core rarely.
   • Sometimes, Pulsar does not see that producers and consumers got disconnected from the topics. Hence, it is not possible to delete those topics with "active" subscriptions that actually became inactive.
   
   At the same time, the Java pulsar-client works perfectly. We do not see any issues on Java. We assume that some issues might be caused by the binding of the C++ library to Node.js.
   
   Do you have any plans to create a native pulsar-client written on Node.js entirely? What would it take from you?


-- 
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@pulsar.apache.org

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



[GitHub] [pulsar-client-node] alphara commented on issue #171: Implement native Node.js pulsar-client

Posted by GitBox <gi...@apache.org>.
alphara commented on issue #171:
URL: https://github.com/apache/pulsar-client-node/issues/171#issuecomment-916262705


   @k2la, thank you for sharing this project! Have a great day!


-- 
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@pulsar.apache.org

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



[GitHub] [pulsar-client-node] k2la commented on issue #171: Implement native Node.js pulsar-client

Posted by GitBox <gi...@apache.org>.
k2la commented on issue #171:
URL: https://github.com/apache/pulsar-client-node/issues/171#issuecomment-915795647


   @alphara 
   
   We don't have no plans to implement native Node.js client at the moment.
   There is a third party native Node.js Client called pulsar-flex.
   https://github.com/ayeo-flex-org/pulsar-flex


-- 
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@pulsar.apache.org

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