Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • internal.key.converter 
  • internal.value.converter 
  • passthrough of properties prefixed with internal.key.converter.  to the worker's internal key converter
  • passthrough of properties prefixed with internal.value.converter.  to the worker's internal value converter

Connect will  will behave as if none of the above are provided. Specifically, for both its key and value converter, it will use the JsonConverter that it comes with out of the box, configured with schemas.enable  set to false .

...