kafka-streams
kafka-streams copied to clipboard
TypeScript
This seems to be the kind of project that would benefit very much from TypeScript.
I'm saying this based in the fact that this is already a kind of a port of java code, it's class and interface based, it's a library and that it should be well documented and easy to use.
What are your feelings about the subject?
Hi @Zizaco I totally agree, all of our new stuff is written (mostly) in TS anyways :)
Hey, interested in helping. Not seeing any typescript besides the definition file. What is the new stuff you are referring to?
Big fan of typescript. I somehow missed that issue and created #155. As guy who did not actually wrote the library this will be also great place to learn how it works under the hood.
Since there is no much feature development I think it is worth to create typescript branch and start porting some of the code.
+1 for this @wtrocki i've already start converting node-sinek in this pr: https://github.com/nodefluent/node-sinek/pull/154