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/10 16:49:26 UTC

[GitHub] [pulsar-dotpulsar] RichJacobs opened a new issue #87: Doesn't work

RichJacobs opened a new issue #87:
URL: https://github.com/apache/pulsar-dotpulsar/issues/87


   Hi there, I cloned the repo, built locally (using VS 2019) and try to run the tests. Unit tests but the integration tests just ran and ran until I stopped them. I then try to run the sample projects (producer, consumer and reader as a multiple projects on startup) and nothing happens. I debugged the code and when the code in the Producing.Program class ran this code:
   ` _ = await producer.Send(data, cancellationToken);`
   Nothing happened. It never returned and nothing was received. 
   I hope it's just a case of me needing to set something else up, but I cant see from the documentation what that might be


-- 
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-dotpulsar] blankensteiner commented on issue #87: Doesn't work

Posted by GitBox <gi...@apache.org>.
blankensteiner commented on issue #87:
URL: https://github.com/apache/pulsar-dotpulsar/issues/87#issuecomment-918819919


   You are on Windows, right? Got docker installed? Then try: 
   `docker run -d --restart unless-stopped --name pulsar -p 6650:6650 -p 8080:8080 apachepulsar/pulsar:latest bin/pulsar standalone`


-- 
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-dotpulsar] RichJacobs commented on issue #87: Doesn't work

Posted by GitBox <gi...@apache.org>.
RichJacobs commented on issue #87:
URL: https://github.com/apache/pulsar-dotpulsar/issues/87#issuecomment-919064175


   Superb! That worked a charm! Thanks for your help @blankensteiner . 
   Might be worth updating the readme perhaps with this useful info?
   thanks again


-- 
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-dotpulsar] RichJacobs commented on issue #87: Doesn't work

Posted by GitBox <gi...@apache.org>.
RichJacobs commented on issue #87:
URL: https://github.com/apache/pulsar-dotpulsar/issues/87#issuecomment-918264062


   Thanks for your reply @blankensteiner. So I think I probably didn't have pulsar running locally. Have tried to follow this:
   https://pulsar.apache.org/docs/en/standalone/#start-pulsar-standalone
   But my terminal doesn't accept `pulsar start standalone`, I get an error:
   ```
   'pulsar' is not recognized as an internal or external command,
   operable program or batch file.
   ```
   
   I will keep trying, but would you know what I might have done wrong?


-- 
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-dotpulsar] blankensteiner closed issue #87: Doesn't work

Posted by GitBox <gi...@apache.org>.
blankensteiner closed issue #87:
URL: https://github.com/apache/pulsar-dotpulsar/issues/87


   


-- 
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-dotpulsar] blankensteiner commented on issue #87: Doesn't work

Posted by GitBox <gi...@apache.org>.
blankensteiner commented on issue #87:
URL: https://github.com/apache/pulsar-dotpulsar/issues/87#issuecomment-919799600


   Sure, we can do that. Glad you got it working :-)


-- 
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-dotpulsar] blankensteiner commented on issue #87: Doesn't work

Posted by GitBox <gi...@apache.org>.
blankensteiner commented on issue #87:
URL: https://github.com/apache/pulsar-dotpulsar/issues/87#issuecomment-917881050


   Hi @RichJacobs 
   Thanks for reporting this.
   Do you see any state changes? Meaning, is the producer 'Connected' and the consumer 'Active'? Do you have Pulsar running locally?


-- 
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