blankensteiner commented on issue #116: URL: https://github.com/apache/pulsar-dotpulsar/issues/116#issuecomment-1283583738
Pulsar just transmits the bytes. It is up to you to decide what to do with it. You use a string payload (see DotPulsar.Schemas.StringSchema) for transmitting XML, JSON, or just a plain string. You can also just the raw bytes (as byte[] or ReadOnlySequence\<byte>) or some of the primitive types defined in DotPulsar.Schemas. -- 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]
