is there any libraries are suggested way of connecting the Kafka-node to Avro schema registry.
I was able to successful produce and consume the Avro message, but wanted to implement that with schema registry. If there is an in built support or example provided, that would be great help.
dev
const registry = require('avro-schema-registry')('http://localhost.com:8081');
```js
// include code here
const registry = require('avro-schema-registry')('http://localhost.com:8081');
const registry = require('avro-schema-registry')('http://localhost.com:8081');
Thanks for your contribution!
I had the same need, and I made a package to include AVRO on kafka-node, take a look and hope it works for you : https://www.npmjs.com/package/kafka-node-avro
Most helpful comment
I had the same need, and I made a package to include AVRO on kafka-node, take a look and hope it works for you : https://www.npmjs.com/package/kafka-node-avro