UNPKG

schematic-kafka

Version:

Encode and decode kafka messages with Confluent Schema Registry (pure typescript implementation)

4 lines (3 loc) 199 B
export { KafkaRegistryHelper } from "./kafka-registry-helper"; export { SchemaRegistryClient, SchemaType } from "./schema-registry-client"; export { kafkaDecode, kafkaEncode } from "./kafka-helper";