Skip to content

Fix Avrora.Encoder for AVRO map fields

Compare
Choose a tag to compare
@Strech Strech released this 05 Jan 15:14
· 59 commits to master since this release

In this release with help of @MichalDolata Avrora.Encoder start properly decoding AVRO map fields and instead of Erlang proplists they become Elixir Map

If you depend on the old behavior it can be easily restored with new configuration option:

config :avrora,
  # ...
  convert_map_to_proplist: true # optional: if you want to restore the old behavior for decoding map-type