kafka-streams
kafka-streams copied to clipboard
Question Typescript: get Table storage is not optional
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!