blankensteiner commented on issue #277: URL: https://github.com/apache/pulsar-dotpulsar/issues/277#issuecomment-3365740292
When you send a message using DotPulsar it will send a "CommandSend" to the broker. The broker will then send either a "CommandSendReceipt" or "CommandSendError" in response to that. If DotPulsar gets a CommandSendError, you would get an exception; if DotPulsar gets a CommandSendReceipt, you get the message ID. Since you are getting a message ID, it seems that the broker is telling DotPulsar that it has received and stored the message. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
