Given the MessageBuilder delegates most of its functionality to a Converter, would it make sense to be able to configure the DefaultMessageBuilder with a Converter class, in the same way as Connectors use converters to serialize/deserialize Kafka messages? This way a custom Converter could be plugged into the MQ Connectors without any additional work.
Given the MessageBuilder delegates most of its functionality to a
Converter
, would it make sense to be able to configure the DefaultMessageBuilder with aConverter
class, in the same way as Connectors use converters to serialize/deserialize Kafka messages? This way a customConverter
could be plugged into the MQ Connectors without any additional work.