You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/19 07:54:42 UTC

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #116: Dot pulsar consumer message parsing

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: commits-unsubscribe@pulsar.apache.org

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