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


   I have a simple dotnet 3.1 console app that has the DotPulsar example code 
in it. I am using docker-compose to startup the application and a standalone 
Pulsar instance. I am using the name of the docker service in the address 
(`pulsar://pulsar:6650`) to connect to. DotPular cannot seem to connect. It 
gets the following error:
   
   >System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (111): 
Connection refused [::ffff:172.20.0.2]:6650
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception 
source)
      at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
      at System.Net.Sockets.Socket.DoMultipleAddressConnectCallback(Object 
result, MultipleAddressConnectAsyncResult context)
   
   That said I tried the `Pulsar.Client` package and it connects and can 
send/receive without issue so it appears to be either an issue with DotPulsar 
or my configuration of it. Here is a repo that reproduces the issue: 
https://github.com/JarrodJ83/DotPulsarTest
   
   Can anyone assist? 


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

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


Reply via email to