I have a use case where I need to send CDR-serialized bytes to a topic. I looked into the implementation and found a lot of DDS specific wording I am not familiar yet. I would think that adding alternatives in the pub/sub/etc. API that bypasses CDR serialization is not too hard when these types are familiar?
This issue is mainly a question what I would need to change for sending raw bytes to a topic. Afterwards I could also add it to the other APIs and make a PR out of it if that feature is interesting to anyone.
I have a use case where I need to send CDR-serialized bytes to a topic. I looked into the implementation and found a lot of DDS specific wording I am not familiar yet. I would think that adding alternatives in the pub/sub/etc. API that bypasses CDR serialization is not too hard when these types are familiar?
This issue is mainly a question what I would need to change for sending raw bytes to a topic. Afterwards I could also add it to the other APIs and make a PR out of it if that feature is interesting to anyone.