opensource4you / astraea

釋放kafka的無限潛能
Apache License 2.0
125 stars 45 forks source link

[FS] Using try-with-resources with Files.list() in local listFolders #1813

Closed chaohengstudent closed 1 year ago

chaohengstudent commented 1 year ago

fix #1801

此 Pr 透過 try-with-resources 的方式,確保 Files.list() 能在 Stream 完成後自動關閉。 有再透過 Importer 測試,不會有Too many open files錯誤。