UNPKG

@alexknips/nestjs-kafka-events

Version:

Lightweight, tested, straight-forward wrapper around KafkaJS and Confluent's Schema Registry.

6 lines (5 loc) 336 B
export declare const TOPIC_SUBJECT_SEPARATOR = "-"; export declare const TOPIC_SUBJECT_VALUE_SUFFIX = "value"; export declare const TOPIC_SUBJECT_KEY_SUFFIX = "key"; export declare const getSchemaRegistryValueSubjectByTopic: (topic: string) => string; export declare const getSchemaRegistryKeySubjectByTopic: (topic: string) => string;