rob3000 / nestjs-kafka

NestJS integration with KafkaJS
The Unlicense
130 stars 44 forks source link

Support for logical types #23

Open maxgr0 opened 3 years ago

maxgr0 commented 3 years ago

In the schema registry module of kafkajs, it's possible to add logical types while initialising the schema registry (ref). The typings for SchemaRegistryAPIClientArgs uses only the basic config.

Proposal: add the further configuration options to KafkaAvroResponseDeserializer.

Cheers!

rob3000 commented 3 years ago

This is something i've wanted to add as i've had a few issues with decoding certain logical types and would be good to have this ability.

rob3000 commented 3 years ago

This options now exist in the master branch. Will look to add some examples around this.