646 describes the need to support publishing and subscribing to a serialized message topic. The TypeScript typings need to be updated to reflect the api changes.
Reviewing the code for #703 & #704, I have identified the following touch points:
Edit - deleted initial thoughts about SerializableMessage
I think by tightening up the following methods and type declarations using generic types we can support sending and receiving a Buffer as an alternative to a structured Message:
646 describes the need to support publishing and subscribing to a serialized message topic. The TypeScript typings need to be updated to reflect the api changes.
Reviewing the code for #703 & #704, I have identified the following touch points:
isRaw: boolean
propertyEdit - deleted initial thoughts about SerializableMessage
I think by tightening up the following methods and type declarations using generic types we can support sending and receiving a Buffer as an alternative to a structured Message:
Example:
Looking for feedback. (@mattrichard, @koonpeng, ...)