Versions Compared

Key

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

...

Discussion threadhere

JIRAhere

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

  • 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

The behavior of Connect will mirror the current behavior Connect will  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 .

...