nodefluent / kafka-streams

equivalent to kafka-streams :octopus: for nodejs :sparkles::turtle::rocket::sparkles:
https://nodefluent.github.io/kafka-streams/
MIT License
830 stars 111 forks source link

Corrected type of first argument of start method #79

Closed dm261395 closed 6 years ago

dm261395 commented 6 years ago

The previous type was not valid TypeScript.

This correction types the first argument of the start method overload as an object, possibly containing the key outputKafkaConfig, whose value (if the key is present) is an object of type IKafkaStreamsConfig.