export default interface IBrokerMessage {
    key?: string;
    partition?: number;
    schemaID: number;
    value: any;
}
