We have started using Pulsar on our current project, and overall we’re liking it.
Unfortunately, it appears that the current DotPulsar (.NET client) does not support .SendAsync() calls.
This is a HUGE issue!
Does anyone know a way to produce messages asynchronously in C#?
We’re basically following the documentation:
https://pulsar.apache.org/docs/3.0.x/client-libraries-producers/
where is mentions the .sendAsync() method in passing. Upon investigating the DotPulsar source code, it appears that the method has not been implemented.
tpkurilla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.