roach-storm
Version:
Apache Kafka to Google Pub/Sub Gateway, API controlled
13 lines • 315 B
TypeScript
export interface TopicConfigPipe {
targetTopic: string;
filter: any;
chunkSize?: number;
publishTombstones?: boolean;
}
export interface TopicConfig {
sourceTopic: string;
timestamp: number;
pipes: TopicConfigPipe[];
parseAsJson?: boolean;
}
//# sourceMappingURL=TopicConfig.d.ts.map