bzkf / obds-to-fhir

This project contains a Kafka Stream processor that creates FHIR resources from oBDS-XML data and writes them to a FHIR Topic.
GNU General Public License v3.0
3 stars 1 forks source link

feat: use dedicated key type and add Serde for it #75

Closed pcvolkmer closed 2 months ago

pcvolkmer commented 2 months ago

This should simplify the migration to other key (de)serialisation and ist (as for now) just a concept related to #73.

Discussion welcome :)