Send arbitrary bytes via octet-stream

Using event_handler, what is the easiest way to allow a message consistent of arbitrary bytes (content-type = ‘application/octet-stream’? Essentially the serializer should do nothing but pass on the message as is to the event handler. I’ve seen the post about using config serializer, but it seems like overkill since this “serializer” won’t actually do anything. If this is the way to go, could you please post a complete example of how this would be done?
Thanks for you help, and an excellent framework!

  • Alan