Kafka-node: Avro-Schema-registry with Kafka-node

Created on 30 Jan 2019  路  1Comment  路  Source: SOHU-Co/kafka-node

Questions?

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.

Bug Report

Environment

dev

For specific cases also provide

Include Sample Code to reproduce behavior

const registry = require('avro-schema-registry')('http://localhost.com:8081');
```js
// include code here
const registry = require('avro-schema-registry')('http://localhost.com:8081');

Include output with Debug turned on

const registry = require('avro-schema-registry')('http://localhost.com:8081');

Thanks for your contribution!

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AnnisaNurika picture AnnisaNurika  路  5Comments

ashishnetworks picture ashishnetworks  路  4Comments

harshitgupta30 picture harshitgupta30  路  4Comments

cheungwsj picture cheungwsj  路  5Comments

chetandev picture chetandev  路  5Comments