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


   I build a small NET Core app to test Pulsar. I am trying to repeat steps 
described here https://pulsar.apache.org/docs/en/client-libraries-dotnet/
   I have added the NuGet DotPulsar.
   
   And I have errors during the compilation. 
   For example,             
               var data = Encoding.UTF8.GetBytes("Hello World");
               var messageId = await pulsarProducer.NewMessage()
                                             .Property("SomeKey", "SomeValue")
                                             .Send(data);
   
   IProducer does not contains definition for NewMessage() etc. How to fix 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-unsubscr...@pulsar.apache.org

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


Reply via email to