I have this function, I am not sure where in kafka.clj it should fit: ```clojure (defn wait-until-window-closes [^KTable builder] (.suppress builder (Suppressed/untilWindowCloses (Suppressed$BufferConfig/unbounded))))