nestjs-kafka icon indicating copy to clipboard operation
nestjs-kafka copied to clipboard

Support for logical types

Open maxgr0 opened this issue 4 years ago • 2 comments

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!

maxgr0 avatar Apr 26 '21 13:04 maxgr0

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 avatar Apr 26 '21 13:04 rob3000

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

rob3000 avatar Jun 04 '21 08:06 rob3000