flipp-oss / deimos

Framework to work with Kafka, Avro and ActiveRecord
Other
59 stars 22 forks source link

Fix use_schema_classes bug #196

Open ariana-flipp opened 11 months ago

ariana-flipp commented 11 months ago

Pull Request Template

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Deimos's feature use_schema_classes was not working because this field was not populated as part of the producer/consumer config and there was a wrong logic in evaluating this field. Fixed the bug so that use_schema_classes can be used.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: