Skip to content

Commit 41d9c42

Browse files
committed
Stream Options
1 parent c2c6cb5 commit 41d9c42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ export interface ProducerConfig extends Config {
2626
client?: KafkaProducerConfig;
2727
}
2828

29+
export interface StreamConfig {
30+
objectMode: boolean;
31+
topics: string | string[];
32+
waitInterval: number;
33+
}
34+
2935
/**
3036
* Configuration from rdkafka
3137
*/

0 commit comments

Comments
 (0)