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

Question Typescript: get Table storage is not optional #223

Open JuWeber99 opened 2 years ago

JuWeber99 commented 2 years ago

Hi! Is there a reason for this? I cant create a KTable out of a topic because of it since I struggle with fulfilling this Type

new () => KStorage

I tried various things which didn´t work. How can I get it working? Thanks in advance!